.RegisterScreen{width:40%;display:flex;align-items:center;justify-content:center;flex-direction:column}@media(min-width:576px)and (max-width:991px){.RegisterScreen{width:70%}}@media(max-width:575px){.RegisterScreen{width:90%}}.RegisterScreen-title{font-size:2.5rem;font-weight:800;margin-bottom:25px;color:#12171a}@media(min-width:576px)and (max-width:991px){.RegisterScreen-title{font-size:2rem;margin-bottom:20px}}@media(max-width:575px){.RegisterScreen-title{font-size:1.75rem;margin-bottom:15px}}.RegisterScreen-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1)}@media(max-width:575px){.RegisterScreen-container{padding:15px}}.RegisterScreen-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:25px;text-align:center}@media(min-width:576px)and (max-width:991px){.RegisterScreen-subtitle{font-size:1.25rem;margin-bottom:20px}}@media(max-width:575px){.RegisterScreen-subtitle{font-size:1.125rem;margin-bottom:15px}}.RegisterForm-phoneGroup{display:flex;justify-content:space-between;margin-bottom:15px}@media(max-width:575px){.RegisterForm-phoneGroup{flex-direction:column;gap:10px}}.RegisterForm-countrySelector{height:40px;display:flex;align-items:center;width:25%}@media(min-width:576px)and (max-width:991px){.RegisterForm-countrySelector{width:30%}}@media(max-width:575px){.RegisterForm-countrySelector{width:100%}}.RegisterForm-phoneInput{width:70%;padding:0 15px}@media(min-width:576px)and (max-width:991px){.RegisterForm-phoneInput{width:65%}}@media(max-width:575px){.RegisterForm-phoneInput{width:100%;padding:0}}.RegisterForm-emailIcon,.RegisterForm-guardIcon{margin-top:1px}.RegisterForm-email,.RegisterForm-password{margin-bottom:15px}.RegisterForm-invalidPassword{font-weight:600;font-size:1rem;color:#e21313;font-family:Montserrat}@media(max-width:575px){.RegisterForm-invalidPassword{font-size:.875rem}}