.container{
    text-align: center;
}


.check_sign{
    padding: 6% 0 0 0;
}

.fa-times{
    color:#ff0000;
}

.fa-check-square{
    color: #28F012;
}

.fa-times, .fa-check-square{
    display: none;
}

.alert, .alert p{
    margin-bottom: 0;
}

.alert{
    display: none;
}

#submit{
    /*display: none;*/
}

.form-group{
    width: 100%;
}