body {
  margin: 0;
  padding: 0;
  background: #333333;
}

.container {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  margin-top: 35px;
}

header {
  display: flex;
  height: 40px;
}

.header-right {
  background-color: #275f80;
  width: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: white;
}

.header-right a {
  text-decoration: none;
  color: white;
}

.header-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-img {
  margin-top: 28px;
}

.banner-img img {
  height: 350px;
}

.form-text {
  display: flex;
  align-items: center;
}

.form-text img {
  height: 30px;
}

.form h2 {
  color: #275f80;
}

.form form {
  display: flex;
  flex-direction: column;
  width: 435px;
}

.form form input {
  padding: 8px;
}

.button-submit {
  background-color: #275f80;
  border-color: #275f80;
  color: #ffffff;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  border: 0;
}