/* 
    Document   : logincutrale
    Created on : Sep 27, 2016, 2:52:07 PM
    Author     : 553285
    Description:
        Purpose of the stylesheet follows.
*/

.WizBannerColor{
    background-color: #FFFFFF;
}

.WizBannerLogo{
    background-image:url(/images/logo.gif);
}

.WizBannerTitle{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 16pt;
    color: #FFFFFF;
    font-weight: bold ;
}
.WizBannerLink{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 8pt;
    color: #663300;
}

.WizPageColor{
    background-color: #FFFFFF;
}
.BgColorDark{
    background-color: #336699;
}

.GlobalPageTitle{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    font-weight: bold ;
}
.BgColorDark1{
    background-color: #336699;
}

.Nav1Selected{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 11pt;
    color: #99CCFF;
    font-weight: bold ;
}
.BGAccentDark{
    background-color: #CCCC99;
}

.Nav1Enabled{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 11pt;
    color: #003366;
    text-decoration: none;
}

.HeaderSub{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 16pt;
    color: #336699;
}

.HeaderSubSub{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 11pt;
    color: #336699;
    font-weight: bold ;
}

.InstructionText{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
    color: #000000;
}

.InlineInfo{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 8pt;
    color: #336699;
}

.FieldText{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
    color: #000000;
    height: 5px;
    font-weight: normal;
}

.InlineInfo2{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 8pt;
    color: #336699;
    font-weight: bold ;
}
.Copyright{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 8pt;
    color: #000000;
}

.Privacy{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 8pt;
    color: #663300;
}

.ErrorHeader{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 11pt;
    color: #CC0000;
    font-weight: bold ;
}

.ErrorText{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
    color: #000000;
}

.EditRegionBorder{
    border : #CCCC99  1px solid ; 
} 

.HeaderSub{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 16pt;
    color: #336699;
}

.InstructionText{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
    color: #000000;
}

.ErrorHeader{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 11pt;
    color: #CC0000;
    font-weight: bold ;
}

.ErrorText{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
    color: #000000;
}

.FieldText{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    margin-bottom: 1px;
}

.EsqueceuSenha{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 8pt;
    color: #1B62E3;
    font-weight: bold;
    text-decoration: underline;    
}

.Copyright{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 8pt;
    color: #000000;
}

.HintText{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 9pt;
    color: #000000;
}

.ValueText{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
}

.FieldTitleCertDigital {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    height: 5px;
}

.FieldTextCertDigital{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    height: 5px;
}

.botao{
    font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:white;
    background:#fb6b0a;
    border:0px;
    min-width: 80px;
    width:100%;
    height:19px;
}

.panelLogin{
    width: 22%;
    padding: 15px;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px 2px 2px 2px;
    font-size: 18px; 
    line-height: 20px;
    color: rgb(84, 110, 122);
    box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

input{
    background-color: rgb(250, 255, 189);
    height: 25px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ffb347 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow-x: hidden;
    height: 100vh;
}

.container-panel {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(255, 107, 53, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    max-width: 950px;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.login-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(255, 107, 53, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: 950px;
    min-height: 650px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.login-section {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
}

.login-section::before {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgba(255, 107, 53, 0.3), transparent);
    border-radius: 1px;
}

.navigation-section {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ff8c42 100%);
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.navigation-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}
.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ff6b35, #f7931e, #ff8c42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(255, 107, 53, 0.1);
    position: relative;
}

.section-subtitle {
    color: #666;
    margin-bottom: 45px;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.4;
}

.nav-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.nav-subtitle {
    margin-bottom: 45px;
    opacity: 0.95;
    font-size: 1.15rem;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

/* Formulário de login com j_security_check */
.login-form {
    position: relative;
    z-index: 2;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input {
    width: 100%;
    padding: 18px 22px;
    border: 2px solid rgba(255, 107, 53, 0.2);
    border-radius: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    outline: none;
}

.form-input:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
    background: white;
    transform: translateY(-2px);
}

.form-input::placeholder {
    color: #999;
    opacity: 0.7;
}

/* Botão de login */
.login-btn {
    width: 100%;
    padding: 18px 25px;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 25px;
    background: linear-gradient(135deg, #ff6b35, #fda742);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    position: relative;
    overflow: hidden;
}

.login-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.login-btn:hover::before {
    left: 100%;
}

.login-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
    background: linear-gradient(135deg, #f7931e, #ff6b35);
}

.login-btn:active {
    transform: translateY(-1px);
}

/* Botões de navegação */
.nav-btn {
    width: 100%;
    padding: 20px 30px;
    margin: 12px 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    cursor: pointer;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.nav-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: width 0.3s ease;
    z-index: -1;
}

.nav-btn:hover::before {
    width: 100%;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #ff6b35;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.8);
}

.forgot-password {
    text-align: center;
    margin-top: 25px;
}

.forgot-password a {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.forgot-password a:hover {
    color: #f7931e;
    text-decoration: underline;
}

/* Ícone decorativo */
.icon-decoration {
    font-size: 5rem;
    margin-bottom: 25px;
    opacity: 0.9;
    position: relative;
    z-index: 2;
    animation: bounce 2s ease-in-out infinite;
}

/* Mensagem de erro */
.error-message {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    color: #dc3545;
    padding: 12px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    text-align: center;
}

/* Responsividade */
@media (max-width: 768px) {
    body{
        height: 100%;
    }
    .login-container {
        grid-template-columns: 1fr;
        max-width: 420px;
        min-height: auto;
        margin: 20px;
    }

    .container-panel {
        grid-template-columns: 1fr;
        max-width: 420px;
        min-height: auto;
        margin: 20px;
    }

    .login-section::before {
        display: none;
    }

    .login-section,
    .navigation-section {
        padding: 45px 35px;
    }

    .section-title,
    .nav-title {
        font-size: 2rem;
    }

    .section-subtitle,
    .nav-subtitle {
        font-size: 1rem;
    }

    .navigation-section {
        background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    }

    .icon-decoration {
        font-size: 4rem;
    }
}

@media (max-width: 480px) {
    body {
        padding: 15px;
        height: 100%;
    }

    .login-container {
        margin: 10px;
    }

    .container-panel {
        margin: 10px;
    }

    .login-section,
    .navigation-section {
        padding: 35px 25px;
    }

    .section-title,
    .nav-title {
        font-size: 2rem;
    }

    .form-input,
    .login-btn {
        padding: 16px 20px;
    }
}