*,:after,:before{box-sizing:border-box}body{margin:0;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.container{min-height:90vh;padding:.5rem;display:flex;flex-direction:column;justify-content:top;align-items:left;height:90vh}h1{text-align:center}.form-container{max-width:21rem;margin:0 auto;padding:1rem;border:1px solid #ccc;border-radius:4px}form,label{display:flex;flex-flow:column}label>span{font-weight:600}input{padding:8px;margin:.3rem 0 1rem;border:1px solid #ccc;border-radius:4px}.submit{display:flex;justify-content:flex-end;align-items:center;justify-content:space-between}.submit>button{padding:.5rem 1rem;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px}.submit>button:hover{border-color:#888}.submit>a{text-decoration:none}.error{color:brown;margin:0;text-align:left}.panel{margin:0;padding:1rem;border:1px solid #304383;border-radius:4px}.vertical_space{height:2ch}.vertical_space_mini{height:1.5mm}.msg_panel{height:4rem;margin:0;padding:.5rem;border:1px solid #304383;border-radius:4px}.guide_space{height:6ch}.container_panel{display:flex;flex-direction:column;height:100vh;width:100%}.content_panel{flex:1 1;overflow-y:scroll}.footer_panel{height:5rem;margin:0;padding:1rem}.footer_panel,.label_field_panel{border:1px solid #304383;border-radius:4px}.label_field_panel{display:inline-block;margin-top:-8px;padding:0}.guide_space{margin-left:1mm}.sign_up_mark{display:inline-block;vertical-align:top;margin-left:8px;margin-right:8px;padding:8px;border:1px solid #304383;border-radius:4px;background:violet}.blink{animation:blink 1s ease-in-out infinite alternate}@keyframes blink{0%{opacity:0}to{opacity:1}}