@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
/* line 5, app/assets/stylesheets/new/auth/../../users/otp/sessions.scss */
.authenticate-account {
  background-color: white;
  border-radius: 5px;
  margin: 20px auto;
  padding: 20px;
  width: 500px;
}

/* line 12, app/assets/stylesheets/new/auth/../../users/otp/sessions.scss */
.authenticate-account form {
  margin: 1.6rem;
}

/* line 15, app/assets/stylesheets/new/auth/../../users/otp/sessions.scss */
.authenticate-account form .otp-digit-fields-container {
  justify-content: center;
}

/* line 19, app/assets/stylesheets/new/auth/../../users/otp/sessions.scss */
.authenticate-account form input[name='commit'] {
  background: #e05443;
  border: none;
  color: white;
  font-weight: 600;
  height: 40px;
  margin-top: 10px;
  padding: 0 20px;
}

/* line 31, app/assets/stylesheets/new/auth/../../users/otp/sessions.scss */
.authenticate-account .other-option p {
  margin: 1px;
}

/* line 5, app/assets/stylesheets/new/auth/../../users/recovery_code/sessions.scss */
.recovery-code {
  margin: 20px auto;
  width: 500px;
  background: white;
  padding: 1rem;
  border-radius: 10px;
}

/* line 12, app/assets/stylesheets/new/auth/../../users/recovery_code/sessions.scss */
.recovery-code form {
  margin-bottom: 20px;
}

/* line 15, app/assets/stylesheets/new/auth/../../users/recovery_code/sessions.scss */
.recovery-code form p {
  margin: 2rem 1rem;
}

/* line 19, app/assets/stylesheets/new/auth/../../users/recovery_code/sessions.scss */
.recovery-code form .otp-digit-fields-container {
  justify-content: center;
}

/* line 23, app/assets/stylesheets/new/auth/../../users/recovery_code/sessions.scss */
.recovery-code form input[name='commit'] {
  background: #e05443;
  border: none;
  color: white;
  font-weight: 600;
  height: 40px;
  margin-top: 10px;
  padding: 0 20px;
}

/* line 5, app/assets/stylesheets/new/auth/_layout.scss */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #292929;
  width: 100%;
  overflow-x: hidden;
  background: #f5f6fa;
}

/* line 16, app/assets/stylesheets/new/auth/_layout.scss */
.div-reset {
  clear: both;
}

/* line 20, app/assets/stylesheets/new/auth/_layout.scss */
.no-select, .auth-container .custom-checkbox + label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* line 28, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container {
  padding-top: 50px;
  height: 100vh;
  background-image: linear-gradient(0deg, #0c2187, #2026df 72%);
}

/* line 34, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .logo {
  text-align: center;
}

/* line 37, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .logo img {
  max-width: 100px;
}

/* line 42, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box {
  position: relative;
  margin: 20px auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

/* line 51, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box.login {
  max-width: 400px;
}

/* line 55, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

/* line 69, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body {
  padding: 20px 30px;
}

/* line 72, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body input {
  margin: 0;
}

/* line 76, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-group {
  margin-bottom: 20px;
}

/* line 79, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-group input {
  border: 1px solid #ddd;
  box-shadow: none;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
}

/* line 86, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}

/* line 90, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}

/* line 94, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}

/* line 98, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}

/* line 105, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-action {
  text-align: left;
}

/* line 107, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-action label {
  margin-top: 6px;
}

/* line 111, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-action .submit {
  float: right;
  border: none;
  background: #e05443;
  font-weight: 600;
  height: 40px;
  padding: 0 20px;
}

/* line 119, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-action .submit.full-width {
  width: 100%;
}

/* line 123, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .form-action .submit:hover {
  background: #c53424;
}

/* line 129, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .box .box-body .social-login {
  margin-top: 20px;
  display: inline-block;
}

/* line 136, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .auth-box-footer {
  padding-bottom: 15px;
  text-align: center;
}

/* line 140, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .auth-box-footer a {
  color: white;
  font-weight: 500;
}

/* line 144, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .auth-box-footer a:hover {
  text-decoration: underline;
}

/* line 149, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .auth-box-footer .app-version {
  color: white;
  font-weight: 500;
  opacity: 0.35;
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
}

/* line 160, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox {
  position: absolute;
  opacity: 0;
}

/* line 164, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* line 173, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox + label:before {
  content: '';
  margin-right: 7px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}

/* line 186, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox:hover + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 7px;
  width: 4px;
  height: 9px;
  border: solid #54b944;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 200, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox:hover + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 7px;
  width: 4px;
  height: 9px;
  border: solid #54b944;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 215, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox:focus + label:before {
  background: rgba(84, 185, 68, 0.5);
}

/* line 220, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox:checked + label:before {
  background: #54b944;
  border-color: #54b944;
}

/* line 226, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

/* line 232, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

/* line 238, app/assets/stylesheets/new/auth/_layout.scss */
.auth-container .custom-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 7px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 254, app/assets/stylesheets/new/auth/_layout.scss */
.alert-message {
  text-align: center;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* line 262, app/assets/stylesheets/new/auth/_layout.scss */
.alert-message .alert-box {
  position: relative;
  display: inline-block;
  background-color: #1fbad6;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 40px 0 20px;
  line-height: 45px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 273, app/assets/stylesheets/new/auth/_layout.scss */
.alert-message .alert-box a.close {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  top: 22px;
  right: 15px;
  line-height: 0;
  opacity: 0.5;
  transition: all 0.3s ease;
}

/* line 284, app/assets/stylesheets/new/auth/_layout.scss */
.alert-message .alert-box a.close:hover {
  opacity: 0.9;
}

/* line 289, app/assets/stylesheets/new/auth/_layout.scss */
.alert-message .alert-box.success {
  background-color: #43ac6a;
}

/* line 293, app/assets/stylesheets/new/auth/_layout.scss */
.alert-message .alert-box.alert {
  background-color: #e8352d;
}

/* line 4, app/assets/stylesheets/new/auth.scss */
.otp-digit-fields-container {
  display: flex;
  margin-bottom: 1rem;
}

/* line 9, app/assets/stylesheets/new/auth.scss */
.otp-digit-fields-container input {
  width: 35px !important;
  height: 40px !important;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 200;
  margin: 2px;
}
