.auth-wrapper{display:flex;min-height:100vh}.auth-wrapper .left-section{width:50%;position:fixed!important;top:0;left:0;height:100vh;display:flex;flex-direction:column;justify-content:space-between;background:var(--primary)}.auth-wrapper .right-section{width:50%;margin-left:50%;min-height:100vh;height:auto;flex:1}.auth-wrapper .left-section img{height:100vh;width:100%;-o-object-fit:cover;object-fit:cover}.upload-preview{width:80px;height:80px;border-radius:50%;padding:2px;border:3px solid var(--primary);position:relative;cursor:pointer;margin-bottom:0;background:#fff}.upload-image-error{border-color:#f44336}.upload-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:50%}.upload-preview .edit-btn{position:absolute;top:-2px;right:0;width:25px;height:25px;line-height:25px;background:var(--white);border:2px solid #2980d7;border-radius:25px;background:#fff}.upload-preview .edit-btn .bi{font-size:12px;position:relative;top:-3px;left:0}.image-uploader{display:none}.captcha-error{font-size:.75rem;color:#d32f2f;padding-left:12px}.p-l-loign{padding-left:8px}.a-class{text-decoration:underline;color:var(--primary);cursor:pointer}.eve-logo{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important}@media only screen and (max-width:768px){.auth-wrapper{flex-direction:column}.auth-wrapper .left-section{position:relative!important;width:100%;height:40vh;order:2}.auth-wrapper .left-section img{height:100vh}.auth-wrapper .right-section{width:100%;margin-left:0;order:1;min-height:auto}}