.register-page{display:flex;justify-content:center;align-items:center}.register-page .register-card{border-radius:20px;padding:8px;width:350px}.register-page .register-card .register-card-content{display:flex;flex-direction:column}.register-page .register-card .register-card-content .password-input,.register-page .register-card .register-card-content .user-name-input{margin:10px 0;width:100%}.register-page .register-card .register-card-content .password-input .MuiOutlinedInput-root,.register-page .register-card .register-card-content .user-name-input .MuiOutlinedInput-root{border-radius:20px}.register-page .register-card .register-card-content .password-input .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.register-page .register-card .register-card-content .user-name-input .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-width:2px}.register-page .register-card .register-card-content .password-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.register-page .register-card .register-card-content .user-name-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#1966d2}.register-page .register-card .register-card-content .password-input .MuiFormHelperText-root,.register-page .register-card .register-card-content .user-name-input .MuiFormHelperText-root{white-space:pre-wrap}.register-page .register-card .register-card-actions{display:flex;justify-content:center;padding:0 16px 16px}.register-page .register-card .register-card-actions .register-button{background-color:#1966d2;padding:8px 16px;color:#fff;border-radius:20px}.register-page .register-card .register-card-actions .register-button:disabled{opacity:.5}