/*Function result*/
.result {
    width: 96%;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    clear: both;
    margin-bottom: 25px;
}

.required {
    font-size: 25px;
    color: #bc1414;
}

.error {
    color: #ffffff;
    background-color: #bc1414;
    border-radius: 10px;
}

.success {
    color: #ffffff;
    background-color: #007d43;
    border-radius: 10px;
}