.register-info-prompt {
    display: none;
}

#double_input {
    display: flex;
    flex-wrap: wrap;


}

#double_input div {
    flex: 50%;
    height: 30px;

}

#double_input div span {
    text-align: left;
    line-height: 30px;
    color: #1D66C7;
    padding: 0;
    font-size: 12px;
}

.s_firstname,
.s_lastname {
    display: none;
    color: #E02020 !important;
}
.register-info-prompt{
    color: #E02020;
}
.register-agree a{
    color: #1D66C7 ;
    margin-left: 3px;
}
.register-agree a:hover{
    cursor: pointer;
    text-decoration: underline;
    color: #1D66C7 ;
}
body .layui-layer-dialog .layui-layer-content {
   text-align: center;
   padding: 20px 60px 10px;
   font-size: 16px;
}
/* .layui-layer-dialog{
   border-radius: 10px !important;
} */
.register-sign a{
    color: #1D66C7 ;
}
.register-sign a:hover{
    cursor: pointer;
    text-decoration: underline;
    color: #1D66C7 ;
}
input{
    padding: 0px 10px !important;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.click-eye2 {
    top: 200px !important;
    left: 445px !important;
}

