﻿
body.login {
    height: 100%;
    display: -ms-flexbox !important;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center;
    background-color: #ffffff;
    font-family: 'Poppins-regular', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
}

.divFundo {
    width: 100%;
    height: 280px;
    position: fixed;
    bottom: 0;
    z-index: -1;
    background: linear-gradient( 0deg, #009DA8 0%, #3CC0C7 50%, #FFFFFF 100% );
    background-repeat: no-repeat;
    background-size: cover;
}


.form-signin {
    width: 100%;
    margin: auto;
}

.container {
    margin-top: 50px;
}

.headerPage {
    margin-bottom: -21px;
    border-bottom: solid 5px #3CC0C7 !important;
    background-color: #009DA8 !important;
}

.panel.panel-login.nst-Panel {
    margin: 10px 10px 0 10px;
    border: 1px solid #009DA8;
    padding: 10px 0px 0px 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-color: #00B2B9; /* destaque leve */
    border-right-color: #00B2B9;
    border-bottom-color: #00B2B9;
    border-left-color: #00B2B9;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
}

.form-control.nst-TextBox {
    border: 1px solid #00B2B9;
    font-size: 8pt;
    font-family: 'Nexa-regular', Verdana, Geneva, Tahoma, sans-serif;
    padding: .375rem .75rem;
}

.form-control.nst-DropDownList {
    border: 1px solid #00B2B9;
    font-size: 8pt;
    font-family: 'Nexa-regular', Verdana, Geneva, Tahoma, sans-serif;
    height: 30px !important;
}

select:focus.form-control.nst-DropDownList {
    border-color: #00B2B9 !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,157,168,0.35) !important;
}

textarea:focus.form-control.nst-TextBox,
input[type="text"]:focus.form-control.nst-TextBox,
input[type="password"]:focus.form-control.nst-TextBox {
    border-color: #00B2B9;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,157,168,0.35);
}

.rdlabel {
    color: #004B52;
}

    label.active,
    span.active,
    .rdlabel.active {
        color: #009DA8;
        font-weight: 600;
    }

.link-login.nst-linkLogin,
.link-login.nst-linkLogin:hover,
.link-login.nst-linkLogin:visited {
    cursor: pointer;
    color: #00B2B9 !important;
    font-weight: 600 !important;
    font-size: 12px;
}

    .link-login.nst-linkLogin:hover {
        text-decoration: underline !important;
    }

.label-login.nst-labelLogin {
    color: #004B52 !important;
}

/* Ajuste de espaçamento na tela de confirmar senha */
div.col-md-3 span.label-login.nst-labelLogin {
    color: #004B52 !important;
    margin-left: -20px;
}

.label-login-cinza.nst-labelLogin {
    color: #007C86 !important;
}

.kd-button {
    border: 1px solid #ffffff !important;
    background-color: #00B2B9 !important;
}

    .kd-button:hover {
        border: 1px solid #00B2B9 !important;
        background-color: #00B2B9 !important;
        opacity: 0.8;
    }

    .kd-button.disabled,
    .kd-button.disabled:hover,
    .kd-button.disabled:visited {
        background: #9b9999 !important;
        color: #808080 !important;
    }


.box-cookies {
    background: #009DA8 !important;
    color: #FFFFFF !important;
}

    .box-cookies .btn-cookies {
        background: #00B2B9 !important;
        color: #FFFFFF !important;
    }

/*novo*/
/*link a partir de um button, limitação para desabilitar linkbutton*/
.link_reenviar {
    background: none;
    border: none;
    display: inline;
    font: inherit;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    text-decoration: underline;
    color: #0c4273;
    font-weight: 600;
    font-size: 12px;
}

    .link_reenviar.disabled,
    .link_reenviar.disabled:hover,
    .link_reenviar.disabled:visited {
        text-decoration: none;
        color: #868686;
        font-weight: 500;
        cursor: default;
    }

/*painel do título*/
.panel-heading .nst-pageTitleLogin,
.form-group .nst-pageTitleLogin,
#divTituloExterno .nst-pageTitleLogin {
    color: #231F20;
}

.painel-acesso {
    padding-top: 20px;
}
