body {
  height: 100%;
}

.forms_page {
  width: 100%;
}
.forms_page .form_text {
  font-size: 120%;
  line-height: 15px;
  margin-bottom: 30px;
}
.forms_page .custom_container {
  display: flex;
  justify-content: center;
}
.forms_page .checkbox_btn span {
  color: #666666;
}
.forms_page .icon_checked > a {
  font-family: "montserrat-bold", "montserratarm-bold";
  color: #000000;
  margin-left: 5px;
}
.forms_page .create_account {
  color: #666666;
  font-size: 140%;
  line-height: 24px;
  padding-top: 15px;
  border-top: 1px solid #f2f3f5;
}
.forms_page .create_account a {
  font-family: "montserrat-bold", "montserratarm-bold";
  color: #000000;
  padding-left: 5px;
}
.forms_page .forget_password {
  color: #363636;
  font-size: 130%;
  line-height: 16px;
  padding-bottom: 15px;
}
.forms_page .page_inner {
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
  margin-top: 60px;
  margin-bottom: 20px;
  max-width: 413px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.09);
}
.forms_page .validate_button {
  width: 100%;
  margin: 25px 0;
}
.forms_page .passowrd_recover {
  font-size: 130%;
  line-height: 1.5em;
  color: #666666;
  text-align: center;
  padding: 10px 0 10px;
}
@media screen and (max-width: 575px) {
  .forms_page .page_inner {
    margin-top: 15px;
    padding: 25px 17px;
  }
}

.web .checkbox_btn {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.web .checkbox_btn:hover {
  opacity: 0.7;
}
.touch .checkbox_btn {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.touch .checkbox_btn:active {
  opacity: 0.7;
}
.web .checkbox_btn a,
.web .forget_password a,
.web .create_account a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .checkbox_btn a,
.touch .forget_password a,
.touch .create_account a {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .checkbox_btn a,
.web .forget_password a,
.web .create_account a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.web .checkbox_btn a:hover,
.web .forget_password a:hover,
.web .create_account a:hover {
  text-decoration-color: #000000;
  color: inherit;
}
.touch .checkbox_btn a,
.touch .forget_password a,
.touch .create_account a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.touch .checkbox_btn a:active,
.touch .forget_password a:active,
.touch .create_account a:active {
  text-decoration-color: #000000;
  color: inherit;
}

/*# sourceMappingURL=forms.css.map */
