body {
    background: url('https://i.imgur.com/2CvuaJi.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100%;
	height: 1300px;
}

input{
  display: block;
  margin: 0;
  width: 300px;
  font-family: apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 16px;  
   padding: 8px;
       border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #D9D9D9;

}

input:focus {
     border-color: #62BFE9;
}
label{
      font-size: 1.2em;
      font-weight: bold;    
      font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}
fieldset {
    font-family: sans-serif;
width:380px;
height:415px;
 background:white;
 border: 1px solid #dddddd;
    padding: 0px;
bottom:10px;

    border-radius: 3px; 
}

input[type=submit] {
  width: 225px;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    padding:15px 15px; 
    background: #003472; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
}

   