@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    background-color: #fff;
    color: black;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
}

#auth {
    height: 100vh;
    overflow-x: hidden
}

#auth #auth-right {
    background-color: #F6F7F9;
    height: 100%
}

#auth #auth-left {
    padding: 12rem 8rem 5rem 8rem;
}

#auth #auth-left .auth-title {
    font-size: 25px;
    color: #323232;
    font-weight: 500;
    margin-bottom: 0px;
}

#auth #auth-left .auth-subtitle {
    font-size: 20px;
    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: #8b8b8b;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}
#auth-left span {
    color: #255DA5;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}