﻿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, #1fbf80 0%, #27cc8a 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 #27cc8a !important;
    background: #ffffff;
}

.panel.panel-login.nst-Panel {
    margin: 10px 10px 0 10px;
    border: 1px solid #1fbf80;
    padding: 10px 0px 0px 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-color: #1fbf80;
    border-right-color: #1fbf80;
    border-bottom-color: #1fbf80;
    border-left-color: #1fbf80;
    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 #9adfc6;
    font-size: 8pt;
    font-family: 'Nexa-regular', Verdana, Geneva, Tahoma, sans-serif;
    padding: .375rem .75rem;
}

.form-control.nst-DropDownList {
    border: 1px solid #9adfc6;
    font-size: 8pt;
    font-family: 'Nexa-regular', Verdana, Geneva, Tahoma, sans-serif;
    height: 30px !important;
}

select:focus.form-control.nst-DropDownList {
    border-color: #27cc8a !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(79, 124, 255, 0.25) !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: #27cc8a;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(79, 124, 255, 0.25);
}

.rdlabel {
    color: #6B6F86;
}

    label.active,
    span.active,
    .rdlabel.active {
        color: #27cc8a;
        font-weight: 600;
    }

.link-login.nst-linkLogin,
.link-login.nst-linkLogin:hover,
.link-login.nst-linkLogin:visited {
    cursor: pointer;
    color: #1fbf80 !important;
    font-weight: 600 !important;
    font-size: 12px;
}

    .link-login.nst-linkLogin:hover {
        text-decoration: underline !important;
    }

.label-login.nst-labelLogin {
    color: #6B6F86 !important;
}

/* Ajuste de espaçamento na tela de confirmar senha */
div.col-md-3 span.label-login.nst-labelLogin {
    color: #6B6F86 !important;
    margin-left: -20px;
}

.label-login-cinza.nst-labelLogin {
    color: #7F849C !important;
}

.kd-button {
    background-color: #27cc8a !important;
    border: 1px solid #27cc8a !important;
}

    .kd-button:hover {
        background-color: #1fbf80 !important;
        border-color: #1fbf80 !important;
        opacity: 0.92;
    }

    .kd-button.disabled,
    .kd-button.disabled:hover,
    .kd-button.disabled:visited {
        background: #9b9999 !important;
        color: #808080 !important;
    }

.box-cookies {
    background: #1fbf80 !important;
    color: #FFFFFF !important;
}

    .box-cookies .btn-cookies {
        background: #27cc8a !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: #121036;
    font-weight: 600;
    font-size: 12px;
}

    .link_reenviar.disabled,
    .link_reenviar.disabled:hover,
    .link_reenviar.disabled:visited {
        text-decoration: none;
        color: #7F849C;
        font-weight: 500;
        cursor: default;
    }

/*painel do título*/
.panel-heading .nst-pageTitleLogin,
.form-group .nst-pageTitleLogin,
#divTituloExterno .nst-pageTitleLogin {
    color: #1fbf80;
}

.painel-acesso {
    padding-top: 20px;
}
