/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/regulation.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.button_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .button_row.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .button_row.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .button_row.between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.button_col {
  padding: 0 0.625rem; }

.button {
  color: #fff;
  font-size: 1.0625rem;
  background: #291e1c;
  line-height: 3.125rem;
  border: 0;
  border-radius: 3.125rem;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out; }
  @media screen and (max-width: 950px) {
    .button {
      font-size: 1.25rem;
      line-height: 3.4375rem; } }
  .button:hover {
    background: #28988c; }
  .button.white {
    border: 1px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .button.white:hover {
      border-color: #28988c; }

.button_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  height: 2.625rem;
  line-height: 2.375rem;
  padding: 0 2.25rem;
  cursor: pointer; }
  .button_link:focus {
    outline: 2px dotted #296395;
    outline-offset: 2px; }

.labelStyle {
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #291e1c;
  line-height: 2.375rem; }

.inputStyle {
  width: 100%;
  border: 0.0625rem solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #291e1c;
  padding: 0.5rem 0.625rem;
  line-height: 1.3;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block; }
  .inputStyle:focus {
    outline: 2px dotted #296395;
    outline-offset: 2px; }
  .inputStyle::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .inputStyle::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .inputStyle:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .inputStyle:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .inputStyle.alert {
    -webkit-box-shadow: inset 0rem 0rem 12.5rem rgba(211, 46, 94, 0.1);
            box-shadow: inset 0rem 0rem 12.5rem rgba(211, 46, 94, 0.1); }
  .inputStyle.otherTxt {
    width: auto;
    margin-left: 0.625rem; }
  .inputStyle[disabled] {
    border: 0.0625rem solid rgba(0, 0, 0, 0.2); }

.selectStyle {
  width: 100%;
  min-width: 9.8125rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 1rem;
  padding: 0.5rem 0.625rem;
  padding-right: 1.75rem;
  color: #291e1c;
  border-radius: 0;
  line-height: 1.3;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/select_arrow.png) no-repeat calc(100% - 10px) center;
  background-size: 0.625rem auto;
  background-color: #fff; }
  .selectStyle:focus {
    outline: 2px dotted #296395;
    outline-offset: 2px; }
  .selectStyle.alert {
    -webkit-box-shadow: inset 0rem 0rem 12.5rem rgba(211, 46, 94, 0.1);
            box-shadow: inset 0rem 0rem 12.5rem rgba(211, 46, 94, 0.1); }
  .selectStyle[disabled] {
    border: 0.0625rem solid rgba(0, 0, 0, 0.3); }

.input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.radioStyle, .checkboxStyle {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin: 0;
  margin-right: 0.4375rem; }
  @media screen and (max-width: 480px) {
    .radioStyle, .checkboxStyle {
      width: 1rem;
      height: 1rem; } }
  .radioStyle:focus, .checkboxStyle:focus {
    outline: 2px dotted #296395;
    outline-offset: 2px; }
  .radioStyle:checked:after, .checkboxStyle:checked:after {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #434343;
    border-radius: 0.375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.1875rem;
    margin-top: -0.1875rem; }
    @media screen and (max-width: 480px) {
      .radioStyle:checked:after, .checkboxStyle:checked:after {
        width: 0.5rem;
        height: 0.5rem;
        margin-left: -0.25rem;
        margin-top: -0.25rem;
        border-radius: 0.5rem; } }
  .radioStyle.alert, .alert.checkboxStyle {
    -webkit-box-shadow: inset 0rem 0rem 0.5rem rgba(211, 46, 94, 0.4);
            box-shadow: inset 0rem 0rem 0.5rem rgba(211, 46, 94, 0.4); }
  .radioStyle[disabled], .checkboxStyle[disabled] {
    border: 0.0625rem solid rgba(0, 0, 0, 0.3); }

.checkboxStyle {
  border-radius: 0; }
  .checkboxStyle:focus {
    outline: 2px dotted #296395;
    outline-offset: 2px; }
  .checkboxStyle:checked:after {
    border-radius: 0; }
  .checkboxStyle[disabled] {
    border: 0.0625rem solid rgba(0, 0, 0, 0.3); }

.buttonStyle {
  width: 100%;
  min-width: 6.25rem;
  color: #fff;
  text-shadow: -1px -1px 0 #0b0807;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #291e1c;
  background: #322522;
  border: 1px solid #1a1312;
  border-right: 1px solid #0b0807;
  border-bottom: 3px solid black;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
  border-radius: 1px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }
  .buttonStyle:focus {
    outline: 2px dotted #296395;
    outline-offset: 2px; }
  .buttonStyle:hover {
    color: #a4c7e6;
    text-shadow: -1px -1px 0 #11293d;
    background: #296395;
    border: 1px solid #235681;
    border-bottom: 1px solid #235681;
    -webkit-box-shadow: 1px 1px 3px rgba(24, 59, 89, 0.8);
            box-shadow: 1px 1px 3px rgba(24, 59, 89, 0.8);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .buttonStyle[disabled] {
    color: white;
    text-shadow: -1px -1px 0 #7d7e7e;
    background: #b5b6b6;
    border: 1px solid #a8a9a9;
    border-bottom: 1px solid #a8a9a9;
    -webkit-box-shadow: 1px 1px 3px rgba(142, 144, 144, 0.8);
            box-shadow: 1px 1px 3px rgba(142, 144, 144, 0.8);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: auto; }
  .buttonStyle.facebook_btn {
    color: #fff;
    text-shadow: -1px -1px 0 #2d4373;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #3b5998;
    background: #3f5fa3;
    border: 1px solid #344e86;
    border-right: 1px solid #2d4373;
    border-bottom: 3px solid #263961;
    -webkit-box-shadow: 1px 1px 7px rgba(38, 57, 97, 0.8);
            box-shadow: 1px 1px 7px rgba(38, 57, 97, 0.8);
    border-radius: 1px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    .buttonStyle.facebook_btn:hover {
      color: #bbc8e4;
      text-shadow: -1px -1px 0 #1c2a47;
      background: #3b5998;
      border: 1px solid #344e86;
      border-bottom: 1px solid #344e86;
      -webkit-box-shadow: 1px 1px 3px rgba(38, 57, 97, 0.8);
              box-shadow: 1px 1px 3px rgba(38, 57, 97, 0.8);
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
  .buttonStyle.google_btn {
    color: #fff;
    text-shadow: -1px -1px 0 #9c2616;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #c9311c;
    background: #d6341e;
    border: 1px solid #b32c19;
    border-right: 1px solid #9c2616;
    border-bottom: 3px solid #862113;
    -webkit-box-shadow: 1px 1px 7px rgba(134, 33, 19, 0.8);
            box-shadow: 1px 1px 7px rgba(134, 33, 19, 0.8);
    border-radius: 1px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    .buttonStyle.google_btn:hover {
      color: #f6c2bb;
      text-shadow: -1px -1px 0 #67190e;
      background: #c9311c;
      border: 1px solid #b32c19;
      border-bottom: 1px solid #b32c19;
      -webkit-box-shadow: 1px 1px 3px rgba(134, 33, 19, 0.8);
              box-shadow: 1px 1px 3px rgba(134, 33, 19, 0.8);
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
  .buttonStyle .fa-brands {
    margin-right: 0.3125rem; }

.dash_line {
  border-bottom: 0.0625rem dashed rgba(49, 49, 49, 0.1); }

.form_panel {
  background: #fff;
  -webkit-box-shadow: 0.125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .form_panel {
      margin-left: -0.625rem;
      width: calc(100% + 20px);
      -webkit-box-shadow: none;
              box-shadow: none; } }

.form_sec {
  position: relative;
  padding: 0.625rem 3.125rem; }
  @media screen and (max-width: 768px) {
    .form_sec {
      padding-right: 1.875rem;
      padding-left: 0.9375rem; } }
  @media screen and (max-width: 480px) {
    .form_sec {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.label_tag {
  padding: 0.625rem 1.25rem;
  background: linear-gradient(6deg, #296395 0%, #28988c 100%);
  position: absolute;
  top: 0.75rem;
  left: 100%;
  margin-left: -1.875rem;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .label_tag {
      width: 1em;
      padding: 0 0.625rem;
      margin-left: -1.0625rem; } }
  @media screen and (max-width: 768px) {
    .label_tag {
      margin-left: -0.9375rem; } }
  @media screen and (max-width: 480px) {
    .label_tag {
      width: calc(100% + 20px);
      margin-left: -0.625rem;
      margin-top: -0.5rem;
      padding-left: 0.8125rem;
      padding-right: 0.8125rem;
      background: #fff;
      border-bottom: 0.0625rem solid #296395;
      text-align: right;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      top: 0;
      left: 0;
      opacity: 0.6;
      display: none; } }
  .label_tag:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0.25rem 0.9375rem;
    border-style: solid;
    border-color: transparent #9b9d9d #9b9d9d transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media screen and (max-width: 1024px) {
      .label_tag:after {
        border-width: 0.25rem 0.4375rem; } }
    @media screen and (max-width: 480px) {
      .label_tag:after {
        display: none; } }

.label_tag_title {
  font-size: 1.0625rem;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .label_tag_title {
      white-space: normal;
      line-height: 1.2; } }
  @media screen and (max-width: 480px) {
    .label_tag_title {
      color: #296395; } }

.no_record {
  padding: 0.625rem 0;
  text-align: center;
  margin-bottom: 0; }

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media screen and (max-width: 950px) {
    .form_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.form_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.form_left,
.form_right {
  padding: 0.3125rem 0.625rem;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .form_left,
    .form_right {
      width: auto;
      padding-right: 0;
      display: block; } }

.form_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .form_left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.form_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.form_title {
  line-height: 1.4;
  color: #291e1c;
  text-align: right;
  font-weight: bold;
  padding-right: 1.25rem;
  padding-top: 0.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .form_title {
      text-align: left; } }

.must {
  position: absolute;
  right: 0.4375rem;
  top: 1.0625rem;
  color: #296395; }
  @media screen and (max-width: 768px) {
    .must {
      right: 0;
      top: 0.3125rem;
      position: relative;
      margin-left: 0.625rem;
      display: inline-block; } }

.column_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.4375rem;
  margin-right: -0.4375rem; }

.column_col {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.4375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .column_col.col_3 {
    min-width: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%; }
  .column_col.col_auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .column_col .form_title {
    padding-top: 0; }

.outline_btn {
  width: auto;
  display: block;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  background: transparent;
  margin: 0;
  opacity: .7;
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out; }
  .outline_btn:hover {
    opacity: 1; }
  .outline_btn[disabled] {
    opacity: 0;
    cursor: auto; }

.form_btn {
  width: auto;
  min-width: 5rem;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #fff;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.0625rem;
  line-height: 2.4375rem;
  background: #291e1c;
  border: none;
  padding: 0 1.25rem; }
  @media screen and (max-width: 480px) {
    .form_btn {
      padding: 0 0.625rem;
      min-width: 3.75rem; } }
  .form_btn:hover {
    opacity: 0.9; }
  .form_btn.red {
    background: #28988c; }
  .form_btn.blue {
    background: linear-gradient(6deg, #296395 0%, #28988c 100%); }
  .form_btn[disabled] {
    background: #b5b6b6;
    cursor: auto; }

.form_txt, .alert_txt {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-top: 0.3125rem; }

.alert_txt {
  color: #28988c; }

.input_all_style, .upload_input, .preview_inner {
  height: auto;
  color: #291e1c;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  border-radius: 0; }
  .input_all_style:focus, .upload_input:focus, .preview_inner:focus {
    -webkit-box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.3);
            box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.3); }
  .input_all_style.disabled, .disabled.upload_input, .disabled.preview_inner {
    -webkit-box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.02);
            box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.02); }
    .input_all_style.disabled:focus, .disabled.upload_input:focus, .disabled.preview_inner:focus {
      -webkit-box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.02);
              box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.02); }

.upload_input {
  border: 0.0625rem solid rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden; }
  .upload_input.file {
    min-height: 0.9rem; }
    .upload_input.file:after {
      display: none; }
  .upload_input[disabled] {
    border: 0.0625rem solid rgba(0, 0, 0, 0.2); }

.filemanager_trigger {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer; }
  .filemanager_trigger[disabled] {
    cursor: auto; }

.img_delete {
  position: absolute;
  right: 0.4375rem;
  top: 0.75rem;
  cursor: pointer;
  z-index: 5;
  opacity: .5;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .img_delete:hover {
    opacity: 1; }

.preview {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.preview_inner {
  position: relative;
  padding: 0;
  background-image: url(../img/admin_icon_img.png);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center; }

.preview_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .preview_img:not([src]), .preview_img[src^=""] {
    opacity: 0; }

.form_text {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #686a6a;
  opacity: 0.7; }
  .form_text.mt {
    margin-top: 0.3125rem; }

.signUpArea {
  padding: 2.8125rem 0.625rem 1.5625rem;
  text-align: center; }

.signup_notice {
  color: #28988c;
  text-indent: -1.0625rem;
  margin-left: 1.0625rem;
  margin-bottom: 0.625rem; }
  @media screen and (max-width: 480px) {
    .signup_notice {
      text-align: left; } }

.signup_checkbox_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.1875rem;
  margin-right: -0.1875rem; }

.signup_checkbox_col {
  padding: 0 0.1875rem; }
  .signup_checkbox_col .checkboxStyle {
    top: 0.3125rem; }

.signup_label {
  display: block; }

.en .signup_checkbox_row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.en .signup_label,
.en .signup_notice {
  text-align: left; }

.signup_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-top: 1.875rem; }
  @media screen and (max-width: 950px) {
    .signup_row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.signup_col {
  padding: 0 0.625rem; }
  @media screen and (max-width: 950px) {
    .signup_col {
      padding: 0.625rem 0; } }

.signup_title {
  font-weight: bold; }

.signup_btn {
  color: #fff;
  text-shadow: -1px -1px 0 #1e486d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #296395;
  background: #2c6ba1;
  border: 1px solid #235681;
  border-right: 1px solid #1e486d;
  border-bottom: 3px solid #183b59;
  -webkit-box-shadow: 1px 1px 7px rgba(24, 59, 89, 0.8);
          box-shadow: 1px 1px 7px rgba(24, 59, 89, 0.8);
  border-radius: 1px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 16px; }
  .signup_btn:hover {
    color: #a4c7e6;
    text-shadow: -1px -1px 0 #11293d;
    background: #296395;
    border: 1px solid #235681;
    border-bottom: 1px solid #235681;
    -webkit-box-shadow: 1px 1px 3px rgba(24, 59, 89, 0.8);
            box-shadow: 1px 1px 3px rgba(24, 59, 89, 0.8);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }

#lb_application .form_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

#lb_application .button_row {
  margin-top: 20px; }

#lb_checkbox_required p {
  font-size: 1.0625rem;
  color: #28988c;
  text-align: center; }


/*# sourceMappingURL=regulation.min.css.map*/