#fechar{
    display: none;
}

@media(max-width: 992px){
    .modal{
        width: 100%;
    }
}
@media(min-width: 992px){
    #develop{
        margin-left: 400px;
    }

    #fechar{
        display: inline;
    }
}

.input-field label {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


.colorprimary{
    background: #241596 !important;
}

.colorsecundary{
    background: #C80C06!important;
}

a{
    cursor: pointer;
}
.entrada{
    animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 0.3s; /* don't forget to set a duration! */
}
.brand-logo{
    padding-top: 5px !important;
}

.sair{
    display: none;
}

.blue{
    background: #012f45 !important;

}

.red{
    background: #de0c0c !important;
}