* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

body{
  font-family: "Source Sans Pro", sans-serif;
  /* font-family: inherit; */
  color: white;
  font-weight: 300;
  background: #4082a1;
  width: 100%;
  height: 100%;
}

.container {
  background-color: #ccd8de;
  margin: 10% auto;
  padding: 40px 0;
  text-align: center;
  width : 45%;
}

.container h1 {
  position: relative;
  color: black;
  font-family: inherit;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
}

form {
  padding: 20px 0;
  position: relative;

}
form input {
  border: 1px solid #007cba;
  background-color: rgba(252, 252, 252, 0.2);
  /* width: 250px; */
  width: 60%;
  height: 38px;
  /* border-radius: 3px; */
  font-family: "Source Sans Pro", sans-serif;
  padding: 8px;
  margin: 0 auto 10px auto;
  display: block;
  /* text-align: center; */
  font-size: 16px;
  color: black;
  font-weight: 400;
  border-width: 2px;
}

form button {
  position: relative;
  display: inline-block;
  padding: 10px 38px;
  margin-top: 3%;
  appearance: none;
  outline: 0;
  background-color: rgb(0, 112, 185);
  border: 0;
  font-family: "Arimo", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  white-space: normal;
}

.Statement {
  color: black;
  padding-bottom: 2%;
}

.btnnn {

  background-color: #fff;

  font-family: "Arimo", sans-serif;

  color: rgb(0, 112, 185);

  border: 0;

  padding: 1% 2%;

  font-size: 16px;

}