@import "media.less"; html{ display: block; scroll-behavior: smooth; font-family: 'Inter'; height: 100%; width: 100%; } *, *::before, *::after { box-sizing: border-box; } body{ -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ &::-webkit-scrollbar { display: none; } &.noscroll{ height: 100%; overflow: hidden; } overflow-x: hidden; height: 100%; } .parent{ height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; // background-image: url("../img/login-wallpaper.jpg"); // background-color: azure; background-size: cover; background-repeat: no-repeat; background-position: center; .box{ width: 75%; min-width: 270px; max-width: 380px; background-color: white; } } .none{ display:none; } #welcome-message{ text-align: center; .manageguest-title{ /* INVITAMU */ color: #000; font-family: 'Inter', sans-serif; font-family: 'Playfair Display', serif; font-size: 30px; font-style: normal; font-weight: 500; letter-spacing: .5px; line-height: normal; margin-bottom: 8px; } .subheader{ /* We are really happy to see you again! */ margin-top: 0px; margin-bottom: 44px; font-family: 'Inter'; font-style: normal; font-weight: 350; font-size: 14px; line-height: 24px; text-align: center; color: #4F4F4F; .media-xxxs({ font-size: 14px; }); } } .boxbwh { display: flex; flex-direction: column; margin: 0 auto; #login-form{ display: flex; flex-direction: column; .userinputchild{ display: flex; justify-content: center; background: #f4f5f7; color: #696f7b; font-size: 16px !important; font-family: 'Inter'; font-style: normal; font-weight: 400; } #username{ margin-bottom: 12px; } .forgot-password { text-align: end; margin-top: 4px; } } } #username, #password, .login { padding: 16px; border: none; border-radius: 3px; } .login{ background: #4F4F4F; margin-top: 24px; color: #EEEEEE; font-size: 18px !important; font-family: 'Inter'; font-style: normal; font-weight: 500; }