html body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important; 
    font-style: normal !important;
}

.text-titles {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700; 
}

.text-clear-custom  { 
    color: #FFFFFF; 
} 

.text-primary-custom  { 
    color: #373F98; 
}  

.text-secondary-custom { 
    color: #4E2E80; 
}  

.text-accent-custom   { 
    color: #EB2227; 
    font-weight: 600; 
    font-style: italic;
}   

.text-accent-custom:hover {
    color: #C00022;  
    text-decoration: underline;
    cursor: pointer;
}

.text-muted-custom    { 
    color: #ADB5BD; 
    font-weight: 100; 
    font-style: italic;
}  

.font-credentials {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px; 
    color: darkgrey;
}

.btn-gradient {
    background: #4E2E80;
    background: linear-gradient(-45deg, rgba(78, 46, 128, 1) 27%, rgba(55, 63, 152, 1) 90%, rgba(235, 34, 39, 1) 100%);
    color: white;
}
  
.btn-gradient:hover {
    filter: brightness(1.1);
    background: #4E2E80;
    background: linear-gradient(45deg, rgba(78, 46, 128, 1) 27%, rgba(55, 63, 152, 1) 90%, rgba(235, 34, 39, 1) 100%);
    color: white;    
    text-shadow: #4E2E80;
}

.btn-gradient:active,
.btn-gradient.active {
background-image: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
transform: scale(0.98);
box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.2);
}


.login-container {
    min-height: 100vh;
    padding: 20px 0;
}


@media (max-height: 600px) {
    .login-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
