﻿.page-login-account {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('/Imagens/une_img_login_account.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.panel-login {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    height: 100%;
    max-width: 380px;
    text-align: center;
}

.text-header-panel-login {
    font-size: 24px !important;
    text-shadow: rgba(0,0,0,.15) 0 0 1px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #37474f;
    margin-top: 60px;
    margin-bottom: 15px;
}

.panel-login .image-panel-login {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

.panel-login input {
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    box-shadow: none !important;
    box-sizing: border-box;
    font-size: 16px;
}

.panel-login button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #a46cdd;
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

.panel-login select {
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    box-shadow: none !important;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
}

.panel-login button:hover {
    opacity: 1;
}

.image-logo-panel-login {
    width: 90px;
    height: 32px;
    margin-top: 6px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}

.text-input-panel-login {
    display: flex;
    color: #999;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-left: 5px;
}

.error-field-login {
    display: none;
    margin-left: 3px;
    font-size: 11px;
    color: #ff0000;
    margin-bottom: 10px;
}

.input-container-usuario-login {
    display: block;
    position: relative;
    width: 100%;
    height: 240px;
}

#usuario-login {
    text-transform: lowercase;
}

#usuario-login:focus {
    border: 2px solid #a46cdd !important;
}

#loader-panel-usuario {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.loader-panel-usuario {
    width: fit-content;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
    background: linear-gradient(currentColor 0 0) 0 100%/0% 2px no-repeat;
    animation: l2 2s linear infinite;
    letter-spacing: .1rem;
    color: #a46cdd;
}

.loader-panel-usuario:before {
    content: "carregando"
}

.error-usuario {
    display: none;
    height: 25px;
    align-content: center;
    font-size: 15px;
    font-weight: 400;
    color: red;
    border-radius: 4px;
    background-color: rgba(250, 124, 124, 0.3);
    margin-top: 20px;
}

.select-container-empresa-login {
    display: none;
    position: relative;
    width: 100%;
    height: 240px;
}

.input-container-password-login {
    display: none;
    position: relative;
    width: 100%;
    height: 240px;
}

.input-container-password-login .eye-icon {
    position: absolute;
    top: 22%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

#eye-disabled-login {
    display: none;
}

#password-login:focus {
    border: 2px solid #a46cdd !important;
}

#loader-panel-login {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.loader-panel-login {
    width: fit-content;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
    background: linear-gradient(currentColor 0 0) 0 100%/0% 2px no-repeat;
    animation: l2 2s linear infinite;
    letter-spacing: .1rem;
    color: #a46cdd;
}

.loader-panel-login:before {
    content: "carregando"
}

.error-login {
    display: none;
    align-content: center;
    font-size: 15px;
    font-weight: 400;
    color: red;
    border-radius: 4px;
    background-color: rgba(250, 124, 124, 0.3);
    margin-top: 20px;
}

.error-password {
    display: none;
    height: 25px;
    align-content: center;
    font-size: 15px;
    font-weight: 400;
    color: red;
    border-radius: 4px;
    background-color: rgba(250, 124, 124, 0.3);
    margin-top: 20px;
}

.link-voltar-login {
    margin-top: 5px;
    margin-right: 8px;
    text-align: right;
}

.link-voltar-login a {
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
}

.link-esqueceu-senha {
    display: block;
    text-align: right;
    margin-top: 7px;
    margin-right: 4px;
}

.link-redefinir-senha {
    display: none;
    text-align: right;
    margin-top: 7px;
    margin-right: 4px;
}

.container-info-login {
    position: relative;
    width: 100%;
    /*height: 70px;*/
    position: relative;
    padding-bottom: 70px;
}

.container-info-login .footer-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 40px;*/
    text-align: center;
    line-height: 12px;
}

.page-password-account {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('/Imagens/une_img_login_adm.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.panel-password {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 400px;
    text-align: center;
}

.panel-password .image-panel-password {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 5px;
}

.panel-password input {
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    box-shadow: none !important;
    box-sizing: border-box;
    font-size: 16px;
}

.panel-password button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #a46cdd;
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
}

.panel-password select {
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    box-shadow: none !important;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
}

.panel-password button:hover {
    opacity: 1;
}

.text-header-panel-password {
    font-size: 24px !important;
    text-shadow: rgba(0,0,0,.15) 0 0 1px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #37474f;
    margin-bottom: 0 !important;
}

.image-logo-panel-password {
    width: 90px;
    height: 32px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}

.password-form .container-user {
    display: none;
    position: relative;
    width: 100%;
    max-height: 100px;
}

.password-form .user-first-access {
    display: block !important;
}

.password-form .container-password {
    position: relative;
    width: 100%;
    max-height: 200px;
}

#user-login-name {
    display: none;
    margin-left: 10px;
    font-size: 12px;
}

.password-form .container-user label.invalid {
    color: #fe6f6f;
}

.password-form .container-user label.invalid::before {
    position: relative;
    left: -6px;
    content: "✖";
}

.password-form .container-user label.valid {
    color: #6ada7d;
}

.password-form .container-user label.valid::before {
    position: relative;
    left: -6px;
    content: "✔";
}

.container-password .eye-icon {
    position: absolute;
    top: 70%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.container-password .eye-icon.field-erro {
    top: 60%;
}

#eye-disabled-password {
    display: none;
}

.password-form .container-repeat-password {
    position: relative;
    width: 100%;
    height: 90px;
}

.container-repeat-password .eye-icon {
    position: absolute;
    top: 56%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.container-repeat-password .eye-icon.field-erro {
    top: 56%;
}

#eye-disabled-repeat-password {
    display: none;
}

.password-form .container-button-register {
    position: relative;
    width: 100%;
    height: 60px;
}

#container-button-register.loader-active,
#container-button-register.error-password-active {
    height: 80px;
}

.text-input-panel-password {
    display: flex;
    color: #999;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-left: 5px;
    margin-bottom: 2px !important;
}

.error-field-password {
    display: none;
    margin-left: 3px;
    font-size: 11px;
    color: #ff0000;
    margin-bottom: 10px;
}

.error-field-repeat-password {
    display: none;
    margin-left: 3px;
    font-size: 11px;
    color: #ff0000;
    margin-bottom: 10px;
}

#password:focus {
    border: 2px solid #a46cdd !important;
}

#password-repeat:focus {
    border: 2px solid #a46cdd !important;
}

#container-password-character {
    display: none;
    margin-top: 15px;
    margin-bottom: 5px;
    background-color: #f3f3f3;
    border-radius: .25rem !important;
    height: 105px;
}

.grid-password-character {
    margin: 0px 10px 0px 10px;
    text-align: left;
}

.text-title-password-character {
    margin-top: 10px;
    color: #5a5a5a;
    font-size: 12px;
}

.col-password-character {
    display: flex;
}

.col-item-password-character {
    flex: 1;
    color: #5a5a5a;
    font-size: 12px;
}

#password-contain label {
    padding-left: 10px;
}

#password-contain label.invalid {
    color: #fe6f6f;
}

#password-contain label.invalid::before {
    position: relative;
    left: -8px;
    content: "✖";
}

#password-contain label.valid {
    color: #6ada7d;
}

#password-contain label.valid::before {
    position: relative;
    left: -8px;
    content: "✔";
}

.page-authentication-account {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('/Imagens/une_img_login_adm.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.panel-authentication {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 400px;
    text-align: center;
}

.panel-authentication .image-panel-authentication {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 5px;
}

.panel-authentication input {
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    box-shadow: none !important;
    box-sizing: border-box;
    font-size: 16px;
}

.panel-authentication button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #a46cdd;
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}

.panel-authentication select {
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    box-shadow: none !important;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
}

.panel-authentication button:hover {
    opacity: 1;
}

.image-logo-panel-authentication {
    width: 90px;
    height: 32px;
    margin-top: 6px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}

.text-header-panel-authentication {
    font-size: 24px !important;
    text-shadow: rgba(0,0,0,.15) 0 0 1px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #37474f;
}

.authentication-form .container-authentication {
    position: relative;
    width: 100%;
    max-height: 200px;
}

.title-header-panel-authentication {
    margin-bottom: 10px;
}

.content-panel-authentication {
    margin-bottom: 15px;
}

.text-content-panel-authentication {
    font-size: 14px !important;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #616c71;
}

.container-code-authentication {
    text-align: center;
}

.content-title-code-input-authentication {
    margin-bottom: 10px;
}

.container-code-authentication .code-input-authentication {
    width: 35px;
    height: 35px;
    margin-right: 6px;
    color: #a46cdd !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.code-input-authentication:focus {
    border: 2px solid #a46cdd !important;
}

.time-authentication {
    margin-top: 10px;
    font-size: 14px;
}

.content-new-code-authentication {
    display: flex;
    justify-content: center;
}
.new-code-authentication {
    width: 40%;
    font-size: 14px;
    color: #3d8ad6;
    text-decoration: underline;
    cursor: pointer;
}

#new-code-authentication.block {
    cursor: no-drop;
}

/*@media (min-height: 588px) {
    .container-info-login {
        position: relative;
        width: 100%;
        height: 150px;
        position: relative;
        padding-bottom: 70px;
    }
}*/