.logo-page-login{
    width: 130px;
    height: 130px;
}

.btn:active:focus{
    outline: 0 !important;
}

.remove-decoration{
    text-decoration: none !important;
}

#fundo{
    height: 100vh;
    background-image: url(../dist/img/bg_entrar.jpg);
    background-size: cover;
    background-repeat:no-repeat;
}

.login{
    margin-top: 15%;
    background: white;
    padding: 40px;
}

.text-align-center{
    text-align: center;
    margin: 0;
}

.check-login{
    color: rgb(44, 43, 43) !important;
}

.elemento-block{
    display: inline;
}

.form-control{
    box-shadow: inherit !important;
}

.padding-checkbox{
    padding-left: 0px;
}

.btn-animacao-login{
    margin: 10px 0px;
    display: block;
    font-size: 12px;
    cursor: pointer;
}

.login-box-msg{
    color: rgba(222, 60, 75, 1) !important;
}
