html, body {
    height: 100%;
    font-family: 'Lato', sans-serif;
}
h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #8e8e8e;
    font-weight: 300;
}
.form-control, .select.form-group select {
    -webkit-box-shadow: 0px 39px 34px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 39px 34px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 18px -12px rgba(0,0,0,0.75);
    border-radius: 101px;
    border: 1px solid #eaeaea;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    color: #8e8e8e;
}
label {
    font-weight: 300;
    font-size: 16px;
    color: #8e8e8e;
}
.btn {
    font-size: 16px;
    font-weight: 300;
}
.botaoAdd, .botao_customizado {
    width: 50%;
    border-radius: 100px;
    height: 47px;
    padding: 10px 24px;
    font-weight: 300;
    border-color: #fff !important;
}
.fundo_cadastro {
    background: url('../img/fundo_login.jpg') no-repeat center center #395a3e;
    background-size: cover;
    height: 100%;
}
.conteudo_principal {
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
}
.fundo_lateral {
    background: none;
    background-size: cover;
    border-radius: 20px 0px 0px 20px;
    padding: 20px 0px;
}
.conteudo_rolagem {
    padding: 40px;
    background: #fff;
}
.botao_customizado_tipos {
    width: 100%;
    display: block;
    height: 60px;
    margin: 3px;
    text-align: center;
    padding: 18px 0px;
    background: #31573d;
    color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 62px -27px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 62px -27px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 62px -27px rgba(0,0,0,0.75);
}

.botao_customizado_tipos:hover{
    background-color: #f1f1f1;
}

@media(min-width: 768px){
    .conteudo_principal {
        -webkit-box-shadow: 0px 0px 62px -27px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 62px -27px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 62px -27px rgba(0,0,0,0.75);
        margin-top: 30%;
    }
    .fundo_lateral {
        padding: 55px 0px;
    }
    .conteudo_rolagem {
        max-height: 500px;
        overflow-y: auto;
        padding: 20px !important;
        background: #fff;
    }
    .botao_customizado_tipos {
        float: left;
        width: 180px;
    }
}

@media(max-width: 450px){

    .botaoAdd, .botao_customizado {
        width: 100%;
        margin-bottom: 5px;
    }   

}



/*.volta-login{
    position: absolute;
    background-color: transparent;
    left: -4px;
    bottom: 11px;
}*/

.confirm_gif{
    margin-top: -2px;
    max-width: 20px;
}

.error-message{
    color: red;
}

.conteudo_principal .row{
    background-color: #3d5d41;
}