@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.bg-img {
    background-image: url(../images/login-BG.png);
    background-size: cover;
    background-position: top center;
    display: flex;
    height:calc(100vh - 65px);
    justify-content: center;
    align-items: center;
}
.log-registration-block{
    max-width: 400px;
    width:100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 40px 55px 0 55px;
    border-bottom:23px solid #FA8F21;
}
.log-registration-block .title h1{
    text-align: center;
}
.log-registration-block .title h1{
    font-family: 'robotoregular';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
.log-registration-block .form-control, .log-registration-block .form-select{
    border-radius: 0;
    border:transparent;
    border-bottom: 1px solid rgba(111, 111, 115, 0.5);
    font-size: 14px;
    color: rgba(88, 88, 94, 0.5);
    padding: 0.375rem 2rem;
    font-family: 'Poppins', sans-serif;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(88, 88, 94, 0.5);
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(88, 88, 94, 0.5);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(88, 88, 94, 0.5);
}
form .form-control:focus, form .form-select:focus{
    border-color: #0d6efd;
    box-shadow: none;
  }
 
.log-registration-block .form-label{
    color:#58585E;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.form-icon {
    position: absolute;
    bottom: 6px;
    left: 3px;
}
.form-icon i{
    color: rgba(88, 88, 94, 0.5);
}
 .login p .forgotpassword{
    font-size: 14px;
    font-family: 'interregular';
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    color:#FA8F21;
    text-decoration: none;
    transition: all 0.5s ease;
    opacity: 0.6;
}
.login p .forgotpassword:hover{
    opacity: 1;
}
.log-registration-block .form-check-input[type=checkbox] {
    border-radius:0;
}
.log-registration-block .form-check .form-check-label {
    font-size: 14px;
    font-family: 'interregular';
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    color: #626268;
}
.log-registration-block .app-btn {
    background-color: #004AAD;
    padding: 2px 26px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    border:none;
}
.login .dnthaveaccount {
    font-size: 14px;
    font-family: 'interregular';
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    color: #626268;
    padding-top: 50px;
    padding-bottom: 50px;
}
.login .dnthaveaccount a{
    color:#FA8F21;
    text-decoration: none;
    transition: all 0.5s ease;
    opacity: 0.6;
}
.login .dnthaveaccount a:hover{
    opacity:1;
}
.log-registration-block .register-verification {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.log-registration-block .register-verification .header-icon-block{
    width:85px;
    height: 85px;
    background: #F4F4F4;
    border-radius: 50%;
}
.log-registration-block .register-verification .header-icon-block{
    width:85px;
    height: 85px;
    background: #F4F4F4;
    border-radius: 50%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.log-registration-block .register-verification .header-icon-block.verified{
    background: #FA8F21;
}
.log-registration-block .register-verification .header-icon-block i{
   font-size: 40px;
   color:#fff;
}
.log-registration-block .register-verification .verify-test{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #626268;
    margin-bottom:50px;
    }
    .intl-tel-input, .iti{
      width: 100%;
     }
     .log-registration-block .verify{
        margin-bottom: 50px;
     }
     .log-registration-block .verify a.button {
        width: 220px;
        display: block;
    }
    .register-verification .dnthaveaccount {
        font-size: 14px;
        font-family: 'interregular';
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        color: #626268;
        padding-bottom: 20px;
    }
    .register-verification .dnthaveaccount a {
        color: #FA8F21;
        text-decoration: none;
    }
    .login .dnthaveaccount.createaccout-btmtext {
        font-family: 'interregular';
        font-style: normal;
        font-weight: 400;
        font-size: 13.6px;
        line-height: 19px;
        padding-bottom: 20px;
        text-align: center;
        margin-left: -10px;
        margin-right: -10px;
    }
    .register-verification .start-learning-text{
        font-size: 18px;
        font-family: 'interregular';
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        color: #FA8F21;
    }
    .account-create-bg{
        background-image: url(../images/account-create-bg.png);
        background-position: center 15px;
        background-size: contain;
        background-repeat: no-repeat;
    }

@media only screen and (min-width: 380px) and (max-width: 768px)  {
    .bg-img {
        height: calc(100vh - 44px);
    padding: 30px 25px;
  }
  .log-registration-block {
    padding: 30px 30px 0 30px;
  }
  .log-registration-block .register-verification .verify-test {
    margin-bottom: 15px;
  }
}
 @media only screen and (min-width: 992px) and  (max-width: 1359px)  {
    .bg-img {
        height: 100vh;
       padding: 30px 0;
}
.login .dnthaveaccount {
    padding-top: 25px;
    padding-bottom: 25px;
  }
} 