.loginPage{flex-direction:column;gap:1rem}.loginBackgroundImgDiv{flex-direction:column;height:17.625rem;background-image:url(/assets/loginBackgroundImage.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.loginBackgroundDiv{height:inherit;background:rgba(0,111,95,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(.1rem);color:var(--Backgrounds-Primary,#fff);font-size:1rem;font-weight:500;text-align:center;justify-content:center;padding:0 2rem}.formDiv,.loginBackgroundDiv{flex-direction:column;align-items:center;gap:1rem}.formDiv{padding:1rem.7rem}.form{gap:1rem;flex-direction:column}.login-pgh{font-size:1.25rem;font-weight:600;color:#006f5f}input{width:21.875rem;height:3.5rem;border-radius:.75rem;border:.5px solid rgba(0,0,0,.75);background:var(--Backgrounds-Primary,#fff)}input::placeholder{color:rgba(0,0,0,.75);font-size:.875rem;font-weight:500;padding-left:1rem}.inputDivs{flex-direction:column;gap:.4rem}.forgotPassword{color:#512a2a;align-self:flex-end;font-size:.75rem;font-weight:500}.subBtn{width:21.875rem;height:2.8125rem;border-radius:.75rem;background:#006f5f;color:var(--Pure-White,#fff);text-align:center;font-size:.9375rem;font-weight:400}.otherFormDIv{padding:1.5rem 0;gap:1.5rem;flex-direction:column;align-items:center;justify-content:center}.otherSignUpDiv{margin-top:2rem;font-size:.875rem;flex-direction:column;gap:1rem}.separatorDiv{width:100%;align-items:center;justify-content:space-between}.separator{width:40%;border:.06rem solid rgba(0,0,0,.3)}.separatorPgh{font-size:.725rem;font-weight:400}.otherSignUpBtn{align-items:center;justify-content:center;gap:1rem;width:21.875rem;height:3.5rem;border-radius:.75rem;border:.5px solid #000;background:var(--Backgrounds-Primary,#fff)}.signupPgh{color:#006f5f}.signupPgh:hover{color:#079988;text-decoration:underline}