/* Geral pagina logins */

body {
    background: url("../img/bg_mapa.jpg") no-repeat top center fixed;
    background-size: cover;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
    color: #333;
    overflow-x:hidden;
    min-width: 320px;
}

.login input[type='submit'],
.login input[type='button'] {
    background-color: #bf0909;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.login-box {
    max-width: 340px;
    margin: 30px auto 0;
    padding: 10px 30px 45px 30px;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

.login input[type='submit']:focus,
.login input[type='submit']:hover,
.login input[type='button']:focus,
.login input[type='button']:hover {
    background-color: #831706;
    color: #faa635;
    font-weight: 500;
}

.logo {
    text-align: center;
    padding-top: 3% !important;
}


/* ################## */


.custom-button {
    display: block;
    margin: 0.875em;
    text-align: center;
    padding: 0.600em;
    cursor: pointer;
    border-radius: 5px;
    opacity: 1;
}

.custom-button:hover {
    opacity: 0.8;
}
    
.custom-button-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.custom-button-wrapper span {
    padding: 5px;
    display: inline-flex;
}

