.div {
  display: block;
  width: 275px;
  height: 430px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none black;
}
.header {
  padding-top: 15px;
  padding-bottom: 14px;
  background-color: #092428;
}
.title {
  color: white;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
.flag {
  margin-top: 3px;
}
.text {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: black;
  color: #0dbacf;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.text-2 {
  padding-bottom: 8px;
  background-color: #1b1b1b;
  color: #dadada;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}
.form {
  margin: 8px 20px;
}
.text-field {
  height: 32px;
  margin-bottom: 11px;
}
.submit {
  width: 100%;
  background-color: #0dbacf;
  box-shadow: #0e96a5 0px -5px 0px 0px inset;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.submit:hover {
  background-color: #0c96a8;
}
.footer {
  background-color: #092428;
}
.footer-text {
  margin-top: 7px;
  margin-bottom: 3px;
  color: white;
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
}
.logo {
  display: block;
  margin: 5px auto;
}
.body {
  font-family:'Open Sans', sans-serif;
}
.logo-clm {
  border-right: 1px solid #11c6e9;
}
.success-message {
  background-color: #ace4e4;
}
.success-txt {
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}