.alert-danger {
    color: #333333;
    background-color: #F1F5F8;
    border-color: #333333;
    border-radius: 0;
    margin-bottom: 60px;
    margin-top: -15px;
}
.alert-success{
    color: #333333;
    background-color: #EFEFEF;
    border-color: #333333;
    border-radius: 0;
    margin-bottom: 60px;
    margin-top: -15px;
}

.text-danger{
    margin-left: -35px;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: red;
}
