﻿body {
    font-family: 'Open Sans';
}

#PageWrapper .container {
    background: #FAFAFA;
}

.login-screen {
    background: #FAFAFA;
    padding: 0;
    margin: 0;
}

.img-responsive2 {
    position: unset !important;
    margin: auto;
    left: -10000px !important;
    display: block;
    max-width: 100%;
    height: auto;
}

.cabecalho-login {
    color: var(--color-neutral-1-dark, #1A051D);
    text-align: center;
    /* Heading 2 */
    font-family: 'Open Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 87.5% */
    margin-bottom: 16px;
}

.subcabecalho-login {
    color: #A1B0B8;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

h3, h5 {
    margin: 0;
}
 

.form-control {
    height: 48px;
    padding-left: 48px;
    border-radius: 6px;
}

.input-group-addon {
    background-color: #ffffff !important;
    border-right: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 6px;
}

.reset-password {
    display: flex;
    flex-direction: column;
    gap: 32px;
} 

hr {
    background: #E6E9EB;
    height: 1px;
    width: 33.33%;
}

.col-sm-6 {
    width: 40%;
}

.col-sm-offset-3 {
    margin-left: 30%;
}
 

.btn {
    height: 48px;
    background: var(--Primary-900, #104DC0);
    border-radius: 6px;
    width: 366px;
}

a {
    color: #104DC0 !important;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.btn[disabled] {
    background: #E6E9EB !important;
    border: none;
    color: #53636B;
}

.container {
    padding: 0;
    margin: 0;
    width: 100% !important;
}

#conteudo.container {
    padding: 0;
    margin: 0;
    width: 100%;
}

.page-header {
    height: 92px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.header-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.separador {
    color: #E6E9EB;
    font-size: 32px;
    font-weight: 100;
}

h1 {
    color: var(--color-neutral-1-dark, #1A051D);
    text-align: center;
    /* Heading 2 */
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 87.5% */
    margin: 0;
}

.build {
    color: #A1B0B8;
    /* Body 4 */
    font-family: Open Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 118.182% */
}

.tecnolog {
    color: #1A051D;
    /* Body 4 */
    font-family: Open Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 118.182% */
}

.row {
    margin: 0;
}

h2 {
    color: #263238;
    text-align: center;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    margin-top: 32px;
    margin-bottom: 16px;
}



.center {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

input {
    border-radius: 6px;
    border: 1px solid var(--grey-300, #E6E9EB);
    background: var(--color-neutral-6-white, #FFF);
}

.form .form-group #Cpf {
    background-image: url(/Content/img/user.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
}

.form .form-group #Rg {
    background-image: url(/Content/img/rg.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
}

.form .form-group #Senha {
    background-image: url(/Content/img/Lock.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
}

.form .form-group #ConfirmarSenha {
    background-image: url(/Content/img/Lock.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
}

/*.form .form-group #Data {
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 92%;
}*/

.form .form-group #DataNascimento {
    background-image: url(/Content/img/calendario.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 92%;
}

.form-login .form-group label.error {
    display: none !important;
}
 

    .alert-danger {
        color: var(--danger-color-dark, #FF647C);
        font-family: "Open Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 145.455% */
        background: none;
    }

label {
    display: none;
}

.alert {
    padding: 0 !important;
    border: none;
}

.alert2 {
    padding: 32px;
}

    .alert2.alert-warning {
        border-radius: 8px;
        background: #E8EDFF;
        color: #53636B;
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
    }

.has-feedback .form-control-feedback {
    top: 9px;
}

.inputs-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    max-width: 841px;
    justify-content: flex-start;
}

    .inputs-form .form-group {
        width: 387px;
        margin-right: 33px;
    }

.logo-cliente {
    justify-content: center;
    margin-bottom: 37px;
}



    .logo-cliente img {
        max-width: 168px;
        height: auto
    }

.page-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}


input:active,
input:focus,
input:hover,
label:focus,
textarea:active,
textarea:focus,
textarea:hover,
.btn.active,
.btn:active,
button:active,
button:focus,
button:hover {
    outline: 0 !important;
    -webkit-appearance: none;
    box-shadow: none !important
}


@media (max-width: 640px) {
    .container-login {
        padding: 0 16px;
    }
    .form-login, .btn {
        width: 100%;
    }
    .col-sm-12 {
        padding: 0;
    }
    
}

@media (max-width:870px){
    .inputs-form { 
        justify-content: center;
    }
}


