@media (max-width: 575px) {
    .layui-form input {
        font-size: 8px !important;
    }
    .operate-container a {
        font-size: 8px !important;
    }
}

.container {
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    min-height: 800px !important;
}
.register-box {
    position: relative;
}
.register-dl {
    width: 100%;
}
.register-box h2 {
    position: absolute;
    width: 50%;
    top: 5%;
    right: 0;
    text-align: center;
    font-weight: bold;
}
.layui-form {
    position: absolute;
    width: 40%;
    height: 70%;
    right: 0;
    bottom: 10%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.layui-form-item {
    height: 20% !important;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #dddddd !important;
}

.form-label {
    color: #666666;
    width: 30%;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layui-input {
    width: 70% !important;
    height: 100% !important;
    border: 0 !important;
    font-size: 18px !important;
}
.submit-container {
    height: 50px; !important;
}
.layui-btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.operate-container {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.operate-container a {
    font-size: 16px;
}

.layui-form-item {
    position: relative;
}
#captcha {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.send-sms {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-color: #23d2d8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 11pt;
    font-family: 'Microsoft YaHei', sans-serif;
    cursor: pointer;
    border-radius: 5%;
}
.send-sms:hover {
    background-color: #0d7275;
}
