body {
    background-color: #f8f9fa;
}
.login-form {
    width: 360px;
    margin: 200px auto;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}
.login-form h2 {
    margin-bottom: 30px;
    color: #333;
}
.form-control {
    height: 50px;
    font-size: 16px;
}
.btn-dark {
    width: 100%;
    height: 50px;
    font-size: 18px;
}
.login_bottom_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}
.login_bottom_row span {
    font-family: Pretendard;
    line-height: 24px;
    font-size: 14px;
    color: rgb(94, 94, 94);
    font-weight: 400;
}
.login_bottom_row div {
    width: 1px;
    height: 10px;
    background: rgb(221, 221, 221);
}