.account_details.has_fields{
	background: #fbfcff;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
}
ul#accountTabs .active:after {
    content: " ";
}

.login-panel-bg .login-section{
	padding-bottom: 0;
}
#panel-login-inner{
	padding-bottom: 20px;
}
.account_details.has_fields .section-heading{
	padding-top: 0;
}
.input-group-addon.resend-input-group{
	position: relative;
}
.text_otp_resend_duration{
    position: absolute;
    bottom: 2px;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    /*
    background: #eee; 
    border-radius: 50%; 
    */
}
.login-info-text.text-center.hide_guest{
	display: none;
}
.commonloginheading{
	padding-top: 20px;
	padding-bottom: 20px;
}
.helper-small{
	text-align: center;
	font-size: 12px;
	color: grey;
	margin: -10px 0 20px;
}
.inputMaterial.inputMaterialCustom{
	border-radius:4px;
	border-bottom: 0;
	border: 1px solid #dddddd;
	padding-left: 15px;	
}
#xlogin-panel{
    margin-top: 35px;
}
.imr-phone-prefix{
    background: #f5f5f5;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.inputMaterial.inputMaterialCustom+label{
	padding-left: 10px;
	left: 55px;
}
.panel-common-login .group.filled .tel-label{
    left: 55px;
}

.group.otp-group .input-group .input-group-addon button{
  -webkit-appearance: none;
  background: transparent;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  border-image: inherit;
}
a.resendotplink{
	color: #333;
	text-decoration: underline;
	font-size: 14px;
}
@media (max-width: 767px) {
	.panel-common-login{
		padding: 0 10px;
	}
	.account_details.has_fields{
	    margin-left: -10px;
    	margin-right: -10px;
	    padding: 20px 10px;
	}
	#step_login_panel .tabbable .nav-tabs>li>a {
	    font-size: 14px;	    
	}
  	#step_login_panel .tabbable .nav-tabs>li.active {
    	margin-bottom: 0;
    	border-bottom: 1px solid #1daaa3;
    	border-top: 0;
    	background: transparent;
  	}
}
.panel-common-login .group.focus label, .panel-common-login .group.filled label{
	background: transparent !important;
    top: 0px !important;
    font-size: 10px;
}
