*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  user-select:none;
}

body{
  background:#f3f5fb;
}

.main_div{
  min-height:100vh;
  background:#f3f5fb!important;
}

.mobile_div{
  min-height:100vh;
  padding-bottom:28px;
  background:#f3f5fb!important;
}

.div_row_1{
  position:sticky;
  top:0;
  z-index:10;
  min-height:70px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  margin-top:0;
  background:#1f1f2a;
  box-shadow:0 10px 24px rgba(15,23,42,.16);
}

.auth_home_btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  min-width:42px;
  border:0;
  border-radius:15px;
  background:#33334e;
  color:#fff;
  padding:9px;
}

.auth_home_btn svg{
  width:23px;
  height:23px;
}

.div_row_1 h3{
  width:auto;
  min-width:0;
  margin:0;
  color:#fff;
  text-align:left;
  font-size:21px;
  line-height:24px;
  font-weight:800;
}

.div_row_1 img{
  height:80px;
  display:block;
  margin:auto;
  padding:10px;
  background:#eee;
  border-radius:10px;
}

form{
  width:calc(100% - 28px);
  max-width:420px;
  margin:14px auto 0;
  padding:18px 14px 16px;
  border:1px solid #e7eaf1;
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
  overflow:hidden;
}

.div_row_2{
  display:grid;
  gap:12px;
  align-items:center;
  justify-content:stretch;
  padding:0;
}

.div_row_2 .input_row{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:7px;
  margin-top:0!important;
  padding:11px 12px;
  border:1px solid #e1e6ef!important;
  border-radius:13px;
  background:#f8fafc;
  font-size:14px;
  transition:border-color .16s ease, background .16s ease, box-shadow .16s ease;
  min-width:0;
}

.div_row_2 .input_row:focus-within{
  border-color:#185DAA!important;
  background:#fff;
  box-shadow:0 0 0 3px rgba(24,93,170,.10);
}

.div_row_2 .input_row label{
  width:auto;
  margin-bottom:0;
  color:#475569;
  font-size:12px;
  line-height:14px;
  font-weight:800;
}

.div_row_2 .input_row input{
  width:100%;
  border:0;
  outline:0;
  padding:0;
  margin-top:0;
  background:transparent;
  color:#111827;
  font-size:15px;
  line-height:20px;
  font-weight:600;
}

.div_row_2 .input_row input::placeholder{
  color:#98a2b3;
  font-weight:500;
}

#invalid{
  display:block;
  min-height:18px;
  width:92%;
  margin:2px auto 0!important;
  padding:0 18px;
  color:#dc2626;
  font-size:13px;
  font-weight:700;
}

.div_row_3{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 4px 0;
}

.div_row_3 div{
  display:flex;
  align-items:center;
}

.div_row_3 div label,
.div_row_3 div input{
  margin:0;
  padding:0;
  color:#475569;
  font-size:13px;
  font-weight:600;
}

.div_row_3 div input[type='checkbox']{
  height:20px;
  width:20px;
  margin-right:7px;
  accent-color:#185DAA;
}

.div_row_3 a{
  color:#185DAA!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}

.div_row_4{
  padding:16px 0 0;
  margin-top:0!important;
  text-align:center;
}

.div_row_4 button{
  width:100%;
  min-height:48px;
  display:block;
  margin:auto;
  padding:12px;
  border:0;
  border-radius:13px;
  background:#185DAA!important;
  color:#fff;
  font-size:16px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(24,93,170,.24);
}

.div_row_4 img{
  height:40px;
  width:40px;
  padding:5px;
  display:block;
  margin:10px auto 0;
  border-radius:10px;
  background:#eee;
  cursor:pointer;
}

.div_row_4 span{
  display:block;
  margin-top:5px;
  font-size:13px;
}

.div_row_5{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px;
  margin-top:16px;
  color:#475569;
}

.div_row_5 span{
  font-size:14px;
  line-height:18px;
}

.div_row_5 a{
  margin-left:0;
  margin-bottom:0;
  color:#185DAA;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}

.login-register-link span{
  font-size:0;
}

.login-register-link span::before{
  content:"Naya account banaye?";
  font-size:14px;
  line-height:18px;
}

.div_row_6{
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(100% - 22px);
  margin:24px auto 0!important;
}

.div_row_6 span{
  color:#111827;
  font-size:17px;
  line-height:22px;
  font-weight:800;
  text-align:center;
}

.div_row_6 a{
  margin-left:8px;
  margin-bottom:0;
  color:#3860b0;
  font-size:15px;
  line-height:15px;
  font-weight:700;
}

.video_div{
  width:calc(100% - 22px)!important;
  margin:14px auto 28px!important;
  border-radius:18px!important;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(15,23,42,.12);
}

.plyr{
  border-radius:18px!important;
}

.g-recaptcha{
  max-width:100%;
  transform-origin:left top;
}

.g-recaptcha iframe{
  max-width:100%;
}

@media (max-width:390px){
  form{
    width:calc(100% - 24px);
    padding:16px 12px;
  }
  .g-recaptcha{
    transform:scale(.92);
    width:304px;
    height:72px;
  }
}
