.link-azul {

    width: 101px;
    height: 11px;
    color: #337AB7 !important;
    text-decoration: none;

}
.bi{
    font-size: 1.1rem;
    color: grey;
}
.form-control {
    background-color: #D2D6DE;
}
.botao-azul{
    background-color:  #337AB7;
    border-radius: 7px;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.30);
    border: 0;
    width: 77px;
    height: 28px;
    color: white;
    float: right;
    font-weight: 500;
    text-align: center;
}
.titulo-login{
    margin-top: -30px;
    color: #484848!IMPORTANT;
}

input-group{
    height: 10px;
}
.button-gray {
    background-color: grey !important;
    border-radius: 7px;
    width: 77px;
    height: 28px;
    color: white;
    float: right;
    font-weight: bold;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.9rem !important;
    border-radius: 0.3rem;
}
span{
    background-color: #e8f0fe !important;
}
img{

    width: 250px !important;
    height: 200px !important;
    margin-top: 60px;
    margin-bottom: 60px;
}
body {
    background-color: transparent;
}

body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("/images/background_completo.png");
    opacity: 0.2;
}

#login, #logo_img{
    width: 100%;
}
#logo {
    position: relative;
}

#logo::before {
    content: "";
    position: absolute;
    opacity: 0.5;
}
#body_reset_form{
    margin-top: -50px;
}
