
.custom-input.error-input {
    border: 2px solid rgba(232, 14, 14, 0.5);
}

.hidden{
    display: none!important;
}

.form-message{
    position: relative!important;
    height: 100%;
}

.form-message-center{
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    width: 100%;


    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;

    font-size: 18px;
}

.msg {
    font-size: 18px;
    font-weight: 600;
}

button.small-button {
    white-space: nowrap;
}