* {
padding: 0px;
margin: 0px;
}

/* LOADING SECTION  */
.loading_wrapper {
position: fixed;
top: 0;
left: 0;
background-color: rgb(255, 255, 255);
width: 100%;
height: 100%;
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
}

/* LOADING ICON  */
.loading_icon {
width: 100px;
}

/* MIANBOX CONTAIN EVERY ELEMENT  */
.mainbox {
width: 100%;
height: 100vh;
background-color: #e8e8e8;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}

/* BACKGROUND BANNER  */
.blue-banner {
position: absolute;
bottom: 0;
margin-bottom: -250px;
left: 0;
margin-left: -50px;
width: 130%;
height: 70%;
transform: rotate(-7deg);
opacity: 60%;
display: none;
}


/* LOGIN BOX  */
.box {
display: block;
width: 760px;
height: 470px;
margin-top: 10px;
border-radius: 15px;
background-color: white;
z-index: 100;
box-shadow: 0px 0px 15px rgb(211, 202, 252);
}

/* LOGO ICON  */
.head_logo {
position: absolute;
width: 35px;
height: 35px;
margin-top: 23px;
margin-left: 30px;
}

/* GMS LOGO  */
.gms_logo {
position: absolute;
width: 80px;
margin-top: -34px;
margin-left: 650px;  
}

/* TITLE TEXT  */
.title-text {
display: block;
margin-left: 90px;
padding-top: 25px;
font-size: 22px;
font-weight: 600;
font-family:'Poppins', sans-serif;
}

/* FLEXER BOX  */
.login_flexer {
display: flex;
width: 760px;
height: 350px;
margin-top: 20px;
}

/* LEFT BOX  */
.leftbox {
width: 340px;
height: 350px;
}

/* BOX HAVE IMAGE  */
.imgbox {
display: flex;
justify-content: center;
align-items: center;
height: 350px;
width: 340px;
}

/* EACH LOGIN BANNER IMAGE  */
.eachimg {
display: none;
width: 80%;
}

/* RIGHT BOX  */
.rightbox {
width: 420px;
height: 350px;
}

.login-method {
display: flex;
justify-content: start;
align-items: center;
width: 380px;
height: 40px;
}

.login-method-textbox {
display: block;
min-width: 50px;
height: 40px;
margin-right: 12px;
}

.login-method-title {
font-size: 12px;
font-weight: 400;
font-family:'Poppins', sans-serif;
color: grey;
}

.login-method-text {
font-size: 12px;
font-weight: 600;
font-family:'Poppins', sans-serif;
color: rgb(99, 99, 243);
cursor: pointer;
transition-duration: 0.3s;
}
.login-method-text:hover {
text-decoration: underline;
}

#password_login_method_btn {
display: none;
}

/* WELCOME BACK TEXT  */
.login-text1 {
display: block;
padding-top: 5px;
font-size: 25px;
font-weight: 600;
font-family:'Poppins', sans-serif;
}

.login-text2 {
display: block;
font-size: 13px;
font-weight: 500;
font-family:'Poppins', sans-serif;
color: rgb(187, 187, 187);
}




/* BOX CONTAIN INPUT FORM */
.input_box {
width: 380px;
height: 140px;
margin-top: 15px;
}



/* 1 DISPLAY CONTROL  */
/* EMAIL OTP - OFF  */
/* DISPLAY ON / OFF  */
/* BOX CONTAIN USER ICON AND USERNAME INPUT  */
.username_row {
display: flex;
justify-content: start;
align-items: start;
width: 380px;
height: 70px;
transition-property: all;
transition-duration: 0.3s;
}

/* USERNAME ICON IMAGE  */
.icon_1 {
width: 25px;
height: 18px;
opacity: 50%;
z-index: 100;
position: absolute;
margin-top: 13px;
margin-left: 15px;
}

/* USERNAME INPUT BOX  */
.inputbox_username {
position: absolute;
width: 260px;
height: 38px;
border-top: none;
border-left: none;
border-right: none;
font-size: 15px;
font-family:'Poppins', sans-serif;
color: black;
padding: 5px;
border-bottom: 3px rgb(98, 159, 252) solid;
background-color: #edf9fc;
padding-left: 55px;
outline: none;
transition-property: all;
transition-duration: 0.2s;
}


/* 2 DISPLAY CONTROL  */
/* EMAIL OTP - HEIGHT 140 */
/* PASSWORD - 70 */
/* LOGIN METHO CONTAINER  */
.login_method_container {
width: 380px;
height: 70px;
overflow-y: hidden;
overflow-x: hidden;
position: absolute;
}

/* LOGIN METHOD SLIDER  */
.login_method_slider {
width: 380px;
height: 220px;
display: block;
}

/* 3 DISPLAY CONTROL  */
/* EMAIL OTP - OFF  */
/* DISPLAY ONN/OFF  */
/* PASSWORD ROW  */
.each_l_m_box1 {
display: flex;
justify-content: start;
align-items: start;
width: 380px;
height: 70px;
transition-property: all;
transition-duration: 0.3s;
}

/* PASSWORD ICON  */
.icon_2 {
width: 25px;
height: 22px;
opacity: 50%;
z-index: 100;
position: absolute;
margin-top: 13px;
margin-left: 15px;
}

/* PASSWORD INPUT  */
.inputbox_password {
position: absolute;
width: 260px;
height: 38px;
border-top: none;
border-left: none;
border-right: none;
font-size: 15px;
font-family:'Poppins', sans-serif;
color: black;
padding: 5px;
border-bottom: 3px rgb(98, 159, 252) solid;
background-color: #edf9fc;
padding-left: 55px;
outline: none;
transition-property: all;
transition-duration: 0.2s;
}





/* EMAIL ROW  */
.each_l_m_box2 {
display: flex;
justify-content: start;
align-items: start;
width: 380px;
height: 70px;
}

/* EMAIL ICON  */
.icon_3 {
width: 25px;
height: 20px;
opacity: 50%;
z-index: 100;
position: absolute;
margin-top: 13px;
margin-left: 15px;
}

/* EMAIL INPUT  */
.inputbox_email {
position: absolute;
width: 260px;
height: 38px;
border-top: none;
border-left: none;
border-right: none;
font-size: 15px;
font-family:'Poppins', sans-serif;
color: black;
padding: 5px;
border-bottom: 3px rgb(98, 159, 252) solid;
background-color: #edf9fc;
padding-left: 55px;
outline: none;
transition-property: all;
transition-duration: 0.2s;
}


/* OTP ROW  */
.each_l_m_box3 {
display: flex;
justify-content: start;
align-items: start;
width: 380px;
height: 70px;
}

/* OTP ICON  */
.icon_4 {
width: 25px;
height: 18px;
opacity: 50%;
z-index: 100;
position: absolute;
margin-top: 13px;
margin-left: 15px;
}

/* OTP INPUT  */
.inputbox_otp_in {
width: 100px;
height: 38px;
border-top: none;
border-left: none;
border-right: none;
font-size: 15px;
font-family:'Poppins', sans-serif;
color: black;
padding: 5px;
border-bottom: 3px rgb(98, 159, 252) solid;
background-color: #edf9fc;
padding-left: 55px;
outline: none;
}

/* VERIFY OTP BUTTON  */
.gen_otp_box_btn {
display: flex;
justify-content: center;
align-items: center;
width: 120px;
height: 35px;
margin-top: 10px;
margin-left: 15px;
font-size: 14px;
font-family:'Poppins', sans-serif;
color: rgb(255, 255, 255);
background-color: orange;
border-radius: 10px;
transition-duration: 0.3s;
cursor: pointer;
}
.gen_otp_box_btn:hover {
background-color: rgb(224, 150, 11);
}

/* DISPLAY CONTROL  */
/* LOGIN COVER  */
#otp_btn_cover {
width: 160px;
height: 50px;
background-color: rgba(109, 109, 109, 0);
position: relative;
margin-left: -130px;
display: none;
}



/* NOTIFICATION  SECTION */
.not_box {
width: 380px;
height: 30px;
}

/* DISPLAY CONTROL  */
/* GREEN BOX  */
.green_not_box {
display: none;
width: 380px;
height: 30px;
background-color: #defadc;
border-left: 3px #14df02 solid;
}

/* GREEN TEXT  */
.green_not_text {
font-size: 13px;
padding: 5px;
padding-left: 10px;
box-sizing: border-box;
font-family:'Poppins', sans-serif;
font-weight: 500;
color: green;
}

/* DISPLAY CONTROL  */
/* RED BOX  */
.red_not_box {
display: none;
width: 380px;
height: 30px;
background-color: #faeeea;
border-left: 3px #ff8282 solid;
}

/* RED TEXT  */
.red_not_text {
font-size: 13px;
padding: 5px;
padding-left: 10px;
box-sizing: border-box;
font-family:'Poppins', sans-serif;
font-weight: 500;
color: rgb(252, 84, 84);
}


/* ACTION BOX  SECTION */
.login_forgot_pass_box {
display: flex;
align-items: center;
width: 380px;
height: 50px;
margin-top: 10px;
}

/* LOGIN BUTTON  */
.login_btn {
width: 300px;
height: 40px;
margin-left: 10px;
background-color: #645CBB;
font-family:'Poppins', sans-serif;
border: none;
color: white;
border-radius: 34px;
cursor: pointer;
transition-duration: 0.1s;
}
.login_btn:hover {
background-color: #4840aa; 
cursor: pointer;
}
