/*error*/
.error {
    padding: 5px;
    margin: 5px 0px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    border-radius: 5px !important;
    clear: both !important;
}
.success {
    padding: 5px 15px !important;
    border: solid 1px #C0F0B9 !important;
    color: #48A41C !important;
    /*border-radius: 5px !important;*/
    clear: both;
    /* margin-bottom: 5px !important; */
}
input.alert {
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
    margin-bottom: 0px !important;
}
/*error*/