body {
  background: #f2f4f6;
  color: #373151;
}

.lang-flags {
  position: absolute;
  top: 10px;
  right: 10px;
}
.flag-icon-en {
  background-image: url(https://cdn.agentonholidays.com/assets/images/gb.svg);
}
#aoh {
  display: flex;
  width: 100%;
}

.card {
  width: 500px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important;
  border-radius: 10px;
}
.card-body {
  padding: 20px 30px 30px 30px;
}

h1 {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #111827;
}

.form-group {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

label {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #373151;
}

.input-group input.form-control {
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #6b7280;
}

.input-group-text {
  background-color: #fff;
  border-right: none;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
.fa-lock {
  width: 16px;
}
.input-group-text i {
  color: #4b5563;
}

.form-check {
  padding-left: 1.625em;
}
.form-check-input {
  width: 1.125em;
  height: 1.125em;
  margin-left:-1.625em;
  margin-top: 0.1875em;
  vertical-align: top;
  background-color: #f2f4f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  transition: background-color .2s ease-in-out, background-position .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

button.btn.btn-primary {
  position: relative;
  float: left;
  background: #161d27 !important;
  border-color: #161d27 !important;
  border-radius: 10px;
  box-shadow: none;
  padding: 10px 0;
  margin-top: 0;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
}

.error {
  text-align: center;
  color: #e11d48;
}

@media only screen and (max-width: 768px) {
  .card { width: 90%; min-width: 400px; }
}
