@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.invalid-feedback {
    color: red;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: -12px;
    margin-bottom: 20px;
}

.error {
    border-color: red;
}

.alert-success {
    color: #0f5132 !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.no-decoration {
    text-decoration: none;
    color: inherit; /* Inherit the color from its parent element */
}

.no-decoration:hover {
    color: inherit;
    text-decoration: none;
}

.cursor {
    cursor: pointer; /* Hand cursor on hover */
}