/*
 MORE INFO: https://github.com/mrkrupski/LESS-Dynamic-Stylesheet
*/
/* Backgrounds Group
========================== */
/* @group gradient-veritical() */
/* @end */
/* @group background-clip() */
/* @end */
/* Box Group
========================== */
/* @option: box-display() */
/* @end */
/* @group box-shadow() */
/* @end */
/* Border Group
========================== */
/* @group rounded() */
/* @end */
/* Transform Group
========================== */
/* @group matrix() */
/* @end */
/* @group rotate() */
/* @end */
/* @group scale() */
/* @end */
/* @group translate() */
/* @end */
/* @group skew() */
/* @end */
/* Transition
========================== */
/* Animation Group
========================== */
/* Column
========================== */
/* Misc Group
========================== */
.default-page-container {
  max-width: 1280px;
  padding-top: 100px;
  margin: 0 auto;
}
.default-page-container .page-title {
  margin-bottom: 20px;
  margin-top: 10px;
}
.content-padding {
  padding-left: 50px;
  padding-right: 50px;
}
.modal-open {
  padding-right: 0px !important;
}
.default-account-page-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.default-account-page-container .auth-title {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 35px;
  font-size: 40px;
  font-weight: 200;
  background: linear-gradient(135deg, #ade0ee 0%, rgba(217, 221, 222, 0) 100%);
}
.custom-label {
  margin: 0px;
}
.custom-radio {
  display: none;
}
.custom-radio + label {
  color: #333333;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}
.custom-radio + label div {
  background-color: white;
  display: flex;
  width: 150px;
  justify-content: center;
  padding: 4px;
  border-radius: 15px;
  margin: 15px 15px 15px 15px;
}
.custom-radio:checked + label div {
  background-color: #00988f;
  color: white;
}
.custom-radio + label,
.custom-radio:checked + label div {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
.grey-placeholder::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c7c7c7 !important;
}
.grey-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: #c7c7c7 !important;
}
.grey-placeholder:-ms-input-placeholder {
  /* IE 10+ */
  color: #c7c7c7 !important;
}
.grey-placeholder:-moz-placeholder {
  /* Firefox 18- */
  color: #c7c7c7 !important;
}
body {
  background-image: url(../../../images/reg-bg-image.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.reg-bg-container {
  position: absolute;
  width: 100%;
  min-height: 315px;
  background-image: url(../../../images/reg-layer-image.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  top: calc(50% - 195px);
  min-width: 1140px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.register-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 420px;
}
.register-container .auth-title {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 35px;
  font-size: 40px;
  font-weight: 200;
  background: linear-gradient(135deg, #ade0ee 0%, rgba(217, 221, 222, 0) 100%);
}
.register-container .register-form {
  width: 100%;
}
.register-container .register-form .input-group {
  margin-bottom: 10px;
}
.register-container .auth-title {
  width: 100%;
}
.register-container .phone-number-container .intl-tel-input {
  width: 100%;
}
.register-container .tip-input-container label {
  color: white;
}
.auth-title {
  border: 1px solid white;
  color: white;
}
@media screen and (max-width: 440px) {
  .auth-title {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 375px) {
  .auth-title {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 350px) {
  .auth-title {
    font-size: 26px !important;
  }
}
.out-connect-buttons {
  margin: 35px 15px;
  display: flex;
  justify-content: center;
}
.out-connect-buttons button {
  color: white;
  border-radius: 4px;
  width: 80px;
  height: 50px;
  margin: 0 auto;
}
.out-connect-buttons button span {
  margin-left: 10px;
}
.out-connect-buttons .btn-facebook {
  background-color: #3b5998;
}
.out-connect-buttons .btn-facebook:hover {
  background-color: #24417d;
}
.out-connect-buttons .btn-google {
  background-color: #c32f10;
}
.out-connect-buttons .btn-google:hover {
  background-color: #9f1f04;
}
.out-connect-buttons .btn-linkedin {
  background-color: #0077b5;
}
.out-connect-buttons .btn-linkedin:hover {
  background-color: #035681;
}
.thank-you {
  color: white;
  font-size: 20px;
}
.big-block {
  border-radius: 0px;
  display: block;
  width: 100%;
  padding: 24px;
  margin: 20px 0px;
}
.progress {
  height: 8px;
}
.progress-bar {
  background-color: #00988f;
}
