.form-container{display:flex;flex-direction:column;flex-wrap:nowrap;padding:2rem;align-content:center;background-color:#fff;border-radius:1rem;color:#000;width:400px;margin-bottom:1.7rem}.login-title{padding-bottom:2rem;color:#000;letter-spacing:-1px;font-family:Segoe UI,sans-serif;font-weight:400;font-size:1.7rem}.form-error{border-radius:2px;border:1px solid rgba(255,27,27,.7)}.form-error,.form-valid{font-size:1rem;font-family:Open Sans,sans-serif;width:15rem;margin:1rem 1rem .5rem;padding:.5rem 0 .5rem .5rem;box-shadow:0 2px 5px 0 #c3c3c3;display:block;box-sizing:border-box}.form-valid{border-radius:2px;border:1px solid hsla(0,0%,63%,.7)}.error{width:60%;align-self:center;color:red;margin-bottom:.5rem;word-wrap:normal}.form-button{display:flex;align-items:center;justify-content:center;background-color:#ff4f94;margin:1rem}.form-button,.form-button-google{align-self:center;border-radius:2px;height:3rem;width:15rem;color:#fff}.form-button-google{background-color:#3429ff;margin:1.5rem}.form-button-apple{align-self:center;border-radius:2px;height:3rem;width:15rem;color:#fff;background-color:#000}.form-button-apple:focus,.form-button-google:focus,.form-button:focus{outline-offset:.2rem}