.loginForm{width:95%;height:100%;display:flex;gap:1.5rem;flex-direction:column;justify-content:space-between}.loginForm__title{font-size:1.5rem;font-weight:600}.loginForm__inputTitle{font-size:.875rem;font-weight:600;color:#141414}.loginForm__content{margin:2.75rem 0}.loginForm__otpTitle{font-size:1rem;font-weight:400}.loginForm__otpTitle__bold{font-weight:600}.loginForm__otpError{font-size:.75rem;font-weight:600;color:#e53261;margin-top:.75rem}.loginForm__otpResentCode{font-size:.875rem;font-weight:600;color:#141414;margin-top:2.25rem;cursor:pointer}.loginForm .otpInputContainer{display:flex;width:100%;margin-top:2.5rem}.loginForm .inputPassword{background-color:#f7f7f7;border-radius:0;padding:.7rem;border-radius:.25rem;font-size:1rem;font-weight:300;max-height:3rem}.loginForm .inputPassword .ant-input::-moz-placeholder{color:#ddd!important}.loginForm .inputPassword .ant-input::placeholder{color:#ddd!important}.loginForm .inputPassword::-moz-placeholder{color:#ddd!important}.loginForm .inputPassword::placeholder{color:#ddd!important}.loginForm .inputPassword:disabled{color:#ddd!important}.loginForm .inputPassword.-readOnly{background-color:#ddd;color:#787878}.loginForm .forgotPassword{font-size:.95rem;color:#141414;text-decoration:underline;align-self:flex-end;cursor:pointer;transition:all .1s ease-in-out;margin-top:-1rem}.loginForm .forgotPassword:hover{color:#787878}.loginForm .buttonContainer{height:50%;width:95%;margin-top:5rem;display:flex;justify-content:space-between;align-items:center;padding-right:1rem}@media(max-height:720px){.loginForm__content{margin:0}}