/* .login-logo{
    position: absolute;
    top: 5%;
    max-width:400px;
    min-width:auto;
} */

*:focus{
    box-shadow: none !important;
}

.background{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../../images/background-login.jpeg');
    filter: grayscale(100%);
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(36deg, #16c880 21%, #17adc5 100%) !important;
    background: -webkit-linear-gradient(36deg, #16c880 21%, #17adc5 100%) !important;
    background: linear-gradient(36deg, #16c880 21%, #17adc5 100%) !important;
    opacity: 0.85;
}

.card{
    border-radius: 10px;
}

.fields{
    text-align: left !important;
}

.btnLogIn,
.btnLogIn:hover,
.btnLogIn:focus{
    background-color: black;
    border-color: transparent;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.btnLogIn:hover,
.btnLogIn:focus{
    opacity: 0.8;
}

.form-control{
    border-width: 2px;
    font-weight: 600;
}

.form-control:focus{
    border-color: black;
}