@charset "utf-8";

.form-style-9{ 
    max-width: 55%;
    background: #D1D9DD;
    padding: 30px;
    margin: 10% 22.5%;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}
.form-style-9 ul{

    padding:0;
    margin:0;
    list-style:none;
}
.form-style-9 ul li{
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}

.form-style-9 ul li  .field-style{
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}.form-style-9 ul li  .field-style:focus{
    box-shadow: 0 0 5px #B0CFE0;
    border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
    width: 60%;
    margin-left:20%;
margin-right:20%;
}
.text{
list-style:none;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
margin-top:25px;
text-align: center;
}
.text a{
text-decoration:none;
color:blue;
}
.style-button{
background-color:#B0CFE0;

}
.style-button a{
text-decoration:none;
color:black;
}
.img{
width:45%;
margin:3% 30%;
}
.button {
margin-left:45%;
padding:1%;
}
* {
    margin: 0px;
    padding: 0px;
}
    header {
    width:100%;
    overflow:hidden; 
    background:#024959;
    margin-bottom:20px;
    padding: 10px;
    margin-top: 20px;
}

.wrapper {
    width:100%; 
    max-width:auto; 
    margin:auto;
    overflow:hidden;
}

header .logo {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 50px;
    margin-right: 20px;
    float:left;
}

header nav {
    float:right;
}

header nav a {
    display:inline-block;
    color:#fff;
    text-decoration:none;
    padding:10px 20px;
    line-height:normal;
    font-size:20px;
    font-weight:bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.img2{
width:300px;
}
.control3{
    float: left;
    width: 15%;
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
}