/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*# sourceMappingURL=custom.css.map */

label.error {
    width: 100%;
    font-size: 100% !important;
    margin-top: 0.25rem !important;
    color: #DC3545 !important;
}
.mail-style{
    padding: 10px;
    text-align: center;
}
.mt{
    margin-top: 15px;
}
.textarea-color{
    color: #000000 !important;
}
.success_color{
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px 10px;
    border-radius: 10px;
}
.danger_color{
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px 10px;
    border-radius: 10px;
}
.warning_color{
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 10px 10px;
    border-radius: 10px;
}
.info_color{
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    padding: 10px 10px;
    border-radius: 10px;
}
