@import url('alert.css');

.submitButton.disabled,
.fieldNotAllow {
    opacity: 0.6;
    cursor: not-allowed !important;
}

.sign-form {
    display: none;
}

.sign-form.open {
    display: block;
}

.forgot-form:not(.open) {
    display: none;
}

.fieldItem.requiredBorder .input-border {
    border-color: #bb0000 !important;
}
