* {
    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;
}
 
 .control2{
    float: left;
    width: 49%;
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
}
.control3{
    float: left;
    width: 10%;
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
}
 


.form-style-9{ 
    max-width: 55%;
    background: #D1D9DD;
    padding: 30px;
    margin: auto;
    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: 80%;
	margin-left:10%;
margin-right:25%;
}
.form-style-9 ul li .field-split6{
    width: 49%;
}
.form-style-9 ul li .field-split2{
    width: 100%;
}
.form-style-9 ul li .field-split3{
    width: 33.3%;
}
.form-style-9 ul li .field-split4{
    width: 45%;
}
.form-style-9 ul li .field-split5{
    width: 8%;
}
.form-style-9 ul li .field-split8{
    width: 39%;
}
.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;
color:black;
margin-left:40%;
width:20%;
padding:1%;
}
.img{
width:45%;
margin:3% 30%;

}

