a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #effaff;
}

.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #03a9f4;
}

.form-signin {
  width: 100%;
  max-width: 378px;
  padding: 30px;
  margin: auto;
  border-radius: 12px;
}

@media screen and (min-width: 640px) {
  .form-signin {
    background-color: #fff;
  }
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[name="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[name="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.login_nav {
  font-size: 21px;
  padding: 0 21px;
  padding-bottom: 11px;
}

.login_nav a {
  color: #000;
}

.login_nav .cur {
  border-bottom: 2px solid #4caf50;
  color: #4caf50;
}

.uregbox {
  margin: auto;
  width: 100%;
  max-width: 360px;
  padding: 30px;
}

@media screen and (min-width: 640px) {
  .uregbox {
    background-color: #fff;
    border-radius: 30px;
  }
}

.uregbox dl dd {
  margin-bottom: 30px;
}

.uregbox dl .yzm_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uregbox dl .yzm_box .yzm_img {
  width: 180px;
  margin-left: 20px;
  cursor: pointer;
}

.pause-content {
  pointer-events: all;
  -webkit-animation: throttle 1s step-end forwards;
          animation: throttle 1s step-end forwards;
}

.pause-content:active {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes throttle {
  from {
    pointer-events: none;
  }
  to {
    pointer-events: all;
  }
}

@keyframes throttle {
  from {
    pointer-events: none;
  }
  to {
    pointer-events: all;
  }
}

.form-signin .logobox {
  margin-bottom: 30px;
}

.form-signin .logobox img {
  width: 40px;
}

.form-signin .h3 {
  margin-bottom: 30px;
  font-size: 21px;
}

.form-signin .my_btn {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: none;
  background-color: #03A9F4;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}

.form-signin .form-floating > label {
  color: #888;
}
/*# sourceMappingURL=login.css.map */