.MainContentArea{display:flex;flex-direction:row;width:100%;height:100vh;background:#fff}.MainContentArea .leftSide{width:50%;background:#116aef;position:relative}.MainContentArea .leftSide>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.MainContentArea .leftSide:before{content:"";background:#0050D5;opacity:.6;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.MainContentArea .leftSide .overlay{position:absolute;width:100%;height:100%;z-index:2;display:flex;justify-content:space-between;flex-direction:column;padding:50px}.MainContentArea .leftSide .overlay .logo{-webkit-backdrop-filter:blur(8px);background:#ffffff2b;border:1px solid #ffffff36;border-radius:6px;width:-moz-fit-content;width:fit-content;padding:12px 16px;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);transition:background .3s}.MainContentArea .leftSide .overlay .logo:hover{background:rgba(255,255,255,.12)}.MainContentArea .leftSide .overlay .logo svg{width:100%;height:auto}.MainContentArea .leftSide h1{z-index:2;font-size:30px;line-height:30px;font-weight:400;font-family:var(--font-family);color:#fff}.MainContentArea .leftSide h1 span{font-size:60px;line-height:60px;font-weight:700;display:block}.MainContentArea .rightSide{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;padding:100px;position:relative}.MainContentArea .rightSide.signupRightSide{padding:80px}.MainContentArea .rightSide .formArea{width:100%}.MainContentArea .rightSide .formArea .text-input-group{margin-bottom:15px}.MainContentArea .rightSide.signupRightSide .formArea .text-input-group{margin-bottom:0}.MainContentArea .rightSide .checkbox-layout-container{display:flex;flex-direction:column;gap:10px}.step-info-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-family:var(--font-family);color:#64748b;width:100%;font-size:16px;line-height:24px;font-weight:400;margin-bottom:15px}.step-progress-bar{display:flex;gap:10px}.step-progress-bar .step-progress-step{width:33.33%;height:10px;background:#F2F3F9;border-radius:5px}.step-progress-bar .step-progress-step.completed{background:#116aef}.MainContentArea .rightSide .formArea .text-input-group.withIcon{position:relative}.MainContentArea .rightSide .formArea .text-input-group.withIcon .text-input-field{padding-left:50px}.MainContentArea .rightSide .formArea .checkbox-layout-label{font-family:var(--font-family);font-size:12px;font-weight:400;color:#444749}.MainContentArea .rightSide .formArea .text-input-group.withIcon .text-input-icon-wrapper{position:absolute;top:37px;left:15px;width:24px;height:24px;z-index:2}.MainContentArea .rightSide .formArea .text-input-group.withIcon .text-input-icon-wrapper svg{fill:#625D8E}.MainContentArea .rightSide h2{font-size:30px;line-height:30px;font-weight:700;color:#000;font-family:var(--font-family);text-align:left;width:100%;margin:0 0 10px}.MainContentArea .rightSide p{line-height:20px;text-align:left;margin:0 0 20px}.MainContentArea .rightSide .alertBlock{position:absolute;top:20px;right:20px}.MainContentArea .rightSide .btn-flex{display:flex;gap:20px;margin:0 0 20px;justify-content:center;width:100%}.MainContentArea .rightSide .btn-flex .btn-link{width:50%;padding:14px 20px;background:#f4f5fb;color:#64748b;text-decoration:none;border-radius:5px;font-size:14px;line-height:14px;font-family:var(--font-family);text-align:center;border:1px solid #dfe1ec;font-weight:700}.MainContentArea .rightSide .btn-flex .btn-link.active{background:#116aef;border-color:#116aef;color:#fff}.MainContentArea .rightSide p{font-family:var(--font-family);font-size:16px;font-weight:400;color:#64748B;width:100%}.MainContentArea .rightSide p a{color:#116aef;font-weight:700}.MainContentArea .forgotPasswordWrapper{text-align:right;margin-bottom:15px}.MainContentArea .forgotPasswordWrapper a{font-family:var(--font-family);font-size:14px;font-weight:700;color:#116aef;text-decoration:none}.MainContentArea .rightSide.signupRightSide{justify-content:space-between}.MainContentArea .rightSide .bottomPart,.MainContentArea .rightSide .topPart{width:100%;text-align:left}.MainContentArea .btnBlue{background:linear-gradient(135deg,#0050d5 35%,#7b9cff);background-color:rgba(0,0,0,0);color:#FFF!important}.MainContentArea .btnBlack{background:linear-gradient(135deg,#0f172a 35%,#9ba6c0);background-color:rgba(0,0,0,0);color:#FFF!important}@media (max-width:1024px){.MainContentArea{flex-direction:column;height:auto}.MainContentArea .leftSide{width:100%}.MainContentArea .leftSide>img{position:relative!important}.MainContentArea .leftSide .overlay{top:0;left:0}.MainContentArea .rightSide,.MainContentArea .rightSide.signupRightSide{width:100%;padding:40px}.MainContentArea .rightSide .topPart{margin-bottom:40px}}@media (max-width:767px){.MainContentArea .leftSide .overlay{padding:20px}.MainContentArea .leftSide .overlay .logo{padding:10px 14px;margin:0}.MainContentArea .leftSide .overlay .logo a{gap:10px!important}.MainContentArea .leftSide .overlay .logo img,.MuiBox-root.mui-yg5ffh{width:40px!important;height:40px!important}.MainContentArea .leftSide .overlay .logo .MuiTypography-root:first-of-type{font-size:20px!important}.MainContentArea .leftSide .overlay .logo .MuiTypography-root:last-of-type{font-size:7px!important;letter-spacing:.12em!important}.MainContentArea .leftSide h1{font-size:20px;line-height:20px}.MainContentArea .leftSide h1 span{font-size:40px;line-height:40px}.MainContentArea .rightSide,.MainContentArea .rightSide.signupRightSide{padding:20px}.MainContentArea .rightSide h2{font-size:20px;line-height:20px}.MainContentArea .rightSide p,.step-info-wrapper{font-size:14px;line-height:14px}.MainContentArea .rightSide .formArea .text-input-group.withIcon .text-input-icon-wrapper{width:20px;height:20px;top:29px;left:15px}.MainContentArea .rightSide .formArea .text-input-group.withIcon .text-input-icon-wrapper svg{width:100%;height:100%}}