input[type='text'],input[type='password'],input[type='number']{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type='text'].field_error,input[type='password'].field_error{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid red;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input,
select,
textarea {
    background: #fff;
    border-top: 1px solid #999;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #999;
    color: #333;
    padding: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.flash-notice, div.flash-notice a {
    color: #284b21;
}

div.flash-notice {
    background: #dbf5d6 url(/images/themes/elegant/flash-ok.png) no-repeat 10px 6px;
}

div.flash {
    border: 0;
    margin: 0 0 10px 0;
    padding: 5px 10px 5px 35px;
    font-weight: bold;
}

div.flash-notice, div.flash-notice a {
    color: #284b21;
}

div.flash-error {
    background: #f9d3dc;
}

div.flash-notice {
    background: #dbf5d6 url(/images/themes/elegant/flash-ok.png) no-repeat 10px 6px;
}

div.flash {
    border: 0;
    margin: 0 0 10px 0;
    padding: 5px 10px 5px 35px;
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.flash-notification{
    font-size: 14px;
}

div.flash-warning {
    background: #f9f9d3 url(/images/themes/elegant/flash-warning.png) no-repeat 10px 6px;
}
div.flash-warning,
div.flash-warning a {
    color: #80592b;
}

ul.error_list,
ul.error_list li {
    color: #c70018;
    font-weight: bold;
    /*margin: 10px 0;*/
    margin-bottom: 0px;
    padding: 0;
}
ul.error_list li {
    list-style-type: none;
}

span.error {
    color: #c70018;
    font-weight: bold;
    padding: 0;
}

.alert{
    margin: 0.5% 0.5% 1% 0.5% !important;
}

.alert > .alert-link{
    list-style-type: none;
    text-indent: 10px !important;
}

.alert-danger > .alert-link > li:before {
    content: "• ";
 }

.swal2-popup {
    font-size: 1.5rem !important;
}

.swal2-container {
    z-index: 2001 !important;
}
