:root{--white:#fff;--off-white:#f1f5f8;--light-grey:#dae1e7;--dark-grey:#2c2c2c;--primary:#2779bd;--green:#059669}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}body{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--off-white)}.logo{max-width:10rem;opacity:.9}.alert,.logo{margin-bottom:2rem}.alert{padding:.5rem;border-radius:.25rem;background:var(--green)}.alert p{color:var(--white);opacity:.9;margin:0}form{background:var(--white);padding:.5rem;border-radius:.25rem;border:1px solid var(--light-grey)}p{font-size:1rem;color:var(--dark-grey)}.input-wrapper,p{margin-bottom:.5rem}.input-wrapper{border-radius:.125rem;border:1px solid var(--light-grey);position:relative;display:flex;flex-direction:row;align-items:stretch}.input-wrapper label{display:block;width:6rem;font-size:.875rem;opacity:.8;padding:.5rem;border-right:1px solid var(--light-grey)}.input-wrapper input{display:block;flex:2;border:none;font-size:.875rem;padding:0 .5rem}.input-wrapper input:focus{outline:0}input[type=submit]{display:block;width:100%;padding:.5rem;border:none;background:var(--primary);border-radius:.25rem;cursor:pointer;font-size:.75rem;color:var(--white)}input[type=submit]:focus{outline:0}.checkbox-wrapper{margin-bottom:.5rem;display:flex;align-items:center;justify-content:flex-start}.checkbox-wrapper label{font-size:.875rem}.checkbox-wrapper input{margin-right:.25rem}