.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  height: 100%;
  padding: 35px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.62;
  font-weight: 300;
}

h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 1.5vw;
  line-height: 1;
  font-weight: 700;
}

label {
  display: block;
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  color: #797979;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.child {
  width: 50%;
}

.child.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(139deg, #0459ba 3%, #b8395b 88%);
}

.child.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider {
  width: 300px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d29936;
}

.body {
  margin: 35px;
}

.div-block {
  width: 60%;
  margin-right: 60px;
  margin-left: 60px;
}

.login-remember {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.login-remember.new {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.forget-password {
  margin: 2px 10px 3px;
  font-family: Montserrat, sans-serif;
  color: #b4b4b4;
  font-size: 0.8em;
  font-weight: 600;
}

.forget-password.new {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  color: #a9b8c7;
  font-weight: 500;
}

.button {
  margin-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
  border-radius: 100px;
  background-color: #f5b13c;
}

.button.new {
  width: 100%;
  margin-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: #f5b13c;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button.new:hover {
  background-color: #f5f5f5;
  color: #f5b13c;
}

.remember {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 0.8em;
  line-height: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.checkbox {
  width: 15px;
  height: 15px;
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  border-radius: 0px;
}

.text-block {
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
}

.link {
  margin-left: 5px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
}

.body-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.heading-new {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3vw;
  line-height: 1.62em;
  font-weight: 800;
  text-transform: uppercase;
}

.flex-title {
  margin-right: auto;
  margin-left: auto;
}

.login-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-box {
  position: absolute;
  width: 350px;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
}

.form-block {
  margin-bottom: 0px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-label {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a3a3a3;
}

.heading-2 {
  float: left;
  text-transform: uppercase;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-com-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #e8f0fe;
}

.text-field {
  margin-bottom: 0px;
  margin-left: 5px;
  padding-left: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #5c0202;
}

.input-icon {
  height: 20px;
  margin-right: 3px;
}

.remember-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e8f0fe;
}

.new-form-content {
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.login-heading {
  font-size: 2vw;
}

.login-header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.close-modal {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 15px;
  height: 15px;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}

.close-icon {
  display: block;
}

.button-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 40px;
  margin-right: 40px;
}

.new-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
}

.container {
  width: 100%;
  margin-right: 5%;
  margin-left: 5%;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  height: 65px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-button {
  padding: 10px 60px;
  border-radius: 10px;
  background-color: #f5b13c;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}

.login-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.background-video {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.gradient-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.gradient-background.alternative {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(85, 85, 85, 0)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(85, 85, 85, 0) 23%, rgba(0, 0, 0, 0.75));
}

.divider-new {
  width: 320px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.heading-label {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.3em;
}

.powered-text {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}

.powered-link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5vw;
  }
  h2 {
    font-size: 4vw;
  }
  .content {
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .child.logo {
    width: 100%;
    height: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .child.login {
    width: 100%;
    height: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .button.new {
    margin-top: 30px;
  }
  .div-block-3 {
    width: 100%;
    margin-right: 35px;
    margin-left: 35px;
  }
  .heading {
    font-size: 5vw;
  }
  .flex-title {
    margin-right: 40px;
    margin-left: 40px;
  }
  .new-form-content {
    margin-bottom: 30px;
  }
  .login-heading {
    font-size: 5vw;
  }
  .login-button {
    padding: 30px 70px;
    box-shadow: 0 5px 20px 9px rgba(0, 0, 0, 0.65);
    font-size: 4vw;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.57);
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    z-index: 5;
    background-color: #202020;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding: 20px;
  }
  h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  h2 {
    font-size: 7vw;
  }
  .child.logo {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .child.login {
    height: auto;
    margin: 20px auto 0px;
  }
  .divider {
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .login-remember {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .forget-password {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.new {
    margin-top: 15px;
  }
  .div-block-3 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading {
    font-size: 1.5em;
  }
  .heading-new {
    font-size: 6vw;
    font-weight: 800;
  }
  .login-box {
    width: 90%;
  }
  .new-form-content {
    margin-bottom: 15px;
  }
  .login-heading {
    font-size: 10vw;
  }
  .divider-new {
    width: 150px;
  }
}