@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&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');

.welcome-text {
    display: flex;
    justify-content: start;
}

.welcome-text-2 {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.welcome-text-2 div h4 {
    color: var(--Neutral-White, #FAFAFA);
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.login-text {
    font-family: "Poppins", sans-serif;
    font-weight: bolder;
    font-size: 39px;
}

.label-text {
    color: #212631;
    font-weight: 500;
}

.welcome-body {
    display: flex;
    flex-direction: column;
    justify-content: center
}
