﻿.login-box {
    width: 880px !important;
}

@media (max-width: 576px) {
    .login-box {
        margin-top: 0.5rem !important;
        width: 90% !important;
    }
}

.img-fluid {
    max-width: 100% !important;
    height: 62px !important;
}