﻿.modal-client, .modal-login, .modal-reset-pwd {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 5px;
    opacity: 1
}

.modal-login {
    height: 418px;
    background: var(--bg-modal) 0 0 no-repeat padding-box
}

.modal-client, .modal-reset-pwd {
    background: var(--bg-modal) 0%0% no-repeat padding-box
}

.modal-header-login {
    border: 0;
    padding: 0
}

.modal-backdrop.show {
    opacity: .48 !important;
    background: var(--bg-modal) 0 0 no-repeat padding-box !important
}

.w-full {
    width: 100%
}

.rl-margin-auto {
    margin-right: auto;
    margin-left: auto
}

.mt-18 {
    margin-top: 18px
}

.mt-15 {
    margin-top: 15px
}

.mt-60 {
    margin-top: 60px
}

.mr-16 {
    margin-right: 16px !important
}

.text-header-modal {
    font-size: 20px;
    color: var(--primary-color)
}

.modal-input {
    color: var(--color-0) !important;
    font-size: 16px !important;
    letter-spacing: 0;
    border-radius: 5px !important
}

    .modal-input::placeholder {
        color: var(--color-0) !important
    }

.wh-16 {
    width: 16px;
    height: 16px
}

.p-side-80 {
    padding: 0 !important
}

.text-right {
    text-align: right
}

.modal-text-bottom {
    color: var(--primary-color);
    font-size: 14px;
    font-family: Montserrat;
    letter-spacing: 0
}

.eye-pwd, .modal-button-cancel {
    font-size: 16px;
    text-align: center
}

.modal-text-link {
    color: var(--account-link)
}

    .modal-text-link:hover {
        color: var(--account-link-hoover)
    }

.modal-button-cancel {
    border: none;
    border-radius: 5px;
    background: var(--color-0) 0 0 no-repeat padding-box;
    letter-spacing: 0;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block
}

    .modal-button-cancel:hover {
        background: var(--secundary-color) 0 0 no-repeat padding-box
    }

.modal-body {
    width: 100%;
    max-width: 360px
}

form input:not(input[type=radio]):not(input[type=checkbox]) {
    border: none
}

.pt-34 {
    padding-top: 34px
}

.modal-footer {
    padding: 0 25px;
    border: none
}

    .modal-footer li {
        line-height: 20px
    }

.modal-dialog-scrollable .modal-body {
    overflow: initial
}

.eye-pwd {
    position: absolute;
    z-index: 11;
    right: 0;
    color: var(--color-0);
    cursor: pointer;
    height: 55px;
    width: 40px;
    padding-top: 20px;
    background-color: #ccc
}

.mr-40 {
    margin-right: 38px !important
}

.p-change-submit {
    padding: 0 0 0 5px
}

.p-change-cancel {
    padding: 0 5px 0 0
}

.modal-body-account {
    width: 100%;
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto
}

.btn-create-client {
    width: 325px;
    margin-left: auto;
    margin-right: auto
}

.mb-33 {
    margin-bottom: 33px
}

.mb-30 {
    margin-bottom: 30px
}

.w-180 {
    width: 180px
}

@media (max-width:1199.98px) {
    .modal-body-account {
        padding: 1rem
    }
}