#login-modal,
#signup-modal,
#forgot-modal {
    max-height: 100%;

    .modal-content {
        height: 90vh;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
    }

    h5 {
        color: #1D2939;
        font-size: 24px;
        font-weight: 400;
    }

    .box-login {
        max-width: 480px;
        margin: 3rem auto;
    }

    input {
        border-bottom: 1px solid #D0D5DD;
    }

    input:focus:not([readonly]) {
        border-bottom: 1px solid #1570EF !important;
        box-shadow: 0 1px 0 0 #1570EF !important;
    }

    .input-field>label {
        font-weight: 300;
        font-size: 16px;
    }

    .btn[disabled] {
        background-color: #D0D5DD !important;
    }

    .teal.lighten-1 {
        color: #FFFFFF;
    }

    .d-flex {
        display: flex;
    }

    .select-wrapper {
        width: 8rem;
        display: none;
    }

    .select-wrapper input.select-dropdown {
        padding-left: 30px;
    }

    .countrySelect_img {
        display: none;
    }

    .select-dropdown li img {
        float: left;
    }

    .input-field label.invalid {
        color: red !important;
    }

    .input-field span.helper-text {
        display: none;
        color: red;
    }

    .progress {
        margin: 0px;
    }

    .left-align {
        margin-bottom: 1rem;
    }

    [type="checkbox"]+span:not(.lever) {
        padding-left: 30px;
    }

    .helper-text {
        display: none;
        color: red;
    }

    .invalid {
        color: red;
    }

    .boxstep {
        display: none;
    }

    .box-time {
        position: absolute;
        margin-top: -42px;
        right: 0;

        span {
            color: #1570EF;
        }
    }

    li {
        transition: color 0.3s ease, font-weight 0.3s ease;
        color: #12B76A;
    }

    .link {
        cursor: pointer;
    }

    input:not([type]),
    input[type=text]:not(.browser-default) {
        height: 42px;
    }

    .tabar-or {
        margin-top: 1rem;
        display: flex;
        gap: 10px;
        align-items: center;
        color: #a2a1a1;

        .line {
            background-color: #dbdbdb;
            flex: 1;
            height: 1.5px;
            width: 100%;
        }
    }

    .group-authen {

        button {
            margin-top: 0.5rem;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;

            img {
                width: 30px;
            }
        }
    }

}