<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-recaptcha-ext{
    border: 1px solid #8b8b8b;
    border-radius: 4px;
    height: 76px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.container-recaptcha-int{
    position: relative;
    height: 75px;
    width: 300px;
    overflow: hidden;
}
.containerLogin{
    width: 100%;
    min-height: calc(100vh - 128px);
    padding-top: 128px;
    display: flex;
    background-color: #0154a4;
}
.bkLogin{
    width: 100%;
    flex: 1;
    background-image: url('../../img/NsPanel/loginBackground.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lg-title{
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
    width: 90%;
}
.lg-description{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
    width: 90%;
    max-width: 677px;
}
.login-box{
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 712px;
    border-radius: 15px;
    background-color: #f9f9f9;
    box-shadow: 3px 4px 8px 0px rgb(0 0 0 / 11%);
    margin-bottom: 50px;
    overflow: hidden;
}
.login-tab{
    display:flex;
    flex-direction: row;
    width: 100%;
    height: 80px;
}
.login-tab-item{
    width: 50%;
    padding: 28px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.login-tab-item:hover{
    background-color: rgba(255,255,255,1);
}
.login-tab-item p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    text-align: center;
}
.lg-selected{
    border-bottom: 3px solid #0562ee;
    background-color: rgba(255,255,255,1);
}
.lg-unselected{
    border-bottom: 3px solid #dddddd;
}
.lg-selected p{
    color: #0562ee;
}
.lg-unselected p{
    color: #333333;
}
.login-form{
    display: flex;
    flex-direction: column;
    padding: 42px 114px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.lg-input{
    display: flex    ;
    flex-direction: column;
    border: 1px solid #888888;
    border-radius: 4px;
    padding: 12px 20px;
    align-items: center;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
    height: auto;
    background-color: #fff;
}
.lg-input-pass{
    display: flex;
    align-items: center;
}
.lg-input-pass .lg-input{
    padding: 12px 40px 12px 20px;
}
.lg-input-pass img{
    margin-left: -34px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.lg-primaryButton{
    background-color: #0562ee;
    border: 1px solid #0562ee;
    border-radius: 4px;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 100%;
}
.lg-secondaryButton{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    padding: 15px 10px 13px;
    align-items: center;
    justify-content: center;
    border: 1px solid #0562EE;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0562ee;
    width: 100%;
}
.lg-tertiaryButton{
    padding: 8px 12px;
    display: flex;
    align-items: center;
    color: #0562ee;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.inputs-container-lg{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.actions-login{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap:10px;
    align-items: center;
}
.lg-terms{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.lg-terms input{
    margin: 0;
}
.lg-terms a,
.lg-terms a:hover,
.lg-terms a:visited{
    color: #0562ee;
}

.inputs-container-lg h3{
    margin: 0 0 20px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0562ee;
    font-size: 25px;
    text-align: center;
}


input {
    border: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #999;
    height: 45px;
    width: 100%;
    padding: 9px;
    color: black;
    border-radius: 5px !important;
}

.rules-reset {
    display: flex;
    flex-direction: row;
    margin: 0 auto 9px;
    background-color: #d3d3d3;
    border-radius: 20px;
    justify-content: start;
    width: 100%;
}

.progress-bar-reset {
    border-radius: 5px;
    padding-top: 0 !important;
    height: 7px;
    margin: 0;
    width: 0%;
    transition: all 0.8s;
}

.text-password-reset {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0px 1px;
}


@media(max-width: 1440px){
    .containerLogin{
        padding-top: 118px;
        min-height: calc(100vh - 118px);
    }
}

@media(max-width: 1366px){
    .containerLogin{
        padding-top: 114px;
        min-height: calc(100vh - 114px);
    }
}

@media(max-width: 1350px){
    .containerLogin{
        padding-top: 104px;
        min-height: calc(100vh - 104px);
    }
}

@media(max-width: 980px){
    .lg-title{
        font-size: 40px;
        margin: 20px 0 20px;
    }
    .lg-description{
        font-size: 18px;
        margin: 0 0 30px;
    }
    .login-tab-item p{
        font-size: 14px;
    }
    .lg-input{
        font-size: 14px;
    }
}

@media(max-width: 800px) {
    .containerLogin{
        padding-top: 94px;
        min-height: calc(100vh - 94px);
    }
}

@media(max-width: 738px){
    .login-form {
        padding: 42px 10%;
    }
}

@media(max-width: 700px){
    .containerLogin{
        padding-top: 110px;
        min-height: calc(100vh - 110px);
        background-position-y: 110px;
    }
}

@media(max-width: 540px){
    .login-box{
        width: 96%;
    }
    .login-form {
        padding: 42px 16px;
    }
    .lg-title {
        font-size: 28px;
        margin: 20px 0 14px;
    }
    .lg-description {
        font-size: 16px;
        margin: 0 0 24px;
        width: 90%;
    }
}

@media(max-width: 465px){
    .login-tab-item {
        padding: 16px;
    }
}

@media(max-width: 420px){
    .containerLogin{
        padding-top: 66px;
        min-height: calc(100vh - 66px);
    }
    .login-tab{
        height: 104px;
    }
}

@media(max-width: 380px){
    .lg-input {
        font-size: 13px;
    }
    .login-form{
        gap: 15px;
    }
}</pre></body></html>