.p_39_s357{ .vendor_forgot_password { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: repeat; background-size: contain; } .forgot a { font-size: 14px; font-weight: 500; color: #00000080; line-height: 30px; } .mainHeading { font-size: 40px; line-height: 50px; color: var(--headingColor1); font-family: var(--hFont); } .formHeading { font-size: 30px; line-height: 40px; font-weight: 700; color: var(--headingColor2); font-family: var(--hFont); letter-spacing: 2px; } .formLogin, .formSign { font-size: 16px; line-height: 26px; margin-bottom: 20px; } .formLogin a, .formSign a { color: #619bff; } .formLogin a:hover { text-decoration: underline; } .formOuter { border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px 0px #f9d9e5; background-color: var(--themeBg2); } .formSec { padding: 10px 30px 30px 30px; border: 10px solid; border-image-slice: 1; border-width: 5px; border-image-source: linear-gradient( to left, var(--themeColor1), var(--btnColor) ); border-left: 0; border-right: 0; border-bottom: 0; } .inputMainSec { margin-bottom: 10px; } .formInput { font-size: 14px; font-weight: 500; color: #00000080; line-height: 30px; } .formInput span { color: red; } .formIconInput input { width: -webkit-fill-available; outline: none; border: none; background-color: transparent; padding: 10px; } .btnContainer { text-align: center; margin-top: 20px; } .btn, .sendBtn { margin-top: 10px; width: 200px; border-radius: 30px; padding: 15px; 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); } .iconSec { width: 20px; height: 20px; position: absolute; right: 10px; top: 40px; cursor: pointer; } .iconSec i { font-size: 15px; } .strongpass ul { list-style-type: none; } .strongpass { /* width: 90%; max-width: 350px; */ /* margin: 0 auto; */ overflow: hidden; } .strongpass ul li { width: calc(50% - 10px); float: left; margin: 5px; text-align: left; font-size: 12px; color: #000000; color: red; } .error { font-size: 12px; color: red; } /* .login { display: none; } */ .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; } .msgBox { text-align: center; font-size: 14px; line-height: 24px; } .otpSent { text-align: center; font-size: 14px; line-height: 24px; margin-bottom: 10px; } .resendOTP { font-size: 14px; line-height: 24px; } .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; } .strongpass li{ color: red !important; } }.p_39_s357{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }