﻿body,
html {
    height: 100%;
    background-color: #F5F6F9;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn-cadastro {
    width: 200px;
    display: block;
    font-weight: 400;
    border-radius: 8px;
    border-width: 1px;
    margin-top: 18px;
    color: #fea748;
    margin-left: auto;
    margin-right: auto;
    border-color: #fea748 !important;
}

.t-image-center{
    max-width: 250px;
}

.login-container {
    background-image: url('/img/graphic-login_v2.png');
    background-size: 700px;
    background-repeat: no-repeat;
    min-height: 100%;
}

@media only screen and (max-width: 1199px) {
    .login-container {
        background-image: none;
    }
}

.t-logo {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.text-colored {
    color: #fea748 !important;
    text-align: left !important;
}

.text-lgpd {
    color: forestgreen;
    font-size: 1.1em;
}

.alert.validation-summary-errors ul {
    margin: 0 !important;
}

.t-div-form {
    margin-top: 6%;
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 40px
}

#btn-login {
    color: white;
    background-color: #fea748!important;
    border: none;
    width: 114px;
    float: right;
}

.t-login-separador {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
    color: darkgrey;
    text-transform: uppercase;
}

    .t-login-separador:after {
        display: inline-block;
        margin: 0 0 8px 20px;
        height: 1px;
        content: " ";
        text-shadow: none;
        background-color: lightgrey;
        width: calc(30% - 20px + 0px);
    }

    .t-login-separador:before {
        display: inline-block;
        margin: 0 20px 8px 0;
        height: 1px;
        content: " ";
        text-shadow: none;
        background-color: lightgrey;
        width: calc(30% - 20px + 0px);
    }

.t-title-login, h1, h3, h4, h5 {
    color: #fea748 !important;
}

.t-title-login {
    text-align: center;
}

.need-help-p {
    color: #342100;
    font-size: 1.5rem !important
}