/*FONTS SIZE*/
/*FONTS WEIGHT*/
/*BORDER COLORS*/
/*BORDER RADIUS*/
.login-pop-up .btn {
    font-size:16px;
}
.login-pop-up .input-group-text {
    background: transparent;
}
.login-pop-up .input-group-text:not(.toggle-password) {
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.login-pop-up .input-group-text.toggle-password {
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.login-pop-up .form-control, .login-pop-up input, .login-pop-up select {
    color: #000 !important;
}
.login-pop-up .form-control:focus {
    border-color: #ced4da;
}
.login-pop-up .small-text {
    font-size: 14px;
}
.login-pop-up .modal-content {
    position: relative;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
}
.login-pop-up .modal-content .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0.5em;
    height: 0.5em;
}
.login-pop-up .modal-content .modal-body{
    padding: 1rem;
}
.login-pop-up .modal-content .modal-body .login-btn-group .btn-outline-secondary {
    width: 234px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 44px;
}
.login-pop-up .modal-content .modal-body .login-btn-group .btn-outline-secondary:hover, .login-pop-up .modal-content .modal-body .login-btn-group .btn-outline-secondary:focus {
    border-color: #0064ce;
    color: #0064ce;
    background-color: transparent;
}
.login-pop-up .modal-content .modal-body .login-btn-group img {
    width: 22px;
    margin-right: 10px;
}
.login-pop-up .modal-content .modal-footer {
    flex-direction: column;
}
.login-pop-up .modal-content .modal-footer .form-check {
    width: 220px;
}
.login-pop-up .modal-content .modal-footer .form-check-label {
    font-size: 12px;
    color: rgba(158, 158, 158, 0.80);
}
.login-pop-up .modal-content .modal-footer a {
    color: rgba(158, 158, 158, 0.80);
}
.login-pop-up .modal-content .modal-footer u {
    color: rgba(84, 117, 135, 0.80) !important;
}
.login-pop-up .text-danger {
    display: block;
    width: 100%;
    margin-top: 5px;
}
.login-pop-up .form-check-input:checked {
    background-color: #fff;
    border-color: #000;
}
.login-pop-up .form-check-input:checked[type=checkbox] {
    background-image: url('images/icon/select.svg');
    border: transparent;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    appearance: none;
    border-radius: 0.25em;
}
.register-text {
    margin-top: 60px;
    font-size: 14px;
    color: rgba(84, 117, 135, 0.80);
}
.back-btn {
    position: absolute;
    left: 17px;
}
@media (min-width: 576px) {
    .modal-dialog.av-modal-dialog {
        width: 400px;
   }
}
@media (max-width: 575px) {
    .modal-dialog.av-modal-dialog {
        width: auto !important;
   }
}
.form-container {
    width: 280px;
    margin: 0 auto;
}
@media (max-width: 576px) {
    .form-container {
        width: 100%;
        margin: 0px;
   }
}
.av-small {
    font-size: 14px !important;
}
.av-text-light {
    color: #eaf0f9 !important;
}
.meaasge-text {
    color: #547587;
    font-size: 14px;
    font-family: 'Lato Semibold';
    line-height: 18px;
}
#forgotEmail .nextbtn, #forgotOtp .nextbtn {
    margin-top: 100px;
}

.pointer {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #d8d8d8 !important;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #d8d8d8 !important;
    font-size: 14px;
}

::placeholder {
    color: #d8d8d8 !important;
    font-size: 14px;
}

.login-pop-up .form-control {
    font-weight: 400 !important;
    height: fit-content !important;
    font-size: 14px !important;
}

.iti {
    width: 100% !important;
}

.left-50{
    left: 50%;
}
.top-50{
    top: 50%;
}
.close.skip{
    font-size: 13px;
    text-transform: uppercase;
    color: #0059ba;
    opacity: 1;
}
