@charset 'utf-8';

.post-password-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
}

.post-password-from-wrap {
    width: 100%;
    max-width: 400px;
}


.post-password-form-label {
    font-weight: 700;
}

.post-password-form input[type="password"] {
    height: 48px;
    width: 100%;
    margin-top: 4px;
    padding: 4px 12px;
    border: 1px solid #999;
    border-radius: 4px;
}


.post-password-from-submit {
    width: 100%;
    max-width: 240px;
    margin-top: 24px;
}

.post-password-form input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    background-color: #00B2AB;
    border: 0;
    border-radius: 4px;
    color: #fff;
}