@import "https://fonts.googleapis.com/css?family=Roboto";

html,body { 
	height: 100%; 
	background-color: #edf1f7;
	overflow-x: hidden;
}

.global-container{

	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto';

}

form{
	font-size: 14px;
	margin-top: 40px;
}


.input-group-append {
    margin-left: 0px;
}

.card-title{ font-weight:300; }


 .login-form{ 
	width:350px;
	margin:20px;
} 

.resetPwdForm{
	margin-top:1rem;
}



.enrollmentDiv{
    text-align:center;	
    font-weight: bold;
}

.enroll-tile{
	   font-size:12px;
	   color: #6A6178;
	   
	}

.enroll-link{
	   color: #007bff;
	   font-size:11px;	   
	   line-height: 15px;
	   cursor: pointer;   
}


.pswd-icon {
    float: right;
    margin-right: 5%;
    margin-top: -44px;
    position: relative;
    z-index: 2;
}

.eye-icon {
   height: 25px; 
   opacity: 50%; 	
}


.eye-icon:hover {
   fill: #DA4567;   	
} 

.modal-header {
    border-bottom: 0 none;
    color: #002378;
}

.modal-footer {
    border-top: 0 none;
}

.modal-image-container {
	display: flex;
    justify-content: center;
    margin-bottom: 4%;
}

#overlay {
    background: #eeeeee;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #0080ff;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.alert {
    display: none;
}

/*
 * Specific styles of signin component
 */
/*
 * General styles
 */

.img-class {
    height: 155px;
    width: 155px;
    padding-left: 20px;
    padding-right: 20px;
}
.card-container.card {
    max-width: 350px;
    /* padding: 35px 35px; */
    background-color: white;
    border-radius: 2%;
    border-radius: 20px 20px 20px 5px!important;
}

.btn {
    font-weight: 700;
   /*height: 36px;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    font-family: Roboto;
}
/*Progress bar*/
.progress-bar {
	background-color: #0064B5;
	width: 70px; 
	height: 12px;
}

/*Otp alert error msg*/
.otp-alert {
    font-size: smaller;
	text-align: center; 
	padding-top: 10px;
	color: red;
	font-weight: bold;
}

.justify-content-center {
    margin-left: auto !important ;
    margin-right: auto !important;
    padding: 20px;
}
/*
 * Card component
 */
.card {
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
	max-width: 240px;
}
.profile-img-card-logo {
    width: 180px;
    height: 60px;
    display: block;
}

.modal-img {
	max-width: 110px;
}
	
.modal-content {
	border-radius: 20px 20px 20px 5px!important;
}
	
}
.img-container {
    margin: 20px auto 35px 26px;
    display: flex;
    justify-content: center;
}
.img-container-icon {
	height: 128px;
	width: 128px;
}

/*
 * Form styles
 */
.form-signin #username,
.form-signin #password,
.form-signin #otpCode{
    direction: ltr;
    height: 44px;
    font-size: 16px;
    font-family: Roboto;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgba(104, 145, 162, 0);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03),0 0 8px rgba(0, 159, 212, 0.58);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 159, 212, 0.58);
}

.btn.btn-signin {    
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    font-family: Roboto;
}

/* Input password style for eye icon*/


.btn.btn-signin:active,
.btn.btn-signin:focus {
      background-color:  #1A237E!important  
}

.btn-primary {
	background-color: #002378 !important;
	border-radius: 20px 20px 20px 5px!important;
}
.btn-primary:hover {  
    background-color: #021f59 !important; 
    
}

.btn.disabled {
    background-color: #C8D2D2!important;
}

.btn-outline-primary {
	color: #002378 !important;
	border-color: #002378 !important;
	border-radius: 20px 20px 20px 5px!important;
}
.btn-outline-primary:hover {
	background-color: transparent !important;
	border-width: 2px!important;
    
}

.form-buttons{
    padding-top: 30px;
}


#errorMsg {
	font-family: 'Roboto';
	text-align: center; 
	color: red; 
	font-size: smaller;
	font-weight: bold;
	margin: 10px auto 10px;
}

/*Forbidden page*/
.forbidden-images {
	display: flex;
    justify-content: center;
    margin: 16px auto auto auto;
    max-width: 240px;
}

.slider-container {
	margin-top: 34px;
    margin-bottom: -22px;
}

/*IMPERSONATE*/

.custom-card-container {
	margin: auto;
    margin-top: 37px;
    margin-left: 15%;
    margin-right: 15%;
    background-color: white;
    /*width: 75%;*/
    /*height: 35%;*/
    border-radius: 20px 20px 20px 5px!important;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    padding: 20px 25px 30px;
    overflow: auto;
}
.impersonate-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.impersonate-card {
    width: 85%;
	border-radius: 20px 20px 20px 5px!important;
}
.impersonate-button {
	background-color: #002378 !important;
}
.impersonate-items:nth-child(1) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-bottom: 22px;
}

.impersonate-items:nth-child(2) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-bottom: 20px;
}



.impersonate-items:nth-child(3) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  border-radius: 20px 20px 20px 5px!important;
  margin-bottom: 40px !important;
  max-width: 517px;
}

.impersonate-items:nth-child(4) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-bottom: 20px;
}

.impersonate-items:nth-child(5) {
  width: 100%;
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  justify-content: center;
  flex-direction: column;
  
}


.table-hover tbody tr:hover {
    background-color: #80bdff !important;
}





