.secret-login {
    max-width: 500px;
    padding: 30px 70px;
}
.pw-text {
    display: flex;
    place-items: center;
}
#secret_password {
    margin-bottom: 0;
}
.div-pw {
    padding: 20px 0;
}
#js-secret-cancel,
#js-secret-confirm {
    border: 1px solid black;
    padding: 0 20px;
    color: black;
}
#js-secret-confirm {
    margin-left: 20px;
}