@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

h1, h2, h3, h4, h5, h6, p, span, label, div {
    font-family: 'Roboto Slab', serif !important;
}

body {
    background-image: url('../imagens/background.png');
}

.containerLogin {
    border-radius: 5px;
    background-color: white;
    margin-top: 6em;
    padding-top: 2em;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
}

.containerLogin img {
    margin-bottom: 2em;
}

input.form-control, .btn {
    border-radius: 0;
}
.caixaSolucao {
    margin-bottom: 30px;
    color: #FFF;
    cursor: pointer;
    font-size: 1.7em;
    line-height: 3em;
    padding-top: 3.2em;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
}

.caixaSolucao:active {
    filter: brightness(75%);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

.caixaSolucao .fa, .caixaSolucao .fas {
    font-size: 3.5em;
}

.modal-content {
    border-radius: 0;
}

.caixaSolucao:hover .fas{
    transition: transform .2s; 
    transform: scale(1.5);
}

.botaoCinza{
    background-color: #5a6165 !important;
    border-color: #5a6165 !important
}

.logo{
    display: block;
    max-width: 70%;
    margin-left: 14%;
    height: auto;
}

.senha_valida {
    color: #155724;
    background-color: #d4edda;
    padding: .75rem 2.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    border-color: #c3e6cb;
    width: 100%;
}

.senha_invalida {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 2.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 100%;
}