﻿body {
    background-image: url(../img/background_login_new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #797979;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.login-header {
    background: #234c9c;
    height: 65px;
    padding-top: 15px;
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin: auto;
}


.login-input::-webkit-input-placeholder { /* Edge */
    color: #234c9c;
    font-weight: bold;
}

.login-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #234c9c;
    font-weight: bold;
}

.login-input::placeholder {
    color: #234c9c;
    font-weight:bold;
}

.login-input[type=text] {
    color: #234c9c !important;
    font-weight: bold;
}

.btn-login-novo {
    background: #f4b401;
    color: #234c9c;
    font-size: 25px;
    width: 100%;
    height: 50px;
    font-weight:bold;
}

.login-img-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -70px;
    width: 200px;
    height: 240px;
}
.login-body-container {
    margin: auto;
    width: 50%;
    height:50%;
    margin-top:5%;
}