@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
   font-family: 'Open Sans',serif;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
/*  width: 300px; */
  height: 100px;
  width: 100%;
  clear: both;
}

.container input {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
/*    width: 300px; */
    height: 100px;
  width: 100%;
  clear: both;
}