.page-consultant {
    width: 1200px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgb(24 29 57 / 16%);
    background-color: #FFFFFF;
    padding: 64px 300px;
}

.title-top-page {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-bottom: 48px;
    text-align: center;
    border-left: none;
}

.form-input-login {
    margin-bottom: 48px;
}

.content-login .form-group {
    margin-bottom: 32px;
}

.forgot-pass-wrap {
    text-align: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 64px;
}

.content-login .forgot-pass {
    text-decoration: underline;
    color: #9C9C9C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.content-login .forgot-pass:hover {
    text-decoration: none;
    color: #9C9C9C;
}

.content-login .title-click {
    font-size: 22px;
    line-height: 48px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 48px;
}

.btn-block {
    text-align: center;
    margin: 0 auto;
    line-height: 48px;
}

.btn-block:hover {
    color: #fff;
}

.main-content-login {
    padding-top: 66px;
    padding-bottom: 67px;
}

.label-login {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
}

.btn-login {
    margin-bottom: 32px;
}

.btn-register {
    margin-bottom: 48px;
}

.btn-link-topage {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #EEEEEE;
    border-radius: 4px;
    background-color: #F1F7FF;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    color: #333333;
    text-decoration: underline;
}

.btn-link-topage:hover {
    text-decoration: underline;
    background-color: #5C6595;
    color: #ffffff;
}

.wrapper-consultant-custom {
    padding: 30px;
}

.btn-submit, .btn-register-link {
    width: 100%;
    max-width: 273px;
    padding: 0;
    height: 54px;
}

.btn-submit:hover, .btn-register-link:hover {
    padding: 0;
}

/* Response sreev 1100 */
@media (max-width: 1100px) {
    .page-consultant {
        padding: 50px;
    }
}

/* Response sreev 480 */
@media (max-width: 480px) {

    .page-consultant {
        width: 100%;
        padding: 50px 20px;
    }

    .btn-link-topage {
        line-height: 26px;
        padding: 12px 62px;
        flex-direction: column;
    }
}

/* Response sreev 375 */
@media (max-width: 375px) {
    .wrapper-consultant-custom {
        padding: 20px 20px 100px;
    }

    .main-content-login {
        padding: 0;
    }

    .title-top-page {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .form-input-login {
        margin-bottom: 30px;
    }

    .content-login .form-group {
        margin-bottom: 30px;
    }

    .label-login {
        font-size: 14px;
        margin-bottom: 16px;
        line-height: 24px;
    }

    .content-login .forgot-pass {
        padding-bottom: 16px;
        margin-bottom: 70px;
    }

    .content-login .title-click {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .btn-register {
        margin-bottom: 30px;
    }
}
