/*
 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/login-bg-image.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.login-bg-container {
  position: absolute;
  width: 100%;
  min-height: 315px;
  background-image: url(../../../images/login-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%);
}
.forgot-password-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 420px;
}
.forgot-password-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%);
}
.forgot-password-container .login-input-area {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.forgot-password-container .login-input-area .tip-input-container {
  width: 100%;
}
.forgot-password-container .login-input-area [type="submit"] {
  width: 195px;
}
.forgot-password-container .auth-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
  border: 1px solid #00988f;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .forgot-password-container .auth-title {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 375px) {
  .forgot-password-container .auth-title {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 350px) {
  .forgot-password-container .auth-title {
    font-size: 26px !important;
  }
}
.forgot-password-container .forgot-password-form {
  width: 100%;
}
.forgot-password-container .forgot-password-form .input-group {
  margin-bottom: 10px;
}
