@import url("/admin/static/index.css"); form#change-password { width: 100%; display: flex; flex-direction: column; align-items: start; } form div { width: 20rem; } form button { margin-top: 1rem; } label { width: 100%; margin: 1rem 0 .5rem 0; display: block; color: #10101080; } input { width: 100%; margin: .5rem 0; padding: .3rem .5rem; display: block; border-radius: 4px; border: 1px solid #808080; font-size: inherit; font-family: inherit; color: inherit; } #error { background: #ffa9b8; border: 1px solid #dc5959; padding: 1em; border-radius: 4px; } .mfa-device { padding: .75em; background: #f8f8f8f8; border: 1px solid #808080; border-radius: .5em; margin-bottom: .5em; display: flex; justify-content: space-between; } .mfa-device div { display: flex; flex-direction: column; justify-content: center; } .mfa-device p { margin: 0; } .mfa-device .mfa-device-name { font-weight: bold; }