.background_login {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 45px);
    background-image: url("https://stb2cprd.blob.core.windows.net/st-b2c-so-login/assets/fondo1.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Styles */
.header-container {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    padding: 0 55px;
    background-color: #00164F;
    width: 100%;
    height: 100%;
    height: 55px;
    max-height: 55px;

    .header-logo {
        /* cursor: pointer; */
        width: 171px;
    }
}

/* Body Styles */
.body-container {
    padding: 95px 95px;

    .card-container {
        padding: 40px 25px 35px 25px;
    }

    .logo-container {
        text-align: center;

        .logo_solistica {
            width: 90%;
        }
    }

    #login-card {
        background: #FFFFFF;
        border-radius: 8px;
        padding: 0;
        width: 450px;
    }

    .card-body-container{
        padding: 30px;
    }

    .taglink {
        cursor: pointer;
        color: #2D5BFF;
        text-decoration: none;
    }

    
    #customAPI {
        .title {
            color: #212121;
            font-family: var(--font-s1);
            font-size: 17px;
            font-weight: 700;
            line-height: 23.44px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        .tagError {
            display: none;
            align-items: start;
            justify-content: start;
            padding: 0;
            margin: 0;
            padding-top: 5px;
            color: #EB5769;
            font-size: smaller;
        }

        #formStep2 {
            display: none;
        }
        
        .password-container{
            padding: 0;
            margin: 0;
            input {
                border-bottom: none;
            }
            input::-ms-reveal,
            input::-ms-clear {
                display: none;
            }
        }

        #checkEmail, #login {
            width: 100%;
        }

        .loading-icon {
            display: none;
            width: 24px;
            height: 24px;
            gap: 0px;
            opacity: 0px;
        }

        #rememberMe {
            width: 24px;
            height: 24px;
            gap: 0px;
            border-radius: 4px 0px 0px 0px;
            border: 1px 0px 0px 0px;
            opacity: 0px;
        }


        .registerContainer {
            font-family: var(--font-s1);
            font-size: 16px;
            font-weight: 400;
            line-height: 18.75px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        #forgotPassword{
            font-family: var(--font-s1);
            font-size: 16px;
            font-weight: 400;
            line-height: 18.75px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }
    }

    /* Api B2C deployment */
    #api {
        display: none;
    }
}

/* Footer Styles */
.footer-container {
    padding: 0 55px 15px 55px;
    position: fixed;
    bottom: 0;
    background-color: #00164F;
    width: 100%;
    height: 100%;
    height: 55px;
    max-height: 55px;

    .white-font {
        color: #FFFFFF;
    }

    .footer-logo {
        width: 55px;
    }

    .f-divider {
        padding: 0px;
        height: 28px;
        border: 1px solid #FFFFFF;
    }

    .white-taglink {
        cursor: pointer;
        color: #FFFFFF;
        text-decoration: none;
    }
}

/* Dialog Styles */
dialog {
    position: fixed;
    margin: 0;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    width: 827px;
    max-height: 380px;
    gap: 0px;
    opacity: 0px;
    border: none;
    background: #FFFFFF;

    .title {
        font-family: var(--font-s1);
        font-size: 20px;
        font-weight: 700;
        line-height: 23.44px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .message {
        font-family: var(--font-s1);
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .dialog-divider-header {
        width: 100%;
        border: 1px solid #0671E0;
    }

    .dialog-divider-footer {
        width: 100%;
        background: #FFFFFF;
    }

    body.dialog-open {
        background: #212121;
        opacity: 0.65px; 
        overflow: hidden;
    }
}

/* Button Styles */
.solistica-btn {
    border: 1px solid #2D5BFF;
    background: #2D5BFF;
    color: #FFFFFF;
    font-family: var(--font-s1);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: Hug (53px)px;
    padding: 16px 24px 16px 24px;
    gap: 10px;
    border-radius: 8px 0px 0px 0px;
    opacity: 0px;
    border-radius: 8px;

    @media (max-width: 767px) {
        padding: 8px 12px !important;
    }

    &.mobile-padding {
        padding: 8px 52px;
    }

    button_small {
        border: 1px solid #2D5BFF;
        background: #2D5BFF;
        color: #FFFFFF;
        padding: 2px 24px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 4px;
        gap: 10px;
        box-sizing: border-box;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    button:hover,
    button_small:hover {
        border: 1px solid #0663C7;
        background: #0663C7;
        color: #FFFFFF;
    }

    button:focus,
    button_small:focus {
        background: #0663C7;
        border: 2px solid #212121;
        color: #FFFFFF;
    }

    button:click {
        border: 1px solid #0053AD;
        background: #0053AD;
        color: #FFFFFF;
    }

    button_small:click {
        border: 1px solid #0053AD;
        background: #0053AD;
        color: #FFFFFF;
    }

    button:disabled,
    button_small:disabled {
        border: 1px solid #EEEEEF;
        background: #EEEEEF;
        color: #838181;
        cursor: not-allowed;
    }
}

/* Input Styles */
.solistica-input {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0 5px 0;
    display: block;
    border: none;
    background: none;
    color: #212121;

    font-family: var(--font-s1);
    font-size: 16px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.solistica-input:focus {
    outline: none;
}

.floating-lbl {
    position: relative;
    margin-bottom: 43px;
}

.floating-lbl input {
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0 5px 0;
    display: block;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    color: #212121;
}

.floating-lbl:focus {
    outline: none;
}

.floating-lbl label {
    color: #969696 !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-lbl:has(input:focus) label, .floating-lbl:has(input:valid) label, .floating-lbl:not(input:empty) label {
    top: -15px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
} 

.span-input {
    position: relative;
    top: -5px;
}

.highlight {
    position: absolute;
    height: 0%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* Global Styles*/
:root {
    --font-s1: 'Roboto', sans-serif
}

