@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
    background-color:#fff;
    color:black;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
#auth{height:100vh;overflow-x:hidden}#auth #auth-right{
    background-color: #F6F7F9;
    height:100%}
#auth #auth-left{
        padding:5rem 8rem}
#auth #auth-left .auth-title{
    font-size:4rem;margin-bottom:1rem}
    #auth #auth-left .auth-subtitle{font-size:1.7rem;line-height:2.5rem}#auth #auth-left .auth-logo{margin-bottom:7rem}#auth #auth-left .auth-logo img{height:2rem}@media screen and (max-width:767px){#auth #auth-left{padding:5rem}}@media screen and (max-width:576px){#auth #auth-left{padding:5rem 3rem}}
    #auth #auth-left .auth-subtitle {
        color: black; 
        font-size: 1.7rem;
        line-height: 2.5rem;
        font-weight: 700;
    }
   