.my_back {
	position: fixed;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0.1);
	top: -2px;
	left: -2px;
	overflow: hidden;
	border-radius: 0px 0px 20px 0px;
}

.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;
}






.my_pbody_effect1 {
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
	height: 300px;
	overflow: hidden;
	z-index: -1;
}

.wave {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
	top: -10%;
	left: -10%;
	background: #607d8b;
	width: 250px;
	height: 230px;
	transform-origin: 34% 36%;
	border-radius: 43%;
	animation: drift 7000ms infinite linear;
}

.wave.-three {
	animation: drift 7500ms infinite linear;
	position: absolute;
	background-color: #272727;
}

.wave.-two {
	animation: drift 3000ms infinite linear;
	opacity: 0.1;
	background: #9e9e9e;
	position: absolute;
}

.my_pbody_effect1:after {
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 190%;
	height: 100%;
	z-index: 11;
	transform: translate3d(0, 0, 0);
}

@keyframes drift {
	from {
		transform: rotate(0deg);
	}
	from {
		transform: rotate(360deg);
	}
}

.my_pbody_circles{
	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	overflow: hidden;

}


.my_pbody_circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	/* background: rgba(255, 255, 255, 0.2); */
	animation: animate 25s linear infinite;
	bottom: -150px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
 }
 
 .my_pbody_circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
	font-size: 70px;
 }
 
 .my_pbody_circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	font-size: 18px;
	animation-delay: 2s;
	animation-duration: 12s;
 }
 
 .my_pbody_circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	font-size: 18px;
	animation-delay: 4s;
 }
 
 .my_pbody_circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	font-size: 50px;
	animation-delay: 0s;
	animation-duration: 18s;
 }
 
 .my_pbody_circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	font-size: 18px;
	animation-delay: 0s;
 }
 
 .my_pbody_circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	font-size: 100px;
	animation-delay: 3s;
 }
 
 .my_pbody_circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	font-size: 140px;
	animation-delay: 7s;
 }
 
 .my_pbody_circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	font-size: 20px;
	animation-delay: 15s;
	animation-duration: 45s;
 }
 
 .my_pbody_circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	font-size: 12px;
	animation-delay: 2s;
	animation-duration: 35s;
 }
 
 .my_pbody_circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	font-size: 140px;
	animation-delay: 0s;
	animation-duration: 11s;
 }
 
 @keyframes animate {
	0% {
	   transform: translateY(0) rotate(0deg);
	   opacity: 1;
	   border-radius: 0;
	}
 
	100% {
	   transform: translateY(-1000px) rotate(720deg);
	   opacity: 0;
	   border-radius: 50%;
	}
 }
 


.my_login_form_icon{
	padding: 20px;
}
.my_login_form_icon img{
	display: inline-block;
	width: 200px;
}

.my_login_t{
	padding: 0px 15px;
	text-align: center;
}
.my_login_t h1{
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
    font-family: 'Teko', 'Kanit','Poppins', 'Lato', Calibri, Arial, sans-serif;
}
.my_login_t h1 span{
	color: var(--blue);
}
.my_login_t h2{
    color: var(--y);
    font-size: 16px;
	font-weight: 400;
	padding: 4px 0px;
	padding-top: 0px;
	opacity: 0.8;
	font-family:'Kanit','Poppins', 'Lato', Calibri, Arial, sans-serif;
}
.my_login_t h2 i{
	font-size: 12px;
}
.my_login_t h5{
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
	font-weight: 300;
	opacity: 0.8;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}

.my_login_form{
	margin: 15px;
}
.my_login_form_t{
	
    background-color: rgba(255,255,255,0.05);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    border-radius: 0px;
	color: #fff;
    font-family: 'Teko', 'Kanit','Poppins', 'Lato', Calibri, Arial, sans-serif;
	font-size: 24px;
	padding: 10px;
}
.my_login_form_t i{
	margin-right: 3px;
}
.my_login_form_in section{
	display: flex;
	align-items: center;
	position: relative;
	margin: 10px 0px;
	flex-wrap: wrap;
}
.my_login_form_in section small{
	text-align: left;
	color: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 1;
	font-size: 8px;
	padding-left: 10px;
	top: 3px;
}
.my_login_form_in section small i{
	font-size: 7px;
	margin-right: 2px;
}
.my_login_form_in section aside{
	flex: 1;
	display: flex;
	align-items: center;
}
.my_login_form_in section aside span{
	display: none;
}
.my_login_form_in section abbr{
	position: absolute;
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
    right: 10px;

}
.my_login_form_in section aside input{
	width: 100%;
	flex: 1;
	border: none;
	outline: none;
	background-color: #08111a;
	padding:12px 10px;
	color: var(--blue);
	font-size: 20px;
    font-family: 'Teko', 'Kanit','Poppins', 'Lato', Calibri, Arial, sans-serif;
	font-weight: 800;
}
.my_login_form_in section aside input::placeholder{
    font-family: 'Kanit','Poppins', 'Lato', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.3);
}
.my_login_form_btn2{
	text-align: left;
	padding: 4px 0px;
}
.my_login_form_btn2 a{
	color: var(--t2);
	flex: 1;
	font-size: 16px;

}
.my_login_form_btn2 a span{
	border: 1px solid var(--blue);
	font-size: 14px;
	border-radius: 7px;
	padding: 2px 5px;
	color: var(--blue);
	margin-left: 2px;
    background: rgb(3 169 244 / 11%);
}
.my_login_form_btn2 a:hover span{
	color: #fff;
	background: var(--blue);
}
.my_login_form_txt{
	text-align: left;
	color: var(--t2);

}.my_login_form_txt a{
	color: var(--blue);
}
.my_login_form_forgot{
	display: flex;
    align-items: center;
	color: var(--t2);
	font-size: 14px;
}
.my_login_form_forgot a{
	margin-left: auto;
	color: #2d79bb;
	font-size: 14px;
}
.my_login_form_forgot label{
	display: flex;
    align-items: center;

}
.my_form_btn{
	text-align:center;
	display:flex;
	padding: 15px 0px;
}
.my_form_btn button{
	flex:1;
	outline:none;
	border:none;
	display:inline-block;
	background:linear-gradient(90deg,#374992 .14%,#4675D2 99.92%);
	color:#FFF;
	font-size:20px;
	padding:10px 10px;
	border-radius:7px;
	width:100%;
	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%);
	font-weight:600;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
	
}
.my_form_btn button:after {
    content: "";
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    filter: blur(10px);
    opacity: 0.1;
    transform: rotate(10deg);
    animation: btn-scroll 1.5s infinite linear;
}

.my_form_btn button i{
	margin-right:5px;
	font-weight: 300;
}
.my_form_btn button:hover{
    background-image: linear-gradient(150deg, #ff8000 0%, #fdbc7b 100%);
	cursor:pointer;
}
.my_form_btn button:active{
	transform:translate(3px,3px);
}





.my_mediaimg{
    margin: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
    padding-top: 5px;
}
.my_mediaimg section{
    flex: 1 0 33.3333%;
    max-width: 33.333%;

}
.my_mediaimg section dd{
    background-color: rgba(255,255,255,0.05);
    margin: 5px;
    border-radius: 7px;
    opacity: 0.9;
    display: flex;
    justify-content: center;
}
.my_mediaimg section dd img{
    display: block;
    width: 90%;
    height: 25px;
    margin: 10px 0px;
}
.my_userdata{
    display: flex;
    padding: 5px;
}
.my_userdata section{
    flex: 1;
    margin: 0px 5px;
}
.my_userdata section h5{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.my_userdata section h5 i{
    font-size: 12px;
    margin-right: 2px;
}
.my_userdata section h2{
    color: var(--y);
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    opacity: 0.9;
}
.my_copy{
    color: rgba(255,255,255,0.5);
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
	text-align: left;
}

.my_login_phone aside input{
	padding-left: 50px !important;

}
.my_login_phone dl{
	position: absolute;
	z-index: 1;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--blue);
    font-size: 20px;
    font-family: 'Teko', 'Kanit','Poppins', 'Lato', Calibri, Arial, sans-serif;
    font-weight: 800;
	top: 17px;
    left: 10px;
	padding-right: 5px;
}


.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(90deg,#374992 .14%,#4675D2 99.92%);
    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_login_form_otpbtn button:disabled {
    background: linear-gradient(90deg, #9E9E9E .14%, #5d5d5d 99.92%);
}
.my_forgot_choose{
	display: flex;
    align-content: center;
    justify-content: center;

}
.my_forgot_choose section{
	flex: 1;
	text-align: center;
    justify-content: center;
	font-size: 20px;
	color: var(--blue);
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, 0.2);
	margin: inherit;
	padding: 10px;
	margin-top: 15px;
	border-radius: 7px;
	opacity: 0.8;
	margin-bottom: 10px;
}
.my_forgot_choose section:hover{
	cursor: pointer;
}
.my_forgot_choose section i{
	margin-right: 4px;
}
section.my_forgot_email{
	margin-right: 5px;

}
section.my_forgot_phone{
	margin-left: 5px;

}
/* .my_forgot_choose_tab{

}
.my_forgot_etype{

}
 */
.my_forgot_ptype{
	display: none;

}

.my_forgot_choose_active{
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
	position: relative;
}
.my_forgot_choose_active:before {
    border-color: rgba(255, 255, 255, 0.3) transparent  transparent  transparent  ;
    content: "";
    width: 0;
    height: 0;
    border-width: 13px;
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -27px;
	transform: translateX(-50%);
}