.loginFormSection{min-height:100vh;display:flex;justify-content:center;align-items:center;background:rgb(107 99 255);width:100%}.loginCardContainer{width:360;max-width:95vw;padding:32px;background:#fff;border-radius:12;box-shadow:0 4px 24px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center}.companyName{font-weight:700;font-size:30;padding-bottom:15;color:rgb(107 99 255)}.infoHeader{font-weight:600;font-size:22;margin-bottom:10;color:#00112c;text-align:center}.subInfo{color:#6b7a90;font-size:14;margin-bottom:28;text-align:center}.loginButton{border-radius:6;font-weight:600;margin-top:8}.errorText{color:#e74c3c;font-size:12;margin-top:2}.fieldLabel{font-weight:500;color:#00112c}