p.error {
    position: absolute;
    left: 0;
     bottom: -34px;
    font-size: 12px;
    color: red;
}
.alert-success {
    color: #155724;
    background-color: transparent;
    border-color: transparent;
    width: 100%;
    float: left;
}