@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Century Schoolbook";
  src: url(/asset/fonts/censcbk.ttf);
}

@font-face {
  font-family: "Eras Demi ITC";
  src: url(/asset/fonts/erasdemi.ttf);
}

@font-face {
  font-family: HelveticaNeue;
  src: url(/asset/fonts/HelveticaNeueHv.ttf);
}

@font-face {
  font-family: "Product Sans";
  src: url(/asset/fonts/ProductSansRegular.ttf);
}



html {  }


body {
        background: url(pics/login_back/002.png) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-color: #1B1C23;
        margin: 0; padding: 0;
}
#header_logo_box {
	width: 100%;
}
#header_logo_box #header_logo {
	width: 20%;
	margin-top: 10px;
	margin-left: 10px;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(255,255,255,1));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
        
}

.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#main_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top:20px;
        position: relative;
}

.messagesection {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DF0000;
	width: 95%;
	text-align: center;
	clear: left;
	float: left;
	padding: 10px;
}

#main_container .loginbox {
	margin-right: auto;
	margin-left: auto;
        margin-bottom: 50px;
	border: 2px solid #C1AFAB;
	background-color: rgba(255, 255, 255, .95);	
	width: 400px;
        min-height: 450px;
	position: relative;
	border-radius: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
        text-align: center;
        height: calc(100%-30px);
}

#main_container .loginbox .toplabel {
	position: absolute;
	font-family: "Product Sans";
	font-size: 26px;
	font-weight: bold;
	left: 10px;
	top: 19px;
	width: 95%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;	
}

#main_container .loginbox .desc {
	position: absolute;
	font-family: "Product Sans";
	font-size: 0.9em;
	font-weight: normal;
	left: 10px;
	top: 70px;
	width: 95%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;	
}
#main_container .loginbox .messagesection_main {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DF0000;
	width: 95%;
	text-align: center;
	clear: left;
	float: left;
	padding: 10px;
	left: 0px;
	top: 90px;        
        overflow: auto;
}
#main_container .loginbox #noticebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;    
	position: relative;
	top: 50px;
	list-style-type: none;
	padding: 0px;
	width: 80%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#main_container .loginbox #role_select {
	position: relative;
	top: 50px;
	list-style-type: none;
	padding: 0px;
	width: 90%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#main_container  .loginbox  #role_select  li {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
}
#main_container  .loginbox  #role_select  li a {
	font-family: "Eras Demi ITC";
	font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;		
	text-decoration: none;
	width: 100%;
	/*border: 1px solid #CCCCCC;
        border-radius: 5px;*/
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #414960;
        opacity: 50%;
}
#main_container  .loginbox  #role_select  li a:hover {
	color: #1C1C24;
        opacity: 100%;
        /*background: #FFFFFF;
	border: 1px solid #1B1B23;*/
}
#main_container  .loginbox  #role_select  li .login-bordered {
	border: 1px solid #CCCCCC;
        border-radius: 5px;
}
#main_container  .loginbox  #role_select  li a .loginlabel {
	font-family: "Eras Demi ITC";
	font-size: 18px;    
}
#main_container  .loginbox  #role_select  li a .logindesc {
	font-family: "Eras Demi ITC";
	font-size: 14px;    
}
#main_container .loginbox #login_option {
	position: relative;
	top: 40px;
	list-style-type: none;
	padding: 0px;
	width: 90%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#main_container  .loginbox  #login_option  li.signup {        
	padding-top: 10px;
	width: 100%;
	position: relative;
	float: left;
}
#main_container  .loginbox  #login_option  li.signup a {
	font-family: HelveticaNeue;
	font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;		
	text-decoration: none;
	width: 100%;
	border: none;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #414960;
}
#main_container  .loginbox  #login_option  li.signup a:hover {
	text-decoration: underline;
}

#main_container  .loginbox  #login_option  li.forgotpass {
        margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
	float: left;
}
#main_container  .loginbox  #login_option  li.forgotpass a {
	font-family: HelveticaNeue;
	font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;		
	text-decoration: none;
	width: 100%;
	border: none;
	position: relative;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #414960;
}
#main_container  .loginbox  #login_option  li.forgotpass a:hover {
	text-decoration: underline;
}


#main_container .loginbox label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#main_container .loginbox .label_input {
	position: relative;
	width: 100%;
	clear: left;
	float: left;
        margin-top: 20px;
}
#main_container .loginbox .input_box {
	clear: left;
	float: left;
	width: 100%;
	margin-top: 10px;
}
#main_container .loginbox .input_box input{
	width: 80%;
        font-size: 1em;
        text-align: center;
        padding: 2px;
}
#main_container .loginbox #label_username {
	position: relative;
	width: 100%;
	clear: left;
	float: left;
	margin-top: 80px;
}
#main_container .loginbox #username_box {
	clear: left;
	float: left;
	width: 100%;
	margin-top: 10px;
}
#main_container  .loginbox  #username_box #username {
	width: 150px;
	font-size: 14px;
	padding: 3px;
}
#main_container    .loginbox #label_password    {
	width: 100%;
	clear: left;
	float: left;
	margin-top: 10px;
	position: relative;
}
#main_container .loginbox #password_box {
	text-align: center;
	clear: left;
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
}
#main_container  .loginbox   #password_box  #password {
	position: relative;
	width: 150px;
	font-size: 14px;
	padding: 3px;
}
#main_container .loginbox  #loginas {
	position: absolute;
	left: 407px;
	top: 190px;
	width: 150px;
	font-size: 14px;
	padding: 3px;
}
#main_container .loginbox #loginbtn_box {
	text-align: center;
	clear: left;
	float: left;
	width: 100%;
	margin-top: 40px;
	position: relative;
}
#main_container   .loginbox   #loginbtn_box  #btnLogin {
	position: relative;
	font-size: 14px;
	padding: 10px;
	width: 150px;
}
#main_container   .loginbox   #loginbtn_box  .btnGeneral {
	position: relative;
	font-size: 14px;
	padding: 10px;
	width: 150px;
}
#main_container .loginbox #copyright {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 90%;
	text-align: center;
	clear: left;
	float: left;
	margin-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
        background: #000000;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
        
	padding: 10px;
}

#footer .footerlink {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AAAAEE;
        text-decoration: none;
      
        
}

/* Bordered form */
form {
  border: 3px solid #f1f1f1;
  overflow: hidden;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

label {
    font-family: "Product Sans";
    font-size: 16px;
    font-weight: lighter;    
    float: left;
    clear:left;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 10px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

.toplabel {
    position: relative;
    float:left;
    width: 95%;
    text-align: center;
    font-family: "Product Sans";
    font-size: 26px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;	
}


/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

/* The "Forgot password" text */
span.forgotpsw {
  float: right;
  padding-top: 16px;
    font-family: "Product Sans";
    font-size: 14px;
    font-weight: lighter;   
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.forgotpsw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 2px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */  
  max-width: 380px;
  border-radius: 10px;
}

/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.3s;
  animation: animatezoom 0.3s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

@media screen and (min-width: 300px) {

#header_logo_box {
	background-color: rgba(255, 255, 255, .95);
	text-align:	center;
	width:100%;
	border-radius : 20px;
}
#header_logo_box #header_logo {
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#main_container .loginbox {
	width: 80%;
}

}

@media screen and (min-width: 800px) {
#header_logo_box #header_logo {
	width: 20%;
	margin-top: 10px;
	margin-left: 10px;
        
}
#header_logo_box {
	background-color: rgba(255, 255, 255, 0);
	text-align:	left;
}
#main_container .loginbox {
	width: 400px;
}
}
