.alert {
    margin-left: auto;
    margin-right: auto;
    width: 73%;
    margin-top: 20px;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-weight: 500;
    z-index: 100;
}
.alert-success { background: #e6f4ea; color: #256029; border: 1px solid #c9e7cf; }
.alert-error { background: #fdecea; color: #8a1f11; border: 1px solid #f5c2bc; }
.alert-warning { background: #fdf4ea; color: #828a11; border: 1px solid #f5f0bc; }

.invalid-feedback{
    font-style: italic;
    color: red;
    font-size:  small;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif, Apple Color Emoji, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
}
.placeholder-custom::placeholder{
    color: #7a7a7a;
}
