body {
    
    background-image: url("/img/login-bg.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center top; 
}

.mt-5 {
    margin-top: 20rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #ED1C24;
    border-color: #ED1C24;
    border-radius: 0;
}

.card-body {
    padding: 2rem;
}

input#email {
    border-radius: 0;
}

input#password {
    border-radius: 0;
}