.login-wrapper
{
    position:absolute;
   /* padding:0;
    margin:0;*/
    /*background-color:red;*/
    height:100%;
    width:100%;
    background:url('../images/lefttruck.PNG') no-repeat fixed;
    background-size:cover;
    display:flex;
    justify-content:center;
    align-items:center;
}

.login-form{
    background-color:white;
    width:500px;
    height:fit-content;
    padding:90px 50px;
}


.logo-img {
    height: 100px;
    background: url('../images/enlinelogo.png') no-repeat;
    background-size: contain;
    background-position:center
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #f9f9f9;
}

.form-control:focus {
    border-color: #000000;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}

/*.login-wrapper a {
    color: #0d6efd;
    text-decoration: none;
}
*/
/*.login-wrapper a:hover {
    text-decoration: underline;
}
*/
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}