:root {
    --dark-black-one: #00031E; 
    --dark-black-two: #1A1D37; 
    --dark-black-three: #262940; 
    --dark-black-five: #404253; 
}



body {
    font-family: 'DM Sans', sans-serif;
}

.btn-login {
    background-color: #0e1634 !important;
    color: #ffffff !important;
    text-align: center !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold !important;
}

.btn-login:hover {
    background-color: #dc3545 !important;
    color: #ffffff !important;
}

.form-items {
    scale: 1.3;
}

@media screen and (max-width: 991px) {
    .form-items {
        scale: 1;
    }
}