.input__error {
    border-color: #eb5757 !important;
    box-shadow: inset 0 0 0 1px #eb5757;
}

.input__error:focus {
    border: 1px solid #003baa !important;
    box-shadow: inset 0 0 0 1px #003baa;
}

.error__input div {

    color: #eb5757;
    font-Size: 14px;
    line-height: 18px;
    font-family: OpenSansSemi;
    margin-top: 5px;
}

.success__input div {

    color: green;
}
