body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.bg {
  background: #f5f5f5;
}

.login_flexdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 50px auto;
}
.login_flexdiv .flightbasket-right {
  margin: 0 0 0 50px;
}

.login-form {
  width: 500px;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
          box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border-top: 3px solid #ffcd22;
  padding: 45px 50px;
}
.login-form .input-box {
  margin-bottom: 20px;
  position: relative;
}
.login-form .input-box select {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px;
  background: url(../images/steps/down.svg) no-repeat 95%;
}
.login-form .input-box label {
  display: block;
  font-size: 16px;
  color: #444444;
  font-weight: 600;
}
.login-form .input-box input {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px;
}
.login-form .input-box small.important {
  color: red !important;
}
.login-form span {
  position: absolute;
  display: inline-block;
  width: 18px;
  right: 28px;
  cursor: pointer;
}

.login-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.login-top strong {
  font-weight: 500;
  font-size: 31px;
  color: #005fba;
  display: block;
  padding-bottom: 25px;
}
.login-top p {
  font-size: 12px;
  color: #666666;
  line-height: 21px;
  width: 80%;
}

.login-logo {
  display: inline-block;
}
.login-logo img {
  height: 65px;
}

.check-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-login label {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}
.check-login input {
  margin-right: 5px;
  font-family: inherit;
}
.check-login select {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px;
}
.check-login a {
  color: #005fba;
  font-size: 14px;
  letter-spacing: 1px;
}

.sign-btn {
  font-size: 21px;
  color: #005fba;
  background: #ffcd22;
  display: block;
  width: 100%;
  height: 48px;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.back_form {
  display: inline-block;
  font-size: 16px;
  color: #005fba;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 1px;
  display: block;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.flightbasket-right {
  width: 31%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 53px;
  padding: 15px;
}

.basket-content {
  padding: 15px 0;
  border-bottom: 1px solid #92a1a9;
}
.basket-content .title {
  padding-bottom: 5px;
}
.basket-content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basket-content strong {
  font-size: 14px;
  color: #005fba;
  font-weight: 700;
  display: block;
}
.basket-content strong i {
  color: #005fba;
}
.basket-content .star-icons {
  margin-top: 5px;
}
.basket-content i {
  color: #ffc107;
  font-size: 14px;
}
.basket-content small {
  font-size: 13px;
  line-height: 19px;
}
.basket-content .icons {
  color: #005fba;
  font-weight: 600;
  padding-bottom: 3px;
}
.basket-content .icons i {
  color: #005fba;
}
.basket-content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basket-content .right small {
  margin-top: 5px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  display: inline-block;
}
.basket-content .right small:last-child {
  border-bottom: solid 1px #ccc;
}
.basket-content span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 4px 0;
}
.basket-content .prefdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
}
.basket-content .prefdiv span {
  margin: 0;
}

.totaal-amount {
  padding: 15px 0;
}
.totaal-amount .div-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.totaal-amount .right {
  text-align: right;
}
.totaal-amount span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.totaal-amount strong {
  color: #219ED9;
  font-size: 28px;
  font-weight: 700;
  display: block;
}
.totaal-amount small {
  font-size: 12px;
}

.price-button {
  text-align: center;
  margin-top: 15px;
}
.price-button button {
  font-size: 34px;
  font-weight: bold;
  color: #005fbb;
  text-align: center;
  border: solid 2px;
  width: auto;
  display: inline-block;
  padding: 0 15px;
  line-height: 45px;
  margin-top: 5px;
}