.registerForm {
    border-radius: 0.5em;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
    margin-bottom: 3rem;
    width: fit-content;
    padding: 3em;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
    font-family: 'Noto Sans KR', sans-serif;
}

.registerDiv {
    margin-left: auto;
    margin-right: auto;
}

.register, .register:hover {
    width: auto;
    margin-top: 2em;
    color: rgba(0, 0, 0, 0.75);
    background-color: #FFF;
    border-color: rgba(0, 0, 0, 0.10);
    transition: 0.25s;
    z-index: 0;
}

.register:hover {
    transform: scale(1.10);
    border-color: #FFF;
    color: #175FB8;
    filter: drop-shadow(0px 0px 2px #6599D7);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.register:active, .register:focus {
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #175FB8;
}

.registerLink {
    margin-top: 1em;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none;
    color: rgba(23, 95, 184, 1);
}

.registerLink:hover {
    text-decoration: none;
}

label {
    width: 7em !important;
    font-size: 0.9em !important;
    font-weight: normal !important;
}
.registerDiv > p {
    margin-bottom: 1em;
}

ul {
    line-height: 160% !important;
    margin-top: 1em !important;
    margin-bottom: 2em !important;
    list-style: square !important;
    margin-left: 2em !important;
}

li {
    font-size: 0.9em !important;
    font-weight: normal !important;
}

span {
    margin-left: 1em !important;
    font-size: 0.9em !important;
    font-weight: normal !important;
}

input {
    width:auto;
    border: 1px solid rgba(0, 0, 0, 0.10);
    outline: none;
    margin-left: 1em;
    transition: 0.25s;
}

input:focus {
    background-color: rgba(119, 119, 119, 0.10);
}

.copyright > p {
    color: black;
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
    user-select: none;
}