.flexBox{align-items:center}.flexBox,.loginWrapper{display:flex;justify-content:center}.loginWrapper{width:500px;height:650px;border-radius:33px;border:1px solid #c1c1c1;box-shadow:0 0 10px 0 rgba(0,0,0,.25)}h2{font-size:35px;font-weight:700;margin-bottom:30px;margin-top:30px}.link{color:#049dbf;border-bottom:1px solid #049dbf;margin-left:5px}.link,.noLink{display:flex;justify-content:center}.noLink{text-align:center;color:#000;text-decoration:none;cursor:pointer;margin-top:30px}.textInput:last-child{margin-bottom:10px}@media only screen and (max-width:600px){.loginWrapper{width:90%}input{width:250px}h2{font-size:30px}h3{font-size:20px}}.signupWrapper{width:80%;border-radius:33px;border:1px solid #c1c1c1;box-shadow:0 0 10px 0 rgba(0,0,0,.25);display:flex;justify-content:center;padding:20px 0}.grid{display:grid;grid-template-columns:2fr 2fr;grid-gap:20px}.profilePicture{width:150px;height:150px;border-radius:13px;display:block;margin-left:auto;margin-right:auto;object-fit:cover}.date{width:350px;height:60px;flex-shrink:0;border-radius:13px;border:1px solid #7b7979;background:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);font-size:large;padding-left:10px}.error-message{color:red;font-size:12px;margin-top:5px;text-align:center}select{width:360px;height:60px;padding:10px;font-size:16px;border:1px solid #7b7979;border-radius:13px;background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}option:checked{background-color:#e0e0e0}@media only screen and (max-width:1000px){.signupWrapper{width:90%}.grid{grid-template-columns:1fr}.profilePicture{width:100px;height:100px}input{width:250px}h2{font-size:30px}h3{font-size:20px}}@media only screen and (max-width:600px){.date{width:250px}select{width:260px}}.buttonCenter{text-align:center;margin-top:30px}.simp-btn{background-color:#049dbf;cursor:pointer;padding:15px 20px;border-radius:38px;color:#fff;min-width:240px;border:none;font-size:25px;margin-bottom:20px}.label{font-size:25px;font-weight:600;margin-top:30px;align-items:center}.textInput{width:350px;height:60px;flex-shrink:0;border-radius:13px;border:1px solid #7b7979;background:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);font-size:large;padding-left:10px;outline:none}.fileInput{text-align:center}.file-input-container{position:relative;overflow:hidden;margin-top:10px;width:100%;height:1000px}.file-input-container h3{text-align:center}.file-input{position:absolute;height:200px;width:100%;opacity:0;top:25%;left:0;cursor:pointer;z-index:3}.file-name{margin-top:5px;color:#333;display:block;margin-left:auto;margin-right:auto}.fileFlexBox{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}@media only screen and (max-width:600px){.loginWrapper{width:90%}.textInput{width:250px}h2{font-size:30px}h3{font-size:20px}}