a:hover {
  text-decoration: none;
}
html,
body {
  font-size: 16px;
  /* font-family: 'syyh'; */
  /* box-sizing: content-box; */
}

.login-container {
  margin: 0;
  padding: 4rem 0;
  width: 100%;
  height: 100vh;
  background: url('/static/main/img/login/login.png') no-repeat;
  background-size: cover;
}

.register-container {
  margin: 0;
  padding: 2rem 0;
  width: 100%;
  height: 100vh;
}

.l-c-form {
  width: 20rem;
  /* height: 16rem; */
  background: #ffffff;
  border-radius: 4px;
  margin: 4rem auto;
  padding: 36px 24px;
}

.l-c-form > input {
  margin: 12px 0;
  height: 40px;
}

.l-c-f-checkbox {
  float: left;
  color: #929292;
  font-size: 0.875rem;
  font-weight: normal;
}

.l-c-f-button {
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  margin: 12px 0;
  border-radius: 4px;
  font-size: 0.95rem;
  letter-spacing: 2px;
  background: #2e63fd;
}

.r-c-form {
  padding: 0;
  background: #ffffff;
  width: 100%;
  height: 70vh;
  margin-top: 2rem;
  border: 1px solid #efefef;
}
.r-c-f-tit {
  width: 100%;
  height: 3.5rem;
  margin: 0;
  padding: 0;
  /* background: #b5b5b5; */
  background: #ccd1e2;
}

.r-c-f-tit > li {
  text-decoration: none;
  list-style: none;
  float: left;
  text-align: center;
  width: calc(100% / 3);
  height: 100%;
  line-height: 3.5rem;
  /* align-items: center; */
  color: #ffffff;
  cursor: pointer;
}
.form-group {
  /* border-bottom: 1px solid #efefef; */
  margin-bottom: 24px;
  line-height: 200%;
}
.form-item > .col-md-8 {
  border: 1px solid #efefef;
  color: #808288;
  font-size: 14px;
  width: 100%;
  padding: 0 6px;
}
/* .form-group:hover {
  border-bottom: 1px solid #2cf798;
} */
.form-group > label {
  color: #4c4c4c;
  font-weight: 500;
  width: 30%;
}
.form-control1 {
  width: 100%;
  border: 0;
  outline: none;
  color: #616161;
  line-height: 32px;
  height: 32px;
}
.form-control1:hover {
  width: 100%;
  border: 0;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #b5b5b5;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #b5b5b5;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #b5b5b5;
}
.field-check-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.field-check-input {
  border: 1px solid #efefef;
  width: 62%;
  color: #808288;
  font-size: 14px;
}
.field-check-input-enterprise {
  border: 1px solid #efefef;
  width: 60%;
  color: #808288;
  font-size: 14px;
}
.field-check-button {
  border: 1px solid #efefef;
  background: #ffffff;
  font-size: 13px;
  padding: 0 12px;
  outline: none;
}
.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-item-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.require-field {
  color: red;
  margin-left: 8px;
  font-weight: bold;
}

.rule-field{
  font-size: 13px;
  color: red;
  /* font-weight: bold; */
}

.text-label {
  font-size: 14px;
}

.next-btn,
.next-btn-disable {
  width: 98%;
  line-height: 240%;
  /* background-color: #20d1b5; */
  border-radius: 0;
  color: #ffffff;
}
.next-btn {
  background-color: #4f86d0;
}
.next-btn-disable {
  background-color: #dcddde;
}
.next-btn:hover {
  color: #ffffff;
  /* background-color: #2398f7; */
  background-color: #4f86d0;
}
.next-btn-disable:hover {
  color: #ffffff;
  background-color: #dcddde;
}
.r-c-f-tit > li:nth-of-type(2) {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.r-c-f-tit-select {
  background: #4f86d0;
}
.r-c-f-tit > li > a {
  text-decoration: none;
  color: #ffffff;
}

.r-c-f-con {
  width: 100%;
  height: calc(100% + 3rem);
  /* background: aliceblue; */
  text-align: center;
  font-size: 1rem;
  color: #606060;
  /* display: flex; */
  /* align-items: center; */
}
.r-c-f-con1 {
  margin-top: 36px;
  justify-content: space-evenly;
  width: 100%;
}
.r-c-f-con-form {
  width: 45%;
  overflow-y: auto;
  text-align: center;
  border: 1px solid #efefef;
  padding: 1.875rem;
  font-size: 0.9375rem;
  position: relative;
  min-height: 240px;
  height: 396px;
  display: inline-block;
}
.r-c-f-con-form > p:nth-of-type(1) {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 1.05rem;
}
.r-c-f-c-f-a {
  width: 100%;
  height: 3rem;
  /* background: #20d1b5; */
  background: #4f86d0;
  display: inline-block;
  line-height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
}
.r-c-f-c-f-a:hover {
  text-decoration: none;
  color: #ffffff;
}
.r-c-f-con-f-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1rem;
  color: #a1a1a1;
  font-size: 0.875rem;
}
.r-c-f-con-f-item > img {
  height: 1.4rem;
  margin: 0 10px;
}
.r-c-f-con-f-item > div > p:nth-of-type(1) {
  color: #606060;
  font-size: 1rem;
}
.r-c-f-con2 {
  flex-direction: column;
  justify-content: center;
}
.r-c-f-con2 > input {
  width: 28%;
  margin: 10px 0;
}
.r-c-f-c2-next {
  height: 34px;
  line-height: 34px;
  width: 28%;
  background: #4f46f7;
  color: #ffffff;
  font-size: 0.9375rem;
  border: none;
  outline: none;
  border-radius: 4px;
  margin: 12px 0;
}
.r-c-f-c2-next:hover {
  color: #ffffff;
}
.r-c-f-c2-back {
  color: rgb(155, 155, 155);
  font-size: 0.875rem;
  margin-top: 12px;
}
.r-c-f-c2-back:hover {
  color: #49a8f5;
}
.r-c-f-con3 {
  flex-direction: column;
  justify-content: space-evenly;
}
.r-c-f-con3 > div > p {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.r-c-f-con3 > a {
  color: #919191;
  font-size: 0.9375rem;
}

.spinner-border {
  display: block;
  width: 2rem;
  height: 2rem;
  /* vertical-align: text-bottom; */
  border: 0.25em solid #008eef;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left: 18px;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
