.login-page >.container-fluid{
      height: 100vh;
}

.login-page >.container-fluid >.row{
    height: 100%;
}

.login-page .left-column{
    background: linear-gradient(180deg, rgba(255, 250, 238, 0.5) 1.18%, rgba(255, 242, 209, 0.3) 99.63%);
}

.login-page .left-column .top-container{
    height: 50vh;
}

.login-page .left-column .bottom-container{
    height: 50vh;
}

.login-page .left-column .top-container .img-container{
    width: 270px;
    align-self: center;
    margin-top: 40px;
}

.login-page .right-column .login-box{
    background: #ffffff;
    width: auto;
}

.login-page .right-column .login-box .toasts-top-right{
    width: 245px;
}

.login-page .right-column .login-box .toasts-top-right .toast .toast-header strong{
    font-size: 12px;
}

.login-page .right-column .login-box .toasts-top-right .toast .toast-body{
    font-family: font-semi-bold;
    font-size: 16px;
}

.login-page .right-column .login-box .card{
    border: none;
    box-shadow: none;
}

.login-page #phone-error{
    position: relative;
    top: 0px;
}

.login-box-msg{
    font-family: font-semi-bold;
    font-size: 24px;
    max-width: 330px;
}

.login-box .mobile-code select{
    font-family: font-semi-bold;
    font-size: 14px;
    border-radius: 10px 0 0 10px;
    height: 50px;
}

.login-box .mobile-code input.form-control{
   border-right: 0px solid #E1E1E1;
   border-left: 0;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}
.login-box .mobile-code input.form-control:focus{
    border-color: #A76840;
    -webkit-box-shadow: 0 0 0 50px #f5f5f6 inset;
}


.login-card-body form .btn-primary{
    font-size: 12px;
    font-family: font-bold;
    padding: 10px;
    margin-top: 40px;
    height: 50px;
}

.login-card-body form label{
    font-size: 12px;
}

.login-card-body form input{
    font-size: 14px;
    color: #181818;
    font-family: font-semi-bold;
    height: 50px;
}

.verify-card-body form input{
    width: 60px;
    height: 60px;
    padding: 10px 22px;
    font-size: 20px;
    text-align: center;
}

.verify-card-body form{
    width: 100%;
}

.verify-card-body form .form-group{
    /* width: 300px; */
    max-width: 300px;
    width: 100%;
}

.verify-card-body form .email-otp{
    margin-bottom:40px;
}

.verify-card-body .login-box-msg, .profile-card-body .login-box-msg{
    padding-bottom: 5px;
}

.verify-card-body .login-box-msg,.profile-card-body .login-box-msg{
    font-size: 20px;
}

.login-card-body .small-text{
    font-size: 12px;
    color: #5C5C7D;
    margin-bottom:20px;
}

.verify-card-body .resend-otp{
    color: #181818;
    font-size: 12px;
    border: none;
    background: transparent;
    text-decoration: underline;
    margin-bottom: 10px;
}

.verify-card-body form .btn-primary{
    margin-top: 0px;
}

.verify-card-body form .button-blocks{
    margin-top: 40px;
}

.swal2-container .swal2-popup.swal2-toast .swal2-title {
    line-height: 34px;
}

.profile-card-body .password-update{
    margin-top: 30px;
}

.profile-card-body .profile-update .profile-image{
    margin-top: 30px;
    margin-bottom: 20px;
    width: 160px;
    height: 136px;
    background-image: url(../../dist_1.2/images/profile-bg.svg);
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-card-body .profile-update .profile-image button{
    margin: 0;
}
.profile-card-body .password-update .login-box-msg{
    font-size: 16px;
}

.profile-card-body .password-update .input-group-append{
    border: 1px solid #E1E1E1;
    border-left: 0;
    border-radius: 0 10px 10px 0;
}

.profile-card-body .password-update .input-group-append:focus{
    border-color: #A76840;
}

.profile-card-body .password-update .input-group-append .bi{
    padding: 4px 10px;
    color: rgba(2, 3, 52, 0.3);
}
.lang-translate{
    right: 30px;
    top: 30px;
    z-index: 1;
  }

  .lang-translate .dropdown-menu{
    border-radius: 10px;
    border-color: transparent;
    min-width: 116px;
    margin-top: 6px;
  }
  
  .lang-translate .dropdown-menu a{
    font-size: 14px;
  }

  .lang-translate select{
      border: none;
      background: transparent;
      font-size: 12px;
      opacity: 0.5;
      font-family: font-semi-bold;
  }
  
  .lang-translate select:focus-visible {
      outline: none;
  }

  #ammendment-file{
    display:none;
  }


.login-box form {
    max-width: 380px;
    width: 100%;
}

.back-button {
    top: 20px;
    left: 20px;
    z-index: 1;
}
.back-button a {
    padding: 10px;
    display: inline-block;
}
.flag-text {
    margin-left: 6px;
}
.mobile-code .input-group-prepend{
    width: 100px;
}
.mobile-code .select2-selection{
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    background-color: #f5f5f6;
}
.mobile-code .select2-container--default.select2-container--focus .select2-selection--single{
    border-color:transparent;
}
.mobile-code .select2-selection__rendered{
height: 100% !important;
margin-top: 0 !important;
font-size: 14px;
line-height: 32px !important;
padding-right: 0 !important;
}

.mobile-code .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    right: 6px;
    top: -6px;
    bottom: 0;
    margin: auto 0;
}
.login-page .select2-container--default .select2-results__option[aria-selected=true],
.login-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.login-page .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #a76840;
    color: #fff;
}

.login-page  .select2-container--default .select2-results__option{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inner-profile.login-box form{
    max-width: 100%;
}
.inner-profile.login-box .input-group-append {
    width: 45px;
    padding: 6px 14px 6px;
    cursor: pointer;
}
.inner-profile.login-box .input-group-append img{
    width: 100%;
}
.password-input-group{
    position: relative;
    
}
.password-input-group input{
    padding-right: 50px;
}
.password-input-group img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    padding: 6px 14px;
    height: 100%;
    max-width: 46px;
}
.inner-profile.login-box .login-card-body{
background-color: transparent;
padding: 20px 0;
}

.profile-cover img{
    width: 100%;
}

.profile-cover .profile-image{
    position: relative;
    text-align: center;
    margin-top: -50px;
    transition: all ease-in-out 0.2s;
    height: 100%;
    width: 100%;
    margin-right: auto;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #fff;
}
.profile-cover .profile-image>img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.profile-image-wrapper {
    max-width: 98px;
    height: 98px;
    margin-left: 40px;
    position: relative;
}
.profile-image-wrapper .photo-upload-icons{
    bottom: 0;
}
.profile-image-wrapper,
.profile-cover .profile-image img{
    transition: all ease-in-out 0.2s;
}

.profile-cover .profile-image input{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 39px;
    max-width: 100px;
    right: 0;
    margin: auto;
    height: 148%;
    cursor: pointer;
}
.photo-upload-icons{
    position: absolute;
    bottom: 8px;
    right: 16px;
}
.photo-upload-icons img{
    width: 22px;
}


.lang-translate>li>a>span {
    color: #181818;
    opacity: 0.5;
    font-size: 14px;
    font-family: 'font-semi-bold';
    margin-left: 4px;
    margin-right: 10px;
}
.lang-translate .dropdown-toggle::after{
    border: 0;
    background-image: url(../../dist_1.2/images/select-arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding-bottom: 1px;
}

.lang-translate .dropdown-item span{
    margin-right: 12px;
}

.lang-translate .flag-icon{
    width: 17px;
}


/* Chrome, Safari, Edge, Opera */
input#phone::-webkit-outer-spin-button,
input#phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input#phone[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, input:-internal-autofill-selected {
    background-color: inherit !important;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0 50px white inset;
}

.login-page input:-webkit-autofill,
.login-page input:-webkit-autofill:hover,
.login-page input:-webkit-autofill:focus,
.login-page input:-webkit-autofill:active,
.login-page input:-internal-autofill-selected {
    background-color: inherit !important;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0 50px #f5f5f6 inset;
}

@media (max-width: 767px){
    .left-column .bottom-container{
        display: none;
    }
    .left-column .top-container{
        /* height: auto !important; */
        /* margin: 20px 0; */
        height: 100% !important;
        margin:0;
        padding: 30px 0;
    }
    .left-column .top-container .img-container{
        width: 170px;
        margin-top:0;
    }
    .login-box-msg{
        font-size: 16px;
    }
    .login-box .card{
        background: transparent;
    }
    .login-box .card .login-card-body{
        background: transparent;
    }
    .login-card-body form{
      width: 100%;
      background: transparent;
    }
    .login-page .right-column{
        background: linear-gradient(180deg, rgba(255, 250, 238, 0.5) 1.18%, rgba(255, 242, 209, 0.3) 99.63%);
    }
    .lang-translate{
        top: 40px;
        right: 50%;
        width: 100%;
        max-width: 400px;
        transform: translateX(50%);
        margin-right: 15px;
        pointer-events: none;
    }
    .back-button a,
    .lang-translate li a{
        pointer-events: all;
    }

    .login-page .left-column .top-container .img-container{
        width: 230px;
        margin-top: 0px;
    }
    .login-page .right-column .login-box{
        margin-top: 30px;
    }
    .back-button {
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 10px;
        width: 100%;
        max-width: 400px;
        pointer-events: none;
    }
}

@media (max-width:576px){
    .profile-image-wrapper {
        max-width: 80px;
        height: 80px;
    }
    .profile-cover .profile-image .photo-upload-icons img{
        width: 20px;
    }
}

@media (min-width:768px){
    .login-page .right-column .login-box{
        padding-top: 60px;
    }
}