body {
    background: linear-gradient(180deg, #F9F9F9 0%, #6fb0c642 74%, #3f96b400 100%);
    min-height: 100vh;
}

.brand-wrapper {
    margin-bottom: 19px;
}

    .brand-wrapper .logo {
        max-height: 100px;
        max-width: 130px;
    }

.login-card {
    border: 0;
    overflow: hidden;
    border-radius:1.25rem;
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    height: 100%;
    padding:4rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-card .card-body {
    padding: 85px 60px 60px;
}

@media (max-width: 422px) {
    .login-card .card-body {
        padding: 35px 24px;
    }
}

.login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin-bottom: 23px;
}

.login-card form {
    max-width: 326px;
}

.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 15px;
    font-weight: normal;
}

.login-card .login-btn {
    padding: 13px 20px 12px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 24px;
}

.login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px;
}

.login-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px;
}

.login-card-footer-nav a {
    font-size: 14px;
    color: #919aa3;
}

.footer-link {
    position: absolute;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .login-card-footer-text {
        margin-bottom: 24px;
    }

    .login-card-img {
        display: none;
    }

    .login-card form {
        max-width: unset;
    }

    .brand-wrapper {
        text-align: center;
    }

    .login-card-description {
        text-align: center;
    }

    .forgot-password-link {
        text-align: center;
        width: 100%;
        display: block;
    }
}
