﻿body {
    font-family: 'Open Sans';
}

.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;
}

.center {
    display: flex;
    justify-content: center;
}

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;
}

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;
}

#PageWrapper.container {
    padding: 0;
    margin: 0;
    width: 100%;
}

#conteudo.container {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #FAFAFA;
}

.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;
}

label {
    display: none;
}

.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 #Matricula {
    background-image: url(/Content/img/user.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
}

.form .form-group #Email {
    background-image: url(/Content/img/EnvelopeSimple.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
}

.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;
}

.alert {
    padding: 0 !important;
    border: none;
}

.has-feedback .form-control-feedback {
    top: 9px;
}

.logo-cliente {
    justify-content: center;
    margin-bottom: 47px
}



    .logo-cliente img {
        max-width: 168px;
        height: auto
    }

.page-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 29px;
}

.form-login .form-group label.error {
    display: none !important;
}


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;
    }
}
.alert-dismissable .close {
    display: none !important;
}