.custom-container{background-color:#fff;display:grid;grid-template-columns:repeat(2,1fr);height:100vh;width:100vw}.custom-container .brand{height:100%;background-color:var(--brand-color);display:grid;place-content:center;position:relative}.custom-container .brand .welcome{display:flex;flex-direction:column;align-items:center;position:relative;z-index:999}.custom-container .brand .welcome #logo{width:200px;height:72px;margin-bottom:5rem}.custom-container .brand .welcome p{font-size:32px;font-family:Montserrat;color:#fff;margin:.5rem 2rem;font-weight:200}.custom-container .brand #bg{position:absolute;height:100%;width:100%;background-repeat:no-repeat;background-size:cover}.custom-container .form-cnt{display:flex;flex-direction:column;justify-content:center;padding:6%;background-color:#fff}.custom-container .logo{width:200px;height:72px}.custom-container .btnDisable{background-color:#ddd;color:#858585}.custom-container .form-cnt-div{padding:3rem}.custom-container input{font-size:16px;border-radius:10px}.custom-container input:focus{outline:1px solid #3b82f6}.custom-container button{border-radius:10px;border-width:0;font-size:16px;background-color:#0d69d5;font-weight:700}.custom-container .forget-pass{color:#0d6ad5}.custom-container *{font-family:Poppins,sans-serif!important}.custom-container .auth{overflow-y:scroll}.custom-container form{max-width:36rem}.custom-container .hideError{visibility:hidden}.custom-container .error{position:absolute}.custom-container .loginImg{width:100%;height:100%}.custom-container .tagline{font-size:16px;font-weight:600}.custom-container .poweredBy{font-size:12px}.custom-container .poweredBy_logo{max-height:28px;min-height:20px;margin-left:10px}.custom-container .powered_by_cnt{margin-top:15px}.custom-container .tagline_cnt{margin-top:19px}.custom-container .custom_logo{max-height:130px;min-height:72px}.custom-container .passField{border:1px solid red!important}