.p_35_s231{ .formInput { font-size: 14px; font-weight: 500; color: #00000080; line-height: 30px; text-align: left; display: block; } .forgotForminput { max-width: 350px; width: 90%; margin: 0 auto; } .formIconInput { display: grid; grid-template-columns: 40px 1fr; background-color: var(--themeBg2); border: 1px solid #dbdbdb; border-radius: 5px; align-items: center; } .formIconBox { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-right: 1px solid #dbdbdb; } .inputField { width: -webkit-fill-available; outline: none; border: none; background-color: transparent; padding: 10px; margin-left: 1px; } .checkBox { display: flex; align-items: center; margin-top: 10px; font-size: 14px; line-height: 24px; gap: 10px; } .checkboxIcon svg { vertical-align: middle; width: 18px; height: 18px; cursor: pointer; } .error, .errMsg { text-align: center; font-size: 12px; color: red; } .errMsg { text-align: left; } .msgBox { text-align: center; font-size: 14px; line-height: 24px; } .btnContainer { margin-top: 20px; text-align: center; } .btn, .sendBtn { margin-top: 10px; width: 150px; border-radius: 30px; padding: 10px; background-color: var(--btnColor); color: var(--btnTextColor); border: none; transition: 0.3s; cursor: pointer; } .btn:hover, .sendBtn:hover { background-color: var(--btnHoverColor); color: var(--btnHoverTextColor); } .terms .formInput { display: flex; align-items: center; gap: 10px; margin-top: 10px; } .terms label { font-size: 14px; line-height: 24px; color: #000; font-weight: 400; } .terms svg { vertical-align: middle; width: 18px; height: 18px; cursor: pointer; } .otpSent { text-align: center; font-size: 14px; line-height: 24px; margin-bottom: 10px; } .resendOTP { font-size: 14px; line-height: 24px; } .showPassowrd { width: 90%; max-width: 350px; margin: 0 auto; } .backBtn { position: absolute; top: 20px; left: 20px; padding: 8px 20px; background-color: var(--btnColor); color: var(--btnTextColor); border-radius: 30px; border: none; cursor: pointer; font-size: 14px; font-weight: 500; transition: 0.3s; } .backBtn:hover { background-color: var(--btnHoverColor); color: var(--btnHoverTextColor); } .copyrights{ display:none; } .formIconInput{ background-color: transparent; } }.p_35_s231{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }