.register-layout-container{margin:-350px auto 50px;width:90%;border-radius:20px;background-color:#fff;padding:44px 55px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.register-layout-content{display:flex;flex-direction:column;gap:25px;width:100%}.register-layout-title{font-size:24px;font-weight:700;color:#3c4852;white-space:nowrap;display:flex}.highlighted-text{color:#8b75f3;margin-left:10px;margin-right:10px}.button-group-layout{display:flex;gap:16px}.register-button{height:53px;width:100%;max-width:186px;font-weight:400;color:#778590;border:1px solid #778590;border-radius:1rem;background:transparent;cursor:pointer}.register-button:hover{background-color:#f5f5f5}.button-content{display:flex;justify-content:center;gap:16px;align-items:center}.image-inverted{filter:brightness(0) invert(1)}.active-class{background-color:#3c4852;color:#fff}@media screen and (max-width:600px){.layout-main-container{width:100%;overflow-x:hidden}.header{visibility:hidden}.register-layout-container{padding:0;width:100%;margin-top:-400px}.register-layout-title{font-size:20px;white-space:break-spaces;flex-wrap:wrap;display:ruby}.register-layout-content{width:90%;margin:0 auto}.highlighted-text{white-space:nowrap}}