#user_password_container {
    display: flex;
}
#user_password_container > * {
    align-self: center;
}
#toggle_show_password_button {
    border: 1px solid #cccccc;
    border-left: none;
}
#authorize button[name="submit_modal_authorize"] {
    width: 100%;
}
