/* body {
        font-family: Roboto;
    } */

.row {
    --bs-gutter-x: 0rem !important;
}

.left-loin-img {
    height: 100vh;
    object-fit: cover;
    background-color: #c1c7d0;
}

.hr-line-color {
    height: 0.5px;
    color: #c1c7d0;
    margin-top: 32px;
}
.login-eye {
    position: absolute;
    margin-left: -2rem;
    margin-top: 14px;
    cursor: pointer;
    display: none;
}
.log-in-bg {
    background-color: #023047;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-wishes {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 40px;
}

.see-again-txt {
    margin-top: -10px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.login-input {
    width: 100%;
    padding: 8px 8px 8px 16px;
    border-radius: 5px;
    border: none;
}

.login-txt {
    color: white;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.remember-me-txt {
    color: #fff;
    margin-left: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.forgot-pass {
    color: #ffaa29;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: auto;
    cursor: pointer;
}

.sign-inn-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffaa29;
    color: #023047;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    border: none;
}

/* togggle */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #ffaa29;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.sign-up-txt {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #ffaa29;
    margin-left: 8px;
    cursor: pointer;
}

.dont-have-acc {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.log-in-logo {
    margin-left: -12px;
}
.login-page-error {
    margin-top: 14px;
}
.underline {
    border-bottom: 2px solid #ffaa29;
    position: absolute;
    width: 5rem;
    cursor: pointer;
    margin-top: 1.5rem;
    margin-left: -1rem;
}
.fa-arrow-left {
    color: #ffaa29;
}
.back-btn {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #ffaa29;
    cursor: pointer;
}
.subt-log-in {
    margin-top: 10px;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffaa29;
    color: #023047;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    border: none;
}
/* Registration */
@media (max-width: 950px) {
    .align-login-tab-view {
        display: block !important;
    }
    .forgot-pass {
        margin-top: 10px;
    }
    .tab-view-bottom {
        padding-bottom: 12px;
    }
    .log-in-logo {
        width: 200px;
    }
    .log-in-bg {
        background-color: #023047;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px) {
    .log-in-bg {
        height: 100vh;
    }
}
