main {
  overflow: hidden;
  margin-top: 0;
}

body {
  background: #f7f8f8;
  color: #3f4858;
}

.container {
  padding-top: 10px;
}

.loginView {
  width: 100%;
  max-width: 1200px;
  min-height: 650px;
  background: white;
  border-radius: 60px;
  position: relative;
  margin-top: 30px;
  font-family: 'Gotham-Bold', sans-serif;
}

.loginView .returnText {
  color: #2ea836;
  position: absolute;
  top: -40px;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Gotham-Book', sans-serif;
}

.leftWrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 60px;
  padding-top: 37px;
  row-gap: 20px
}

.loginView .bigImage {
  max-height: 528px;
  max-width: 481px;
}

.loginView .pointOfSale {
  font-size: 24px;
  line-height: 34px;
  color: #3da037;
  font-family: 'Gotham-Bold', sans-serif;
  margin-bottom: 40px;
}

.rightWrap {
  width: 50%;
  padding-right: 35px;
  padding-left: 30px;
}

.rightWrap .logo {
  width: 213px;
  height: 50px;
  text-align: center;
  margin: 64px auto auto;
}

.rightWrap .logo .logoLabel {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  font-family: 'Gotham-Medium', sans-serif;
}

.rightWrap .logo img {
  width: 162px;
  margin-top: 7px;
}

.loginForm {
  text-align: center;
  margin-top: 55px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5edf5;
}

.loginForm a {
  color: #3f4858;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
  font-family: 'Gotham-Book', sans-serif;
}

.loginInput {
  width: 348px;
  max-width: 95vw;
  height: 65px;
  border-radius: 30px;
  background-color: #f7f8f8;
  border: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 32px 22px;
  margin-bottom: 20px;
  border-left: 5px solid #f7f8fc;
  color: #3f4858;
  font-family: 'Gotham-Book', sans-serif;
}

.loginInput:focus {
  outline: none;
  box-shadow: 0 7px 10px #12000014;
}

.loginButton {
  display: block;
  width: 159px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  background: #3da037;
  color: white;
  margin: auto auto 10px;
  cursor: pointer;
  transition: .1s;
  font-family: 'Gotham-Book', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.loginButton:focus-visible {
  outline: 2px solid black;
  box-shadow: 0 0 5px #3f4858;
}

.loginButton span {
  line-height: 40px;
  vertical-align: middle;
}

.loginButton .fas {
  font-size: 21px;
  line-height: 40px;
  vertical-align: middle;
}

.links {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
}

.link {
  width: 124px;
  height: 124px;
  border-radius: 30px;
  background: #f7f8f8;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  padding: 17px 8px;
  border: 1px solid #f2f3fb;
  text-decoration: none!important;
}

.link:hover {
  box-shadow: 0 7px 10px #12000014;
}

.link:hover > .linkText {
  font-family: 'Gotham-Bold', sans-serif;
}

.linkIcon {
  height: 31.6px;
  margin-bottom: 13px;
}

.link {
  transition: .5s ease-in-out;
}

.linkText {
  white-space: pre;
  color: #3f4858;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  font-family: 'Gotham-Book', sans-serif;
}

.g-recaptcha {
  width: 304px;
  margin: auto auto 20px;
}

.loc {
  position: absolute;
  top: 62px;
  right: -65px;
  width: 65px;
  height: 34px;
  background: #0084f4;
  border-radius: 0 20px 20px 0;
}

.btn-light {
  color: white;
}

.bootstrap-select .btn-light, .bootstrap-select .dropdown-menu {
  background: none;
  border: 0;
  outline: none;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  border: 0;
  background: none;
  color: white;
  outline: none;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none!important;
  outline-offset: 0;
}
.btn-light.focus, .btn-light:focus {
  box-shadow: none;
  color: white;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
  color: white;
}

.subTitle {
  font-size: 24px;
  font-family: 'Gotham-Bold', arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #2ea836;
  padding-bottom: 10px;
  margin: auto auto 15px auto;
  max-width: 350px;
}

.mfaDescription {
  font-family: 'Gotham-Medium', arial, sans-serif;
  margin: 0 auto 25px auto;
  max-width: 90vw;
}

.loginWrapper {
  display: flex;
  max-width: 100%;
}

@media (max-width: 1166px) {
  .loc {
    right: 0;
    border-radius: 20px 0 0 20px;
    transform: scale(1.5);
    transform-origin: 100% 0;
  }
  .bootstrap-select .dropdown-menu {
    background: white!important;
  }
}

@media (min-width: 1093px) and (max-width: 1166px) {

  .container {
    max-width: 100% !important;
  }

  .returnText {
    top: -85px;
    left: 20px;
  }

}

@media (max-width: 1092px) {
  .leftWrap {
    display: none;
  }

  .rightWrap {
    margin: auto;
  }

  .loginView .returnText {
    top: -36px;
    left: 20px;
  }

  .loginView {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .rightWrap {
    padding: 0;
  }
}

@media (max-width: 790px) {
  .rightWrap {
    width: 100%;
  }
}

@media (max-width: 500px) {
  main {
    margin-top: 0;
  }

  .rightWrap {
    float: unset;
    margin: auto;
  }

  .loginView .returnText {
    top: 10px;
    left: 10px;
  }

  .loginView {
    width: 100vw;
    border-radius: 0;
    margin-top: 0;
  }

  .rightWrap {
    width: 100vw;
  }

  .link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .loc {
    top: 0;
  }
}
