body{
    margin: 0;
    padding: 0;
    text-align: center;
    background: linear gradient(0, 0, 150. 0.5), rgba(0, 0, 50, 0.5)), url(pic1.jpg);
    background-size: cover;
    background-position: center;
    font-family: Segoe UL Semibold;
}    
.contact-title{
    margin-top: 100px;
    color: #ffffff;
    text transform: uppercase;
    transition: all 4s ease-in-out;
}
.contact-title h1{
    font-size: 32px;
    line-height: 10px;
}
.contact-title h2{
    font-size:;
}
.form{
    margin-top: 50px;
    transitiion: all 4s ease-in-out;
}
.form-control{
    width; 600px
    background:transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color: #ffffff;
    font-size:18px;
    margin-bottom: 16px;
}

input{
    height: 45px;
}

form .submit{
    background:#ff5722
    border-color: transparent;
    color: ffffff;
    font-size: 20px;
    letter spacing: 2px
    height: 50 px;
    margin-top: 20px;
}
form .submit:hover{
    background-color:#f44336;
}

