.materialize .form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

.materialize .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: white;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.materialize .form__field::placeholder {
    color: transparent;
}

.materialize .form__field:placeholder-shown~.form__label {
    font-size: 16px;
    cursor: text;
    top: 20px;
}

.materialize label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #9b9b9b;
}

.materialize .form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #9b9b9b;
}

.materialize .form__field:focus~.form__label {
    color: #fb65ef;
}

.materialize .form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #fb65ef;
}

.form-check-input {
    margin-left: 0;
}

.form-check-label {
    font-weight: 300;
}

#send_message {
    font-weight: bold;
    background-color: #fa32ea !important;
}

#send_message:hover {
    background-color: #d105c1 !important;
}