.input.error input{
    margin-bottom: 0;
    border-color: red;
}
input.error{
    border-color: red !important;
}
.error-message{
    margin-bottom: 15px;
}

.alert-block{
    margin-top: 10px;
}

