/* Required for full background image */

html,
body,
header,
.view {
    height: 100%;
    font-family: 'Lexend Deca', sans-serif;
}
body {
    background-color: #ebebeb;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}
.bg-sima {
    background-image: url('../images/bg_simaAzul.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.btn-azul {
    background-color: #242c4f !important;
    color: #fff;
}
    .btn-azul:hover {
        background-color: rgba(36,44,79,.95) !important;
        color: #fff !important;
      
    }


    .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background-color: #0b51c5 !important;
}
.tituloLogin {
    font-size: 54px;
    font-family: Lora;
    font-weight: 600;
    color: #242c4f;
}
@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 100vh;
    }

}

.top-nav-collapse {
    background-color: #ffffff !important;
}


@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #ffffff!important;
    }

    
}



@media (max-width: 1199px) {


    .bg-sima {
      
        background-image: url('../images/sima_bg-opacity-01.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
        color:#000;
    }


    .md-form label {
       
        color: #333;
    }
}

.footer {
    background-color: #242C4F;
    border-top: 4px solid #E7BA61;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 96px;
    padding-top: 24px;
    padding-bottom: 24px;
}

    .footer p {
        color: #FFFFFF;
        font-family: "Lora", serif;
        font-size: 12px;
        margin-bottom: 0px;
    }