/*--------------------*/
/* Import all style */
/*--------------------*/

@import 'bootstrap.min.css';
@import 'preloader.css';
    
/*--------------------*/
/* 01. Web Fonts */
/*--------------------*/

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900');

/*--------------------*/
/* 02. Common CSS */
/*--------------------*/

body, 
html {
	font-family: 'Titillium Web', sans-serif;
	background-color: #f0f2f5;
	background-image: url('../images/employee-portal.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	height: 100vh;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #44525f;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a { 
  text-decoration: none;
  color: #2d385e;
  
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Titillium Web', sans-serif;
  color: #2d385e;
}

a, 
a:hover, 
a:focus {
  color: #4f77ff;
}

.btn-primary {
  background-color: #4f77ff;
  border-color: #4f77ff;
}

.btn-primary:hover, 
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus, 
.btn-primary:active, 
.btn-primary.active {
  background-color: #486ff2;
  border-color: #486ff2;
}

.authfy-login .btn.btn-lg {
  border-radius: 3px;
  box-shadow: 0px 2px 3px #9c9c9c;
}

.brand-logo {
  margin-top: 0px;
  margin-bottom: 15px;
  text-align:center;
}

.brand-logo img {
	width: 100px;
	height: 100px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

/*--------------------*/
/* 03. Section Panel UI CSS */
/*--------------------*/

.authfy-container {
  margin-top: 127px;
  margin-bottom: 97px;
 /*  width: 60%;
  transform: translate(-50%, -0%);
  left: 50%; */
}


.authfy-panel-left {
  /*background-color: rgba(38, 43, 72, 0.92);*/
  background:linear-gradient(119.54deg,#000046,#1cb5e0);
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px #1d2030;
  box-shadow: 0px 3px 6px #1d2030;

}

.authfy-panel-right {
  background-color: #ffffff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0px 2px 6px 0px #1d2030;
  box-shadow: 0px 2px 6px 0px #1d2030;
}

.authfy-login, 
.authfy-panel-left .brand-col {
	
  height: 560px;
}
.authfy-panel-left .brand-col {
  display: table;
  width: 100%;
  padding: 5px 25px;
}

.authfy-panel-left .brand-col .headline {
  display: table-cell;
  vertical-align: middle;
}

.authfy-panel-left .brand-col .headline h1, 
.authfy-panel-left .brand-col .headline h2, 
.authfy-panel-left .brand-col .headline h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.authfy-panel-left .brand-col .headline h1, h4 {
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
	margin-bottom: 2%;
  text-align: center;
}

.register-right h4 {
	color: #085DAA;
	text-transform: uppercase;
    font-size: 21px;
}

.authfy-panel-left .brand-col .headline h4 {
	color: #FFC90E;
	text-transform: uppercase;
  margin-bottom: 10%;
  font-size: 30px;
  font-weight: 700;
}

.authfy-panel-left .brand-col .headline input {
	border: none;
	border-radius: 1.5rem;
	padding: 2%;	
	
	background: #f8f9fa;
	font-weight: bold;
	color: #383d41;
	
	cursor: pointer;

}

.authfy-panel-left .brand-col .headline a {
	color: #FFC90E;
}

.authfy-panel-left .brand-col .headline a:hover {
	text-decoration: none;
	color: #fff;
}

.authfy-panel-left .brand-col .headline input:hover {
	background: #00c6ff;
	color: #fff;
	cursor: pointer;
}

.authfy-panel-left .brand-col .headline .knowmore {
    margin-top: 0.5rem;
    margin-bottom: 5%;
    
}

.authfy-panel-left .brand-col .headline p {
	font-size: 14px;
  	text-align: center;
  	margin-bottom: 5%;
}

.authfy-login {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
 
}

.authfy-panel {
  padding: 10px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  
}

.authfy-panel .authfy-heading {
  margin-bottom: 20px;
  margin-top: -20px;
  
}

.authfy-panel .authfy-heading h3{
	font-size: 2.5rem;
	margin-bottom: 20px;
}
    
.authfy-login .auth-title {
  font-weight: 700;
  color: #085DAA;
	text-transform: uppercase;
    font-size: 21px;
}
    
.authfy-login .authfy-panel.active {
  opacity: 1;
  transform: translateX(0);
 -webkit-transform: translateX(0);
}

.authfy-login .authfy-panel .otp-input {
    text-align: center;
  	margin: 3rem 0 0 2rem;
   /* position: absolute;
    display: table;*/
}

.error {
    border: 1px solid #fd97a6;
	color:#b94a48;
	background-color:#f2dede;
	 
}

h5.error {

	color:#b94a48;
	background-color:#f2dede;
	text-align: center;

}

.valid {
    border: 1px solid #d6e9c6;
	background-color:#dff0d8;
	color:#468847;
	
}

.input_otp, .input_otp_reg{
  margin: 1rem 1rem 0.5rem 0;
  width: 50px;
  height: 50px;
  border: 1px solid rgb(129 126 126);
  border-radius: 5px;
  outline: 0;
  font-size: 1.7rem;
  text-align : center;
  display: table-cell;
}

/*	
.brand-col .social-buttons a {
  color: #ffffff; 
  margin-top: 15px;
}

.brand-col .social-buttons a:hover {
  color: white;
  opacity: 0.9; 
}

.brand-col .social-buttons .btn-facebook {background: #3b5998;}
.brand-col .social-buttons .btn-twitter {background: #00aced;}
.brand-col .social-buttons .btn-google {background: #c32f10;}

.brand-col .social-buttons a > span {
  padding-left: 5px;
}*/

.brand-col .social-buttons {
  text-align: center;
}

.brand-col .social-buttons ul.social-network {
  list-style: none;
  display: inline-table;
  margin-left: 0 !important;
  padding: 0;
  margin-bottom: 20px;
}

.brand-col .social-buttons ul.social-network li {
  display: inline;
  margin: 0 10px;
}

.brand-col .social-buttons .social-network a.icoFacebook:hover {
  background-color: #3B5998
}

.brand-col .social-buttons .social-network a.icoTwitter:hover {
  background-color: #33ccff
}

.brand-col .social-buttons .social-network a.icoGoogle:hover {
  background-color: #BD3518
}

.brand-col .social-buttons .social-network a.icoFacebook:hover i,
.brand-col .social-buttons .social-network a.icoTwitter:hover i,
.brand-col .social-buttons .social-network a.icoGoogle:hover i {
  color: #fff
}

.brand-col .social-buttons a.socialIcon:hover,
.brand-col .social-buttons .socialHoverClass {
  color: #44BCDD
}

.brand-col .social-buttons .social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid #fff;

}

.brand-col .social-buttons .social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.brand-col .social-buttons .social-circle li a:hover i,
.brand-col .social-buttons .triggeredHover {
  transform: rotate(360deg);
  transition: all 0.2s
}

.brand-col .social-buttons .social-circle i {
  color: #fff;
  transition: all 0.8s;
  transition: all 0.8s
}

.panel-login {
  margin-top: 20px;
}

.panel-login .remember-row {
  margin-bottom: 10px;
}

.panel-login .remember-row label {
  font-weight: normal;
  position: relative;
  cursor: pointer;
  color: #666;
  padding-left: 24px;
}

.fs-6 {
	/*background-color: #f0f0f0;*/
	font-size: 13px;
	line-height: 20px;
}

.text-message {
	font-size: 13px;
	position: relative;
    display: flex;
    bottom:0;
    line-height: 16px;
    vertical-align: middle;
    background-color: #f0f0f0;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding:5px;
}

.authfy-login .forgotPwd {
  text-align: center;
  margin-top: 10px;
}	

.panel-login .form-control, 
.panel-prereq .form-control,
.panel-verify .form-control,
.panel-signup .form-control, 
.panel-forgot .form-control {
	background-color: #fff;
  	color: #7c7c7c;
  	opacity: 1;
  	font-size: 16px;
  	height: 40px;
  	margin-bottom: 10px;
  	padding: 3px 10px;
  	border-radius: 3px;
  	border: solid 1px #bcc2ce;
  	outline: none;
  	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1),0 0 2px 0 rgba(0,0,0,0.1);
  	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1),0 0 2px 0 rgba(0,0,0,0.1);
}


.authfy-panel.panel-forgot {
  padding-top: 40px;
}

.panel-login .form-control:focus, 
.panel-prereq .form-control:focus, 
.panel-verify .form-control:focus, 
.panel-signup .form-control:focus, 
.panel-forgot .form-control:focus  {
  border-color: #4f77ff;
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

input[type=number]::placeholder{
	color: #7c7c7c;
  	opacity: 1;
} 
 	
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.panel-verify .form-control:disabled {
  background-color:#eee;opacity:1
}

.pwdMask {
  position: relative;
}

.pwdMask .pwd-toggle {
  color: #cccccc;
  position: absolute;
  z-index: 2;
}

.panel-login .pwdMask .pwd-toggle, 
.panel-prereq .pwdMask .pwd-toggle {
  top: 18px;
  right: 15px;
}

.pwdMask .pwd-toggle:hover, 
.pwdMask .pwd-toggle:focus {
  cursor: pointer;
}

.pwdMask .pwd-toggle:hover, 
.pwdMask .pwd-toggle:focus, 
.pwdMask .pwd-toggle.fa-eye {
  color: #4f77ff;
}

.panel-prereq .term-policy a {
  text-decoration: underline;
}

/*--------------------*/
/* 04. Check box UI CSS */
/*--------------------*/

.checkbox input[type="checkbox"] {
  position: absolute;
  right: 9000px;
}

.checkbox input[type="checkbox"] + .label-text:before, 
.checkbox input[type="checkbox"] + .label-text:after {
  font-size: 11px;
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 2px;
  margin-left: 0;
  position: absolute;
  top: 2px;
  left: 0;
}

.checkbox input[type="checkbox"] + .label-text:before {
  content: "";
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox input[type="checkbox"] + .label-text:after {
  background-color: #4f77ff;
  color: #ffffff;
  border-radius: 2px;
  border-color: #4f77ff;
  line-height: 1.4;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + .label-text:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + .label-text:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

/*--------------------*/
/* 05. Responsive CSS */
/*--------------------*/

@media (min-width: 768px) {		

    .authfy-panel {
      padding: 20px;
    }
    
}

@media (max-width: 767px) {

    .authfy-panel-left, 
    .authfy-panel-right {
      box-shadow: none;
    }

    .authfy-panel-left {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }

    .authfy-panel-right {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
    }
    
    .authfy-panel-left .brand-col {
      height: 300px;
      text-align: center;
    }
    
    .term-policy {
      font-size: 75%;
    }
    
}

@media (min-width: 320px) and (max-width: 390px) {
  
    .authfy-login .authfy-panel {
      padding: 20px;
    }
    
    .panel-login .remember-row {
      margin-bottom: 10px;
      font-size: 14px;
    }
    
  
}

@media (max-width: 320px) {
    .authfy-login {
      height: 480px;
    }
    .authfy-heading p {
      font-size: 14px;
    }
    
    .remember-row .col-sm-6 {
      width: 100%;
    }
    
    .authfy-login .forgotPwd {
      text-align: center;
      margin-top: 0px;
    }	
}