.my_login_pbody:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: var(--pd);
}
.my_login_body{
    display: block;
}
.my_login_head_bg {
    position: relative;
    z-index: 1;
    text-align: center;
}
.my_login_head_bg img {
    display: block;
    width: 100%;
    filter: hue-rotate(319deg);
}
.my_login_form_icon {
    padding-bottom: 15px;
}
.my_login_form_icon img{    
    display: block;
    margin: 0 auto;
    width: 60%;
    /* filter: hue-rotate(65deg); */
}
.my_login_form{
	position:relative;
	z-index:2;
	margin:0px 20px;
	margin-top:-200px;
	margin-bottom:50px;
}	
.my_login_form_in{
    box-shadow: 0px 3px 6px 0.05px rgb(0 0 0 / 20%);
	border-radius:20px;
	background:#FFF;
	padding:15px;
	padding:40px 15px;
}
.my_login_form_t{
	font-size:20px;
	color:var(--t);
	padding-bottom:30px;
}
.my_login_form section{
	display:block;
	padding-bottom:18px;
	position:relative;
}
.my_login_form section aside{
	position:relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    /*box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, 0.02);*/
	overflow:hidden;
	transition:ease-in-out 0.2s all;
	border-bottom:2px solid #e9e9e9;
	background:rgba(0,0,0,0.02);
}
.my_login_form section aside:hover{
    box-shadow: 0 1px 8px rgba(50, 50, 93, .15), 0 2px 0 rgba(0, 0, 0, 0.02);
}
.my_login_form section aside input::placeholdern .my_login_form section aside textarea::placeholder{
  color: #CCC;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.my_login_form section aside input::-webkit-input-placeholder, .my_login_form section aside textarea::-webkit-input-placeholder {
  color: #CCC;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.my_login_form section aside input:-ms-input-placeholder, .my_login_form section aside textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC;
}

.my_login_form section aside input::-ms-input-placeholder, .my_login_form section aside textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC;
}
.my_login_form section aside input[type=text], .my_login_form section aside input[type=password], .my_login_form section aside input[type=email], .my_login_form section aside textarea, .my_login_form section aside select{
	display:block;
	background:rgba(255,255,255,0.1);
	border:none;
    transition: box-shadow .15s ease;
    border: 0;
	height:42px;
	outline:none;/*
	padding-left:36px;
	padding-right:5px;*/
	font-size:16px;
	color:var(--p);
	position: relative;
    width: 1%;
    margin-bottom: 0;
    flex: 1 1 auto;
	padding-right:10px;
	padding-left:8px;
	font-family: Aqleema-Regular, Lato, sans-serif;
	font-family: 'ProximaNovaBold';
}
.my_login_form section aside select{
	height:37px;
}
.my_login_form section aside textarea{
	height:60px;
	padding:10px;
}
.my_login_form section aside span{
	height:44px;
	width:30px;
	line-height:45px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	font-size:20px;
	color:var(--p);
	/*position:absolute;
	top:0px;
	left:0px;*/
	z-index:2;
	font-family: Aqleema-Regular, Lato, sans-serif;
    display: flow-root;
	background:rgba(255,255,255,0.1);
}
.my_login_form section aside:focus{
	background:#1258c1;
}
.my_login_form section small{
	display:inline-block;
	font-size:10px;
	color:var(--p);
	background:#FFF;
	padding:2px 8px;
	position:absolute;
	z-index:1;
    top: -9px;
    left: 41px;
	border-radius:2px;
}
.my_login_form_btn{
	text-align:center;
	display:flex;
	padding-bottom: 10px;
}
.my_login_form_btn button, .my_login_form_btn a{
	flex:1;
	outline:none;
	border:none;
	display:inline-block;
	background:linear-gradient(0deg,var(--p),var(--pd) 100%);
	color:#FFF;
	font-size:20px;
	padding:10px 10px;
	border-radius:10px;
	width:70%;
	font-family: 'Poppins', 'Lato';
	transition:ease-in-out 0.2s all;
	letter-spacing:1px;
    box-shadow: 0px 3px 6px 0.05px rgb(0 0 0 / 20%);
	border:1px solid rgba(255,255,255,0.1);
	font-weight:600;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	
}
.my_login_form_btn a{
	border:1px solid var(--p);
	background:rgba(255,255,255,0.1);
	color:var(--pd);
	margin-top:10px;
	font-size:14px;
	padding:15px 5px;
	font-family: 'Lato';
}
.my_login_form_btn button i{
	margin-right:5px;
}
.my_login_form_btn button:hover{
	background-color:#2D96FF;
	cursor:pointer;
}
.my_login_form_btn button:disabled{
    background: #cccccc;
}
.my_login_form_btn button:active{
	transform:translate(3px,3px);
}
.my_login_form article{
	padding:0px 0px;
	text-align:left;
	padding-bottom:15px;
}
.my_login_form article span{
	display:inline-block;
	font-size:18px;
	color:#666;
	text-decoration:underline;
	font-family: 'Poppins';
	cursor:pointer;
}
.my_login_form section abbr{
    height: 44px;
    width: 40px;
	font-size:20px;
	color:#919191;
    line-height: 45px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
}
.my_login_form section abbr i{
	opacity:0.4;
}

.my_login_form_forgot{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.my_login_form_forgot a{
    text-align: right;
	font-size:14px;
	color:#2078d1;
    margin-left: auto;
}
.my_login_form_forgot label {
    text-align: left;
    flex: 1;
	font-size:14px;
    color: var(--t);
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.my_login_form_forgot a:hover{
	text-decoration:underline;
}
.my_login_form_txt{
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 15px;
    color: var(--t);
}
.my_login_form_txt input{
    vertical-align: text-top;
    margin-right: 4px;
}


.sv_msgtxt{
    padding: 20px;
}
.sv_msgtxt img{
    margin: 0 auto;
    display: block;
    width: 40%;
}
.sv_msgtxt h1{
    font-size: 25px;
    padding: 10px 0px;
    color: var(--pd);
    font-family: 'Barlow';
}
.sv_msgtxt h4{
    font-size: 15px;
    padding: 10px 0px;
    color: var(--t);
    font-family: 'Barlow';
}
.sv_msgtxt section {
    display: flex;
    border-top: 1px solid #f2f2f2;
    font-size: 14px;
    text-align: left;
    padding: 10px 0px;	
    justify-content: center;
}

.sv_msgtxt section dd{
	flex: 1;
	font-weight: 600;
	color: #333;
    padding-right: 15px;
    border-right: 1px solid #f2f2f2;
}
.sv_msgtxt section dl{
	flex: 1;
	color: var(--t);
    text-align: right;
    padding-left: 15px;
}

.sv_msgtxt_btn{
	text-align:center;
	display:flex;
	padding: 10px 0px;
}
.sv_msgtxt_btn button, .sv_msgtxt_btn a{
	flex:1;
	outline:none;
	border:none;
	display:inline-block;
	background:linear-gradient(0deg,var(--p),var(--pd) 100%);
	color:#FFF;
	font-size:20px;
	padding:10px 10px;
	border-radius:10px;
	width:70%;
	font-family: 'Poppins', 'Lato';
	transition:ease-in-out 0.2s all;
	letter-spacing:1px;
    box-shadow: 0px 3px 6px 0.05px rgb(0 0 0 / 20%);
	border:1px solid rgba(255,255,255,0.1);
	font-weight:600;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	
}
.sv_msgtxt_btn a{
	border:1px solid var(--p);
	background:rgba(255,255,255,0.1);
	color:var(--pd);
	margin-top:10px;
	font-size:14px;
	padding:15px 5px;
	font-family: 'Lato';
}
.sv_msgtxt_btn button i{
	margin-right:5px;
}
.sv_msgtxt_btn button:hover{
	background-color:#2D96FF;
	cursor:pointer;
}
.sv_msgtxt_btn button:active{
	transform:translate(3px,3px);
}
.bi_otp_box{
	display: none;
}
/*.my_login_form_btn{
	padding-bottom:20px;
} */
.my_login_form_btn button em{
	font-size:14px;
}
.my_login_form_otpbtn button{
    outline: none;
    border: none;
    display: inline-block;
    background: linear-gradient(0deg,var(--p),var(--pd) 100%);
    color: #FFF;
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 3px;
    font-family: 'Poppins', 'Lato';
    transition: ease-in-out 0.2s all;
    letter-spacing: 1px;
    box-shadow: 0px 3px 6px 0.05px rgb(0 0 0 / 20%);
    border: 1px solid rgba(255,255,255,0.1);
    font-weight: 600;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    cursor: pointer;
}


.my_back{
	position: fixed;
	z-index: 3;
	background-color: rgba(255,255,255,0.1);
	top: 15px;
	left: 15px;
	overflow: hidden;
	border-radius: 7px;
}
.my_back a{
	display: inline-block;
	font-size: 20px;
	color: #333;
	padding: 13px 15px;
	color: #f2f2f2;
	opacity: 0.6;
}
.my_back a:hover{
	opacity: 1;
	cursor: pointer;
}