body {
    background: url(/img/bg_login2.jpg) no-repeat center center fixed;
    background-size: cover;
}

.col-md-4 form {
    background-color: #fff;
    padding: 45px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.form-group img {
    max-width: 100%;
    max-height: 175px;
    
    margin: 0 auto;
    display: block;
}

.container {
    margin-top: 50px;
}

.main-footer {
    margin-left: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 736px) {
    .container {
        margin-top: 10px;
    }
    .navbar-fixed-bottom {
        display:none;
    }
}

.alt-pagina-de-erro div img{
    max-width:100%;
}
.alt-pagina-de-erro .jumbotron h2{
    color: #608a82;
}

/* Toggle senha */
.password-wrapper {
    display: flex;
    align-items: stretch;
}
.password-wrapper input {
    padding-right: 10px;
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.toggle-senha {
    cursor: pointer;
    color: #888;
    font-size: 14px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background: #f5f5f5;
}
.toggle-senha:hover {
    color: #333;
    background: #e8e8e8;
    border-color: #aaa;
}
