@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
}
body {
  font-size: 16px;
  font-family: Montserrat;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: url("img/bg-browser.png") no-repeat #000000 center center fixed;
  background-size: cover;
  font-weight: 400;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
body .text-center {
  height: auto;
}

h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

hr {
  background-color: #ffffff;
  border: 0;
  display: inline-block;
  height: 1px;
  margin: 19px 0 0;
  opacity: 0.3;
  width: 100%;
}

.logo {
  background: url("img/myjet-logo-transparent-dark.svg") no-repeat center;
  padding: 38px 0;
  display: block;
  margin: 0 auto;
}

.btn {
  appearance: none;
  background: #21314c;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  height: 44px;
  margin-bottom: 20px;
  margin-top: 30px;
  outline: none;
  padding: 7px 40px;
  width: 50%;
  -webkit-appearance: none;
}
.btn:hover {
  background: #81acde;
  transition: background 0.3s ease;
}
.btn:disabled {
  background: none;
  border: 2px solid #b8bcbf;
  cursor: auto;
  color: #b8bcbf;
  font-weight: bold;
}

.btn-change-pw {
  width: 62%;
  min-width: 12rem;
}

.btn-loading {
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  width: 50%;
  color: #ffffff;
  background: #81acde;
  padding: 7px 40px;
  height: 40px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.margin-bottom {
  margin-bottom: 30px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.form-center {
  margin: 0 auto;
}

.topPanel {
  padding-bottom: 10px;
}

.bg-form {
  background-color: rgba(33, 49, 76, 0.8);
  border-radius: 24px;
  max-width: 442px;
}

form {
  margin: 10px;
}
form input:focus {
  outline: none;
}
form input {
  border: 0;
  border-radius: 0;
  color: #21314c;
  padding: 11px 3% 7px 33px;
  font-size: 16px;
  margin-bottom: 25px;
  width: 86%;
}
form input::placeholder {
  color: #8e95a3;
  font-family: "Montserrat";
}
form input:invalid {
  box-shadow: none;
}
form input + span.icon-error {
  display: none;
}
form input:focus:invalid + span.icon-error {
  display: inline;
  box-shadow: none;
}
form input.half {
  width: 35%;
}
form input.last {
  margin-bottom: 6px;
}
form input:-webkit-autofill {
  font-family: "Montserrat";
  -webkit-text-fill-color: #21314c !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.bg-icon-phone {
  background: url(img/icon-phone-signup-1x.png) no-repeat #ffffff scroll 9px;
}

.bg-icon-user {
  border-left: 4px solid #6a6457;
  background: url(img/icon-name-signup-1x.png) no-repeat #ffffff scroll 9px;
}

.bg-icon-user-login {
  background: url(img/icon-name-signup-1x.png) no-repeat #ffffff scroll 9px;
}

.bg-icon-email {
  border-left: 4px solid #6a6457;
  background: url(img/icon-mail-signup-1x.png) no-repeat #ffffff scroll 9px;
}

.bg-icon-pw {
  background: url(img/icon-lock-signup-1x.png) no-repeat #ffffff scroll 9px;
}

.register .logo {
  padding: 30px 0;
}

.wrapper-pw {
  display: inline-block;
  position: relative;
  width: 100%;
}
.wrapper-pw.half {
  width: 48%;
}
.wrapper-pw.half input {
  width: 73%;
}

.pw-ok {
  border: 1px solid #27bb7d;
}

.pw-error, form input:focus:invalid {
  border-left: 4px solid #6a6457;
}

.pw-error-msg,
.pw-weak-msg {
  color: #ff5e5e;
  font-size: 14px;
  position: absolute;
  top: 14px;
  right: 15px;
}

.pw-ok-msg,
.pw-good-msg {
  color: #27bb7d;
  font-size: 14px;
  position: absolute;
  top: 14px;
  right: 15px;
}

.email-error-msg {
  color: #ff5e5e;
  font-size: 12px;
  position: absolute;
  top: 52px;
  left: 0;
}

.code-error-msg {
  color: #ff5e5e;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.icon, .icon-ok {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 8px;
  top: 11px;
}
.icon-ok {
  background: url(img/icon-check.png) no-repeat scroll right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.footer-text {
  color: #ffffff;
}

a,
.text-link {
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}
a:hover,
.text-link:hover {
  color: #81acde;
  transition: all 0.3s ease;
}

form .message {
  font-weight: 500;
  margin-bottom: 25px;
}
form .message .messageTable {
  color: #ff5e5e;
  margin: 0 auto !important;
}
form .message ul {
  text-align: left;
}

.messageText span h4 {
  color: #ff5a5a !important;
  display: none;
}

.confirm-reg {
  padding: 0 65px 15px 65px !important;
  margin-bottom: 25px !important;
}
.confirm-reg p {
  margin-top: 0;
}

.confirm-reg-msg {
  color: #ffffff;
}

.bottom-note {
  color: #ffffff;
  float: left;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}

table.confirm-reg-table {
  width: 100%;
  text-align: center;
}

.table-msg {
  width: 100%;
}

.link {
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  background: #4990e2;
  padding: 14px 40px;
  border: none;
  margin: 20px auto 0;
  display: block;
  width: 135px;
  text-decoration: none;
}
.link:hover {
  background: #81acde;
  transition: all 0.3s ease;
  color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.white-box {
  color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  width: 50%;
}

#change-password .messageText h4 {
  margin: 10px 0 0 0;
}
#change-password h2 {
  margin-bottom: 30px;
  margin-top: 0;
}
#change-password .new-user {
  margin-bottom: 37px;
}

.pw-forgotten {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  width: 100%;
}

.pw-requirements {
  background: rgba(50, 49, 57, 0.6);
  padding: 3px;
  color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 11px;
}
.pw-requirements p {
  margin: 12px 0 8px;
}
.pw-requirements .no-margin {
  margin: 0;
}
.pw-requirements .requirements-wrapper {
  margin: 0 auto;
  width: 70%;
}
.pw-requirements .requirements-wrapper p {
  text-align: left;
}

.new-user {
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
}

.invalid {
  background: url("img/unselected.png");
  height: 16px;
  width: 16px;
  display: inline-block;
  background-size: 100%;
  margin-right: 9px;
}

.valid {
  background: url("img/selected.png");
  height: 16px;
  width: 16px;
  display: inline-block;
  background-size: 100%;
  margin-right: 9px;
}

@media only screen and (max-device-width: 1024px) {
  .footer-text,
  .link-footer {
    display: none;
  }
  .bg-form {
    width: auto;
  }
  form {
    width: 80%;
  }
  .hide-on-device {
    display: none;
  }
  .hide-on-device:first-child {
    display: block;
  }
}
@media only screen and (max-device-width: 767px) {
  .messageText {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    padding: 0.5rem 1rem !important;
  }
  body {
    margin: 0 18px;
    align-items: flex-start;
  }
  body:not(:has(.login-bg))::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #21314c;
    opacity: 95%;
  }
  body:not(:has(.login-bg)) .btn {
    background: #ffffff;
    color: #21314c;
  }
  .no-background {
    background: none;
  }
  .bg-form {
    width: auto;
    z-index: 2;
    padding-top: 2rem;
  }
  .logo {
    padding: 26px 0;
  }
  .new-user {
    bottom: 0;
    left: 0;
    margin-bottom: 11px;
    width: 100%;
  }
  .wrapper-pw {
    text-align: left;
  }
  .wrapper-pw .half {
    width: 100%;
  }
  form {
    width: 100%;
  }
  form input,
  .wrapper-pw.half input {
    width: 88%;
  }
  form input.float-right, form input.float-left,
  .wrapper-pw.half input.float-right,
  .wrapper-pw.half input.float-left {
    float: none;
  }
  .btn {
    width: 50%;
  }
  .wrapper-pw.half.float-right, .wrapper-pw.half.float-left {
    float: none;
  }
  .icon, .icon-ok {
    right: 12px;
    top: 14px;
  }
  .email-error-msg {
    top: 43px;
  }
  .hide-on-device {
    display: none !important;
  }
  .register {
    margin-bottom: 60px;
    z-index: 2;
  }
  .text-center .bottom-note {
    text-align: left;
  }
  center {
    z-index: 2;
  }
  h3 {
    font-size: 14px;
    font-weight: 700;
  }
}
@media only screen and (min-device-width: 768px) {
  form {
    width: 80%;
  }
  body {
    background: url("img/bg-browser.png") no-repeat #000000 center center fixed;
    background-size: cover;
    text-align: center;
  }
  form input {
    padding: 11px 12px 7px 33px;
    width: 87%;
  }
  .email-error-msg {
    top: 43px;
  }
  .btn {
    background: #ffffff;
    color: #21314c;
  }
  .hide-on-browser {
    display: none;
  }
}

/*# sourceMappingURL=regLogin.css.map */
