.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.home {
    position: absolute;
    top: 5%;
    left: 5%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    color: white;
}

.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #f2b90e;
  padding: 12px 22px 12px 22px;
  border:none;
  cursor: pointer;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.textfield {
  font-family: Arial;
  color: #252121;
  font-size: 20px;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
