body{
    margin: 0;
    padding: 0;
    height: 120%;
    text-align: center;
    background: linear-gradient(rgba(0,0,50,0.5), rgba(0,0,50,0.5)), url(CSS/PNG/41com.jpg);
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
}

.contact-title{
    margin-top: 150px;
    color: #fff;
    text-transform: uppercase;
    transition: all 1s ease-in-out;
}

.contact-title h1 {
    font-size: 32px;
    line-height: 10px;
    font-family: 'Oswald', sans-serif;
}

.contact-title h2{
    font-size:16px;
}

form{
    margin-top:50px;
    transition: all 1s ease-in-out;
}

.form-control{
    width: 600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}

input{
    height: 45px;
}

form .submit{
    background: #ff5722;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing:  2px;
    height: 50px;
    margin-top: 20px;
}

form  .submit:hover{
    background-color: #f44336;
    cursor: pointer;
}

::placeholder{
    color: #fff;
}

#logo {
    width: 150px;
    height: 150px;
    background-image: url(CSS/PNG/Logo1.png);
    background-size: cover;
    margin: -85px 10%;
    position: absolute;
    transition: margin 1s, width 1s, height 1s;
    transition-property: margin, width, height;
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
    transition-delay: 0.1s;
    z-index: 2;
}