.success_text{
    display: flex;
    justify-content: center;
}
.true_form{
    color: #ffffff;
    margin-top: 30px;
    font-weight: bold;
    background: #24bc5d;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    border-radius: 6px;
}
.error_form{
    color: #ffffff;
    margin-top: 30px;
    font-weight: bold;
    background: #cc0000;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    border-radius: 6px;
}
.hasError{
    border-bottom: 2px solid #dd0000!important;
}
.display_none{
    display: none!important;
}