textarea::before {
    content: attr(data-parent);
}

.submit {
    background: linear-gradient(to bottom, #6fb1f5 0%, #3b97f7 100%);
    box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
    width: 100%;
    padding: 18px 20px;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 23px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(106, 132, 158, 0.6);
    transition: all 0.2s;
}
.submit:hover {
    color: #fff;
}
ion-icon {
    font-size: 64px;
}
.blue{color:#31b3ed;}