.lp-action {
  cursor: pointer;
}

.form-container {
  background: #f0f0f0;
  border-radius: 4px;
  margin: 0px auto 50px auto;
  max-width: 345px;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .form-container {
    position: absolute;
    top: 0;
    right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .form-container {
    right: 5%;
  }
}

@media screen and (min-width: 1400px) {
  .form-container {
    right: 8%;
  }
}

@media screen and (min-width: 1600px) {
  .form-container {
    right: 14%;
  }
}

@media screen and (min-width: 1800px) {
  .form-container {
    right: 17%;
  }
}

@media screen and (min-width: 2000px) {
  .form-container {
    right: 20%;
  }
}

@media screen and (min-width: 2200px) {
  .form-container {
    right: 22%;
  }
}

.form-container h2 {
  font-size: 20px;
  text-align: center;
  color: #373737;
  font-weight: bold;
  padding: 20px 0px !important;
  margin: 0;
}

.user-inputs {
  padding: 0 15px;
}

.form-wrapper .form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-wrapper .form-control {
  background: #FFF;
  border: 1px solid #C4C4C4;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  height: 45px;
  margin-bottom: 0px;
}

.form-wrapper .form-control:focus {
  border: 1px solid #989898;
  box-shadow: none;
}

.form-wrapper .form-control[readonly] {
  background: #FFF;
  border: 1px solid #C4C4C4;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #464646;
}

.form-wrapper .form-control-lg {
  border-radius: 0;
  font-size: 14px;
  height: 45px;
  line-height: 1.5;
  min-width: 243px;
  padding-left: 15px;
}

.form-wrapper .cfd {
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 10px 15px 15px;
  text-align: center;
}

.form-wrapper .reg-btn {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #00ca38;
  border-radius: 0px;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 10px;
  white-space: normal;
  width: 100%;
}

.form-wrapper .reg-btn:hover {
  transition: 0.1s all linear;
  transform: scale(1.03);
}

.form-wrapper .form-group label {
  position: absolute;
  z-index: 200;
  left: 15px;
  top: 13px;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  font-size: 14px;
  margin: 0;
}

.form-wrapper .selected.form-group label {
  top: -16px;
  left: 0px;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  font-size: 12px;
}

.form-wrapper .selected.form-group label[for="mobile"] {
  left: 0;
}

.form-wrapper .active.form-group label {
  top: -16px;
  left: 0px;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  font-size: 12px;
}

.form-wrapper .active.form-group label[for="mobile"] {
  left: 0;
}

.form-wrapper .custom-select-lg {
  border-radius: 0;
  font-size: 14px;
  height: 45px;
  line-height: 1.5;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: 15px;
}

.form-wrapper .nxreg-sign-up-phone-number-wrapper label {
  left: 60px;
}

.form-wrapper .invalid-feedback {
  margin-top: 0;
  font-size: 14px;
}

.form-wrapper .custom-control {
  padding-left: 5px;
}

.form-wrapper .check-box {
  margin-top: 10px;
}

.form-wrapper .custom-checkbox .custom-control-label {
  position: relative !important;
  left: 0;
  font-weight: 300;
  padding-left: 25px;
  padding-bottom: 15px;
}

.form-wrapper .custom-checkbox .custom-control-label a {
  font-weight: 300;
  text-decoration: underline;
}

.form-wrapper .custom-checkbox .custom-control-label:before {
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}

.form-wrapper .custom-checkbox .custom-control-label:after {
  left: 0, 5px;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}

.form-wrapper #msgContainer {
  color: red;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
}

.form-wrapper #msgContainer a {
  color: red;
  text-decoration: underline;
}

/* Thank you msg */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  color: #585858;
  display: none;
}

.overlay .container {
  height: 100%;
}

.overlay .container .thank-you-msg {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  border-radius: 25px;
  padding: 35px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .overlay .container .thank-you-msg {
    padding: 35px;
    text-align: left;
  }
}

.overlay .container .thank-you-msg .img-wrapp {
  padding: 0;
}

.overlay .container .thank-you-msg .img-wrapp img {
  width: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .overlay .container .thank-you-msg .img-wrapp img {
    width: 150px;
  }
}

@media screen and (min-width: 992px) {
  .overlay .container .thank-you-msg .img-wrapp img {
    width: 180px;
  }
}

.overlay .container .thank-you-msg h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  color: #06A2E4;
  font-weight: 700;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .overlay .container .thank-you-msg h3 {
    font-size: 30px;
  }
}

.overlay .container .thank-you-msg p {
  font-family: "Roboto", sans-serif;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (min-width: 576px) {
  .overlay .container .thank-you-msg p {
    font-size: 20px;
  }
}

.overlay .container .thank-you-msg .confirm {
  background: #06A2E4;
  font-size: 20px;
  color: #FFF;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 80px;
  font-weight: 100;
  text-shadow: none;
  opacity: 9;
  line-height: 1.5em;
}

@media screen and (min-width: 576px) {
  .overlay .container .thank-you-msg .confirm {
    padding: 10px 100px;
  }
}

.overlay .container .thank-you-msg .confirm:hover {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

/* RESPONS CARD */
#msgContainer {
  color: red;
}

.respond-card {
  padding: 0 35px;
  background: #FFF;
}

.card-respond-wrapper {
  text-align: center;
  padding-top: 50px;
}

.respond-header {
  font-size: 20px;
  padding: 12px 0px !important;
}

.respond-body {
  display: inline-block;
  padding: 15px !important;
  font-size: 18px;
  border-style: groove;
}

.card-body {
  padding: 0 !important;
  word-break: break-all !important;
}

.respond-btn {
  width: 100% !important;
  max-width: 360px !important;
  display: inline-block !important;
  background: #00d1ff !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: white !important;
  margin: 20px 0 !important;
  color: white !important;
  text-transform: uppercase !important;
  padding: 10px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: 0.3s all ease-in-out !important;
  transform-origin: 50% 50% 50% !important;
  backface-visibility: hidden !important;
}

@media (min-width: 992px) {
  .respond-card {
    min-height: 480px;
  }
}

/* END RESPONS CARD */
.focusForm {
  animation: focusForm 0.7s ease-in-out 2;
}

@keyframes focusForm {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
