@charset "UTF-8";

.react-datepicker__day--today {
    background-color: #f2f2f2 !important;
    color: #000000 !important;
    font-weight: bold !important;
    border: 1px solid #000000 !important;
}

.success-message {
    color: #228B22 !important;
}

.error-message {
	color: #FF0000 !important;
}