@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
body
{
    font-family: 'Poppins', sans-serif !important;
}

.hide-icon {
    position: absolute;
    right: 10px;
    top: 51%;
    transform: translateY(-50%);
    cursor: pointer;
}

#messageDiv, #login-form, #login-form input {
    font-size: 14px;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
}

.btn-primary {
    background-color: #6958B4 !important;
    border-color: #6958B4 !important;
}

/*.btn-primary on hover and focus*/
.btn-primary:hover, .btn-primary:focus {
    background-color: #4b3f72 !important;
    border-color: #4b3f72 !important;
}

