body {
font-size: 20px;
color: #011f3b;
    font-family: 'Ubuntu';
    font-style: normal;

}
label {    font-weight: 300;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    background: #011f3b;
    color: #fff;
    display: flex;
    border-radius: 35px;
    text-transform: uppercase;
    height: 70px;
    padding: 10px 30px;
    align-items: center;
    z-index: 15;
    font-weight: 300;
    cursor: pointer;
    transition: 0.7s;
text-align: center;
    font-size: 20px;
}

input[type=submit]:hover {
    background: #ca9390;
    transition: 0.7s;
color: #fff; text-decoration: none;}

#form1 .text-input, #form1 textarea {
border-left: 0;
    border-bottom: 2px #f7dfdb solid;
}