.login-form .input-group-addon {
    text-decoration: none !important;
}

.login-form .input-group-addon:hover,
.login-form .input-group-addon:focus {
    text-decoration: none !important;
}

.login-check input[type="checkbox"] {
    accent-color: #2f89c7;
    transform: scale(1.1);
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: #f5f7fb;
}

.login-form,
.login-form .form-group,
.login-toggle,
.login-row-meta {
    width: 100%;
    min-width: 0;
}

.login-form .form-control,
.login-submit,
.login-toggle-btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.login-wrapper {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999;
}

.login-shell {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: #ffffff;
}

.login-left {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 56px 60px;
    box-sizing: border-box;
    background: #ffffff;
}

.login-right {
    -ms-flex: 0 0 52%;
        flex: 0 0 52%;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 72px;
}

.login-form-box {
    width: 100%;
    max-width: 520px;
    min-width: 0;
    animation: fadeUp .45s ease;
}

.login-brand {
    margin-bottom: 28px;
}

.login-brand img {
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
    margin-bottom: 24px;
}

.login-title {
    margin: 0 0 10px;
    color: #162033;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}

.login-subtitle {
    margin-bottom: 28px;
    color: #7a8599;
    font-size: 15px;
}

.login-toggle-label {
    margin-bottom: 10px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.login-toggle {
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
}

.login-toggle-btn {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 44px;
    border: 1px solid #cfd7e6;
    border-radius: 12px;
    background: #fff;
    color: #4b5b74 !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color .25s ease,
                border-color .25s ease,
                color .25s ease,
                box-shadow .25s ease,
                transform .2s ease;
    transform: translateY(0);
}

.login-toggle-btn:hover,
.login-toggle-btn:focus {
    text-decoration: none !important;
    transform: translateY(-1px);
}

.login-toggle-btn:active {
    transform: scale(0.98);
}

.login-toggle-btn-pessoa.active {
    border-color: #2f89c7;
    background: #2f89c7;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(47, 137, 199, 0.15);
}

.login-toggle-btn-empresa.active {
    border-color: #de7a1a;
    background: #de7a1a;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(222, 122, 26, 0.18);
}

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

.login-form label {
    display: block;
    margin-bottom: 8px;
    color: #2c3550;
    font-size: 14px;
    font-weight: 600;
}

.login-form .form-control {
    height: 48px;
    padding: 10px 14px;
    border: 1px solid #d7dde8;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.login-form .form-control:focus {
    border-color: #2f89c7;
    box-shadow: 0 0 0 3px rgba(47, 137, 199, 0.12);
}

.login-form .input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.login-form .input-group .form-control {
    border-right: none;
    border-radius: 12px 0 0 12px;
}

.login-form .input-group-addon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 52px;
    border: 1px solid #d7dde8;
    border-left: none;
    border-radius: 0 12px 12px 0;
    background: #fff;
    color: #7a8599;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}

.login-form .input-group-addon:hover {
    color: #2f89c7;
}

.login-row-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 12px;
    margin: 6px 0 18px;
}

.login-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    color: #8a94a6;
    font-size: 14px;
}

.login-check input {
    margin: 0;
}

.login-link {
    color: #8a94a6 !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: color .2s ease;
}

.login-link:hover {
    color: #2f89c7 !important;
}

.login-submit {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 999px;
    background: #2f89c7;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    transition: background-color .25s ease,
                transform .2s ease,
                box-shadow .25s ease,
                opacity .2s ease;
    box-shadow: 0 6px 16px rgba(47, 137, 199, 0.25);
}

.login-submit:hover,
.login-submit:focus {
    background: #2673a8;
    color: #fff;
    opacity: .95;
    transform: translateY(-1px);
}

.login-submit:active {
    transform: scale(0.99);
}

.login-submit[disabled] {
    opacity: .7;
    cursor: not-allowed;
}

.login-register {
    margin-top: 26px;
    color: #8c94a5;
    font-size: 15px;
    text-align: center;
}

.login-register a {
    color: #2f89c7 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.login-register a:hover {
    color: #2673a8 !important;
}

.alert-danger {
    border-radius: 12px;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .login-left {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        padding: 40px;
    }

    .login-right {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}

@media (max-width: 900px) {
    html,
    body {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .login-wrapper {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: 100vh;
        height: auto;
        overflow: visible;
        background: #f5f7fb;
    }

    .login-shell {
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        overflow: visible;
        background: #f5f7fb;
    }

    .login-left,
    .login-right {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%;
    }

    .login-right {
        display: none;
    }

    .login-left {
        padding: 24px 16px 32px;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    .login-form-box {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .login-title {
        font-size: 28px;
    }

    .login-brand img {
        max-width: 100px;
        margin-bottom: 18px;
    }

    .login-toggle {
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 10px;
    }

    .login-toggle-btn {
        height: 42px;
        font-size: 15px;
    }

    .login-row-meta {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        gap: 10px;
    }

    .login-submit {
        height: 48px;
        font-size: 16px;
    }
}
@media (max-width: 900px) {
    html,
    body,
    .wrapper,
    .page-wrapper,
    .wrapper-content,
    .row,
    .col-md-12,
    .p-sm,
    .login-wrapper,
    .login-shell,
    .login-left {
        background-image: none !important;
        background: #ffffff !important;
    }

    .login-right {
        display: none !important;
        background: none !important;
        background-image: none !important;
    }
}

.login-right-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(18px);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-right-bg.active {
    opacity: 1;
    transform: translateX(0);
}

.login-right-bg:not(.active) {
    opacity: 0;
    transform: translateX(-18px);
}

.login-right-bg-pessoa {
    background-image: url('../../../content/images/bg03.png');
    background-position: 85% center;
}

.login-right-bg-empresa {
    background-image: url('../../../content/images/bg04.png');
    background-position: 15% center;
}

.login-right {
    background: #2f89c7;
}

/*# sourceMappingURL=login-e67d675ba8.css.map */
