﻿body {
}
.form {
    background-image: linear-gradient(#000000,#00ffff);
    width: 380px;
    height: 400px;
    box-shadow: rgb(128 128 128),10px,10px,unset;
    border-radius: 30px;
    position: absolute;
    margin: 40px auto;
    margin-left: 40px;
    border-bottom: 5px solid #0e3721;
    border-right: 5px solid #808080;
}
.wrapper {
    background-image: url('Picture/ContactUs page3.jpg');
    width: 900px;
    height: 500px;
    margin:  auto;
    
}
.submit {
    width: 150px;
    color: white;
    background-color: #0e3721;
    font-size: 20px;
}
.textround {
    border-radius: 25px;
    border: 3px solid #609;
    padding: 10px;
    width: 300px;
    height: 10px;
}
