

<style type="text/css">
    :root { }

    :root {
        --primary: #DBDBDB;
        --secondary: #515F6D;
    }

    .login-side {
        display: flex;
        background-color: var(--primary);
        flex-direction: column;
        height: 100%;
        min-width: 555px;
    }

    .login-side h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 38px;
        letter-spacing: 0.2px;
        color: #FFFFFF;
        margin: 0;
    }

    .login-side-divider {
        border-top: 1.179px solid var(--secondary);
        padding: 0;
        margin: 0;
    }

    .login-side img {
        float: right;
        margin-top: 8px;
    }

    .login-side-box {
        margin: auto;
        margin-right: 0;
        padding-right: 86px;
    }

    .login-side-box svg {
        color: #fff;
    }

    .login-side .custom img {
        max-height: 440px;
        max-width: 440px;
    }

    .login-content {
        display: flex;
        flex-direction: column;
        height: 100%;
        flex: 1;
    }

    .login-content-box {
        margin: auto;
        justify-content: center;
        width: 390px;
        height: 360px;
    }

    .login-content-box h1 {
        height: 39px;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 39px;
        color: #383E42;
        margin: 0;
        margin-bottom: 32px;
    }

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

    .login-form-group label {
        height: 21px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #868686;
        padding-left: 16px;
        margin-bottom: 6px;
        display: block;
    }

    .login-form-group input {
        height: 44px !important;
        width: 100%;
        border: 1px solid #D4D8D9;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 16px;
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
        z-index: 2;
        display: block;
    }

    .login-form-group input:focus {
        outline-style: none;
        border-color: var(--primary);
    }

    .login-form-group button {
        background: var(--secondary);
        border-radius: 4px;
        width: 100%;
        height: 44px;
        border: none;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 32px;
        font-weight: bold;
        font-style: normal;
        margin-top: 71px;
        cursor: pointer;
    }

    .login-form-group button:hover {
        background: var(--secondary-alt);
    }

    .sb-icon {
        display: inline-block;
        z-index: 3;
        cursor: pointer;
        margin-left: -36px !important;
        margin: auto;
        vertical-align: middle;
        background-repeat: no-repeat !important;
    }

    .sb-icon svg {
        color: var(--secondary);
        vertical-align: middle;
    }

    .show {
        display: block !important;
    }

    .hide {
        display: none !important;
    }

    .eye {
        background: url('/imgs/advisor/eye.svg');
    }

    .eye-slash {
        background: url('/imgs/advisor/eye-slash.svg');
        width: 20px;
        height: 19px;
    }

    .sb-panel.sb-panel-warning {
        border: 1px solid #f19d41;
        background: #fff9ea;
        color: #383e42;
    }

    .sb-mt-4,
    .sb-my-4 {
        margin-top: 16px;
    }

    .sb-panel {
        background: var(--primary);
        border-radius: 4px;
    }

    .sb-panel,
    .wrapper-mobile .sb-box.sb-box-body {
        padding: 16px;
    }

    .sb-panel h5:not(:last-child) {
        margin-bottom: 6px;
    }

    .sb-panel h5 {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        margin-top: 0;
    }

    .sb-panel p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .aviso-v35 {
        position: absolute;
        top: 0;
        background: #FFF9EA;
        border-bottom: 1px solid #F6C544;
        height: 29px;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 29px;
        font-weight: 400;
        justify-content: center;
        align-items: center;
    }

    .aviso-v35,
    .aviso-v35 a {
        color: #091827;
    }
</style>