.divVleft {
    display: flex;
    justify-content: left;
}

.divValign {
    display: flex;
    align-items: center;
}

.divHalign {
    display: flex;
    justify-content: center;
}

.error {
    color: #fc4b6c;
}

.field-text span {
    padding-left: 10px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    padding: 0.375rem 0.75rem;
    color: black;
}

.btn {
    text-transform: unset !important;
}
