#register-form {
    display: none;
}

.register-form {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 12px;
}

.form-input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.warning-text {
    font-size: 12px;
    color: red;
    margin-top: -10px;
    margin-bottom: 14px;
    padding-left: 4px;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    background-color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    letter-spacing: -0.4px;
}

.agreement-wrap {
    padding-top: 16px;
}

.get-site-checkbox {
    margin-top: 19px;
}

.get-site-title {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1px;
}