
.mip-reg-logo{
    margin-bottom: 40px;
}
.mp-reg-logo{
    margin-bottom: 15px;
}
.flex{
    display: flex;
}
.FlexMiddle{
    align-items: center;
}
.shuru{
    background: #F8F8F9;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DDDDDD;
    gap: 10px;
    padding: 0 10px;
}
img{
    max-width: 100%;
}
.shuru input{
    border: none;
    background-color:transparent;
}
.shuru img{
    height: 100%;
}
.che1 label{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-left: 15px;
    margin-bottom: 0;
}
.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee; /* 默认背景色 */
  border-radius: 4px;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #0068B7; /* 选中后的背景色 */
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.form-group{
    margin-bottom: 0;
}
.btn-lg{
    margin-top: 35px;
    background: #000000;
    border-radius: 24px 24px 24px 24px !important;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.register{
    width: 100%;
    background: #F8F8F9;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #DDDDDD;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.register a{
    font-weight: 400;
    font-size: 12px;
    color: #111111;
}
.register a span{
    color: #0068B7;
}
.form-group p{
    margin-bottom: 10px;
    margin-top: 20px;
}
.grey{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}
.footer p{
    margin: 0;
}
.footer{
    margin-top: 30px;
    font-weight: 400;
    font-size: 12px;
    gap: 30px;
    justify-content: center;
}
.footer div{
    color: #0068B7;
}
.nav>li{
    position: static !important;
}