body {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100vw;
    font-family:'Google Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    color: #202124;
    background-color: #F5F6FA;
}
.alert {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 8px;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 8px;
}
.auth-container {
    border-style: solid;
    border-width: thin;
    border-color: #dadce0;
    border-radius: 8px;
    padding: 30px;
    width: 350px;
    min-height: 450px;
    max-width: calc(100vw - 40px);
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}

.auth-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.logo {
    width: 80px;
    margin-bottom: 15px;
}
.divider {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #dadce0;
}
h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.captionLogin,
.inputField {
    font-style: normal;
    font-weight: 400;
}
.inputField {
    margin-bottom: 15px;
}
.inputField label {
    display: block;
    margin-bottom: 5px;
}
.inputField input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.inputField {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem !important;
}
.inputField input {
    width: 100%;
    height: 53px;
    line-height: 17px;
    padding: 15px;
    border: 1px solid #878888;
    border-radius: 6px;
    color: #3c3c3c;
    font-size: 16px;
}
input:focus {
    outline: none;
}
.mensagem-erro {
    color: red;
    display: none;
    font-size: 12px;
}

.mensagem-erro-senha {
    color: red;
    display: none;
    font-size: 12px;
}

.custom-button img {
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.custom-button:hover {
    background-color: #3498db;
    color: #fff;
}
.checkboxField label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #6a6a6a;
}
.checkboxField label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.buttonSubmitDisable {
    cursor: default;
}

.buttonSubmit {
    text-align: center;
    width: 100%;
    height: 57px;
    border: none;
    border-radius: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 99%;
    color: #fff;
    background-color: #0311D0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.forgetPassword {
    margin-top: 17px;
    text-align: right;
}
.forgetPassword a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .03em;
    color: #6a6a6a;
    text-decoration: none;
}

.registerText {
    text-align: center;
}

.registerText a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .03em;
    color: #6a6a6a;
    text-decoration: none;
}

/*a:hover {*/
/*    color: #6a6a6a;*/
/*    outline: none !important;*/
/*    text-decoration: underline;*/
/*}*/

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .03em;
    color: #353535;
    text-decoration: none;
    text-align: justify;
}

@media(max-width: 576px) {
    body {
        background-color: white;
    }
    .auth-container {
        width: 100%;
        padding: 20px;
        border: 0;
    }
}
