.forgotPwdContainer, .firstLoginChangeContainer {
    background-color: #a6a6a6;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    padding-left: 0;
    width: 100%;
}

.handleData {
    color: green !important;
    font-size: 12px;
    padding-left: 32%;
}
.forgotPwdForm {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    min-height: 70px;
}

.forgotPwdForm > div, .firstLoginChangeForm > div {
    box-sizing: border-box;
    display: block;
    height: 55px;
    width: 100%;
}

.forgotPwdForm > div > p, .firstLoginChangeForm > div > p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.forgotPwdForm > div > input, .firstLoginChangeForm > div > input {
    background-color: #cdd0d0;
    border: 0 none;
    color: grey;
    display: block;
    font-size: 12px;
    height: 35px !important;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    text-align: center;
    text-transform: capitalize;
    width: 230px;
}

.forgotPwdPanel, .firstLoginChangeHeadPanel {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px 20px 0 0;
    background-color: #ECE72E;
    display: none !important;
}

.info {
    color: green !important;
}

.forgotPwdLabel, .headLabel {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 18px !important;
}

.submitCancelPanel {
    height: auto !important;
    margin-bottom: 10px;
    text-align: center;
}

.errorInfoPanel {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    color: red;
}

.showErrorInfoPanel {
    display: inline-block;
}

.errorInfoLabel {
    color: red;
    font-size: 15px;
}

.showErrorInfoLabel {
    display: inline-block;

}

.forgotPassRest {
    display: flex !important;
    height: auto !important;
    justify-content: center;
    padding: 0 !important;
    transition: all 1s ease 0s;
    width: 580px !important;
}

.validator {
    width: 290px;
    text-align:center;
}

.showForgotPassRest {
    display: inline-block;
}

.forgotPassRestPanel > div {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.forgotPassRestPanel > div > p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.forgotPassRestPanel > div > input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 1px solid #AAAAAA;
    float: right;
    padding: 5px;
    width: 200px;
}

#userIdTextField {
	border: 0px solid #aaaaaa !important;
	box-sizing: border-box;
	height: 40px !important;
	margin-top: 0px;
	width: 250px !important;
	padding-right: 30px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
}

.firstLoginChangeContainer {
    background: #a6a6a6 none repeat scroll 0 0;
    display: inline-block;
    height: auto;
    overflow: hidden;
    width: 290px;
}

.securityQues {
    display: none !important;
}

.secQuesRightLabel {
    font-size: 14px;
    width: 200px;
}

.secQuesComboBox, .securityQuesComboBox {
    width: 200px !important;
    float: right;
    text-align: center;
}

.secQuesComboBox.comboBase, .securityQuesComboBox.comboBase {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.secQuesComboBox.comboBase > li, .securityQuesComboBox.comboBase > li {
    list-style-type: none;
}

.secQuesComboBox.comboText, .securityQuesComboBox.comboText {
    padding-top: 3px;
    height: 100%;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.secQuesComboBox.comboPicker, .securityQuesComboBox.comboPicker {
    display: inline-block;
    float: left;
    height: 100%;
    position: absolute;
    right: 0;
    width: 20px !important;
}

.errLabel {
    color: orangered;
    display: block !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
    min-height: 15px;
}

.oldPasswordTxt {
    font-size: 12px;
}

.displayNone {
    display: none !important;
}

.compressedState {
    height: 200px;
}
.expandedState {
    height: 600px;
}

.firstLoginPopUp .button, .forgotPwdPanel .button, .submitCancelPanel .button {
   background: #cdd0d0 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 !important;
    color: black;
    font-weight: bold;
    margin: 0 5px !important;
    padding: 5px 30px;
}



.firstLoginPopUp {
    border-radius: 10px;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    height: auto;
    left: 50%;
    margin: auto;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1111;
}

/*.firstLoginPopUp .oldPasswordPnl,*/ .firstLoginPopUp .emailPanel, .firstLoginPopUp .phoneNoPanel/*, .firstLoginPopUp .dobPanel*/ {
    /*display: none;*/
}
.showFirstLoginPopUp {
    display: inline-block;
}

.firstLoginChangeForm {
    padding-top: 10px;
}

.errInfoPanel {
    height: auto !important;
}

.forgotPwdPnl {
    background: none;
    border-radius: 10px;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 290px;
    z-index: 13;
}

.captchaContainer {
    align-items: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

/* Loader CSS starts here */
.pnlLoader {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.loader {
	background: url("../images/reloader.gif");
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 112px;
	max-width: 122px;
	position: absolute;
	right: 0;
	top: 0;
}

/* Loader CSS ends here*/

#userIdPanel {
    box-shadow: 0 0 5px black;
    margin-bottom: 10px;
    padding-top: 7px;
}

.forgotPassRest button {
    background-color: #cdd0d0;
    border: medium none;
    font-weight: bold;
    height: 30px;
    margin: 5px auto;
    text-transform: capitalize;
    width: 80px;
}

.emailContainer {
    margin-left: 20px;
}

.resendOTPLink {
    color: grey;
    font-size: 10px !important;
    font-style: italic;
}

.emailTextField {
    text-transform: lowercase;
}

#btn_validateUser {
	background: #a6a6a6;
	display: block;
	font-weight: bold;
	height: 38px;
	position: absolute;
	right: 21px;
	top: 8px;
	transition: all 0.2s ease 0s;
	width: 30px;
	border: 0px;
}

#btn_validateUser:hover{
	background-color: #a6a6a6;
	border: 0px;
	border-radius: 0px;
	color: black;
}

.optSentLabel {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 290px;
}

.newPasswordTextField, #confirmPasswordTextField {
    margin: 5px 20px;
}

#Label187 {
    color: white;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

#pnl_otpFirstLogin #lbl_resendOTP {
    display: block;
    margin: 5px 39% !important;
}
