@charset "utf-8";

.red {
    background-color: red;
}

.invalid {
    color: red;
}

.invalid-feedback {
    color: red;
}

.success {
    color: green;
}

.validClass {
    color: red;
}

.select {
    border-radius: 3px;
    padding: 3px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-text-fill-color: unset !important;
}

.center {
    text-align: center;
}

.fontbig {
    font-size: 2em;
}