.login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: black;
    margin-top: 20px;
}

.login-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    font-size: 16px;
}

.login-failed {
    font-weight: bold;
    color: red;
}

.login-id {
    width: 450px;
    height: 70px;
    padding: 10px;
    margin-bottom: 15px;
}

.login-password {
    width: 450px;
    height: 70px;
    padding: 10px;
    margin-bottom: 30px;
}

.login-container {
    margin-top: 20px;
    margin-left: 30%;
    margin-right: 30%;
}

.permission-description {
    font-size: 24px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}