

body{
    background-color: #dddee0;
}
.modal-header {
    border-bottom: none;
}

#div_login{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

h5#esqueciSenhaModalLabel {
    text-align: center;
    width: 100%;
    font-size: 14px !important;
}

p.info-sucesso {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #9cd3a0;
    border: 1px solid #9cd3a0;
    margin-top: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    display: none;
    z-index: 9;
}

p.info-erro {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #fb9797;
    border: 1px solid #fb9797;
    margin-top: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    display: none;
    z-index: 9;
}

p.info-invalido {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #fb9797;
    border: 1px solid #fb9797;
    margin-top: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    display: none;
}

.bg-home{
    background: rgb(4,6,78);
    background: linear-gradient(180deg, rgba(4,6,78,1) 0%, rgba(4,52,141,1) 62%, rgba(4,94,200,1) 100%);
}

.btn-primary{
    background-color: #ff9501 !important;
    border-color: #ff9501 !important;
}

.form-group .form-control{
    border: none;
    border-bottom: 1px solid #2F55D4;
    border-radius: 0px;
    color: #2f55d4;
}

.form-group .icons {
    color: #2f55d4 !important;
}

a.logo {
    display: flex;
    justify-content: center;
}

.mt-200{
    margin-top: 200px;
}

#olho{
    position: absolute;
    top: 0px;
    right: 18px;
    padding: 7px 10px;
    background-color: #2f55d5;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {

    #div_login{
        display: none;
    }

    body{
        background-color: #FFF !important;
    }
}