/* Login Page Custom Styles */

.btn-login {
    background-color: #410099 !important;
    color: #ffffff !important;
    border: none;
}

.btn-login:hover {
    background-color: #2f006f !important;
    color: #ffffff !important;
}

.login-card {
    border-radius: 8px;
}

.login-title img {
    width: 240px;
}

.fw-600 {
    font-weight: 600;
}

body.bg-full-screen-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
