@import url("https://use.typekit.net/cho1mrn.css");

* {
  font-family: source-sans-pro, sans-serif, proxima-nova-1, proxima-nova-2,
    Arial, "helvetica neue" !important;
}

body {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

a {
  text-decoration: none;
  outline: none;
  background-color: transparent;
}

.auth-box-w {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
}

.login-div {
  opacity: 0.8;
  width: 450px;
  background: #fff;
  margin-bottom: 40px;
}

.login-div.signup {
  width: 600px;
}

.login-div .logo {
  padding-top: 30px;
  display: block;
  text-align: center;
}

.login-div .form-section .options,
.login-div .form-section .options span a {
  padding-top: 40px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #4f4646;
}

.form-section form {
  padding: 20px 30px 20px 30px;
}

.login-div .form-section .options span:first-child {
  padding-right: 90px;
}

.login-div .form-section .options span.active {
  font-weight: 500;
}

.login-div .form-section .options span:not(.active) {
  cursor: pointer;
}

.login-div .form-section .options,
.login-div .form-section .options span a {
  padding-top: 40px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #4f4646;
}

.form-title {
  padding-left: 30px;
  padding-top: 30px;
}

.form-title h3 {
  font-size: 1.55rem;
  margin-bottom: 0;
}

.form-group {
  padding-bottom: 10px;
}

.sign-up {
  float: right;
  margin-right: 30px;
  margin-top: 8px;
}

.processing {
  margin-top: 8%;
}

.processing .text-info {
  width: 7rem;
  height: 7rem;
  color: #008ea6 !important;
}

.processing div:last-child {
  font-size: 18px;
  color: #008ea6;
  margin-top: 20px;
  font-weight: 600;
}

label.error {
  color: red;
  font-size: 14px;
  display: block;
}

input.error {
  border-color: red;
}

.alert {
  margin-bottom: 0 !important;
  margin-top: 15px;
  border-radius: 0 !important;
  font-size: 15px;
  padding: 12px 30px !important;
  display: none;
  word-wrap: anywhere;
}

input,
select {
  border-radius: 0px !important;
}

label.el-checkbox {
  font-size: 14px;
}

.agree-checkbox label.error {
  margin-top: -4px;
}

.btn-yellow {
  border: 0px !important;
  border-radius: 0px !important;
  background: #fee80c !important;
  color: #000000 !important;
  padding: 13px !important;
  line-height: 100% !important;
  height: 42px !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  cursor: pointer !important;
}

.btn-yellow:hover {
  border-radius: 0px !important;
  background: #bfae09 !important;
  color: #000000 !important;
}

.togglePassword {
  position: sticky;
  margin-top: -33px;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

.action-link {
  font-size: 16px !important;
}

a,
a:visited {
  color: #00929f !important;
}

a:hover {
  color: #00596a !important;
  text-decoration: none;
}

#pic-info {
  background: #fff;
  color: #000;
  font-size: 14pt;
  padding: 5px 15px;
  position: fixed;
  bottom: 30px;
  right: 0px;
  opacity: 0.7;
}

::-ms-reveal,
::-ms-clear {
  display: none !important;
}
