.iauto-login-form{
    .iauto-label{
        color: #ffffff !important;
    }

    .iauto-input:focus, .iauto-select:focus, .iauto-textarea:focus{
        border-color: rgba(0, 0, 0, 0.29);
        box-shadow: 0 0 0 2px color-mix(in srgb, var(--iauto-focus) 40%, transparent);
        outline: none;
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.29);
    }

    .iauto-field{
        button{
            background-color: #0098c5 !important;
            color: #ffffff;
            font-weight: 700;
            border: none;
            box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.29);
        }
    }

    .iauto-auth-switch a{
        color: #ffffff !important;
        font-weight: 600;
    }
    .iauto-auth-switch a:hover{
        color: #c9203d;
    }

}

.iauto-auth-title{
    color: #ffffff !important;
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
}

#iauto-register-section{
    .iauto-auth-switch a{
        color: #ffffff !important;
        font-weight: 600;
    }
}