@font-face {
    font-family: 'Poppins-regular';
    src: url('Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins-semibold';
    src: url('Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

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, #007A77 0%, #009D9A 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 #009D9A !important;
    background: radial-gradient(ellipse 390px 145px at 135px 72px, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.88) 48%, rgba(255,255,255,0.22) 78%, rgba(255,255,255,0) 100%), linear-gradient(180deg, #009D9A 0%, #80CECC 48%, #F8FFFF 86%, #FFFFFF 100%);
}

.headerPageLogo img {
    width: 320px;
    height: auto;
}

.panel.panel-login.nst-Panel {
    margin: 10px 10px 0 10px;
    border: 1px solid #007A77;
    padding: 10px 0px 0px 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-color: #007A77;
    border-right-color: #007A77;
    border-bottom-color: #007A77;
    border-left-color: #007A77;
    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 #80CECC;
    font-size: 8pt;
    font-family: 'Poppins-regular', Verdana, Geneva, Tahoma, sans-serif;
    padding: .375rem .75rem;
}

.form-control.nst-DropDownList {
    border: 1px solid #80CECC;
    font-size: 8pt;
    font-family: 'Poppins-regular', Verdana, Geneva, Tahoma, sans-serif;
    height: 30px !important;
}

select:focus.form-control.nst-DropDownList {
    border-color: #009D9A !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 157, 154, 0.30) !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: #009D9A !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 157, 154, 0.30);
}

.rdlabel {
    color: #666666;
}

    label.active,
    span.active,
    .rdlabel.active {
        color: #007A77;
        font-weight: 600;
    }

.link-login.nst-linkLogin,
.link-login.nst-linkLogin:hover,
.link-login.nst-linkLogin:visited {
    cursor: pointer;
    color: #007A77 !important;
    font-weight: 600 !important;
    font-size: 12px;
}

    .link-login.nst-linkLogin:hover {
        text-decoration: underline !important;
    }

.label-login.nst-labelLogin {
    color: #666666 !important;
}

/* Ajuste de espaçamento na tela de confirmar senha */
div.col-md-3 span.label-login.nst-labelLogin {
    color: #666666 !important;
    margin-left: -20px;
}

.label-login-cinza.nst-labelLogin {
    color: #808080 !important;
}

.kd-button {
    background-color: #009D9A !important;
    border: 1px solid #009D9A !important;
}

    .kd-button:hover {
        background-color: #007A77 !important;
        border-color: #007A77 !important;
        opacity: 0.92;
    }

    .kd-button.disabled,
    .kd-button.disabled:hover,
    .kd-button.disabled:visited {
        background: #9b9999 !important;
        color: #808080 !important;
    }

.box-cookies {
    background: #007A77 !important;
    color: #FFFFFF !important;
}

    .box-cookies .btn-cookies {
        background: #009D9A !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: #007A77;
    font-weight: 600;
    font-size: 12px;
}

    .link_reenviar.disabled,
    .link_reenviar.disabled:hover,
    .link_reenviar.disabled:visited {
        text-decoration: none;
        color: #808080;
        font-weight: 500;
        cursor: default;
    }

/*painel do título*/
.panel-heading .nst-pageTitleLogin,
.form-group .nst-pageTitleLogin,
#divTituloExterno .nst-pageTitleLogin {
    color: #007A77;
}

.painel-acesso {
    padding-top: 20px;
}
