.signup-screen{width:75%;margin:0 auto;padding:5rem 0;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.signup-screen::-webkit-scrollbar{display:none}.signup-screen .text-md{font-size:20px;font-weight:600;line-height:30px;text-align:center;color:var(--label-color)}.signup-screen .text-sm{font-size:14px;font-weight:500;line-height:20px;color:var(--label-color)}.signup-screen .text-sm-2{font-size:14px;font-weight:500;line-height:20px;color:var(--primary-color)}.signup-screen .btn-blue{height:45px;border-radius:100px;border:0;font-size:14px;font-weight:600;background:var(--blue-color);color:var(--white-color)}.signup-screen .btn-normal{border-radius:8px;border:1px solid var(--border-color);color:var(--label-color);background:transparent}.signup-screen .btn-fb,.signup-screen .btn-normal{height:46px;box-shadow:0 1px 2px 0 #1018280d;font-size:16px;font-weight:600;white-space:nowrap}.signup-screen .btn-fb{border-radius:8px;border:1px solid var(--primary-color);color:var(--white-color);background:var(--primary-color)}.signup-screen .btn-x{height:46px;border-radius:8px;border:1px solid var(--black-color);box-shadow:0 1px 2px 0 #1018280d;font-size:16px;font-weight:600;color:var(--white-color);white-space:nowrap;background:var(--black-color)}.signup-screen .other-title{font-size:14px;font-weight:500;color:var(--label-color);background-color:var(--background-color);text-align:center;width:-moz-fit-content;width:fit-content;white-space:nowrap}.signup-screen .side{border-top:1px solid var(--border-color);width:100%}@media screen and (min-width:1400px){.signup-screen{width:600px}}@media screen and (max-width:768px){.signup-screen{width:95%}}