.sign-in-background {
    background-image: url("/images/landingPages/home_hero_2.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.sign-in-background img {
    margin-top: 3rem;
    margin-bottom: 1rem;
    margin-left: 3rem;
    height: 50px;
    object-fit: contain;
    object-position: center;
}

.sign-in-background>span {
    margin-left: 3rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    max-width: 500px;
}

.input-holder{
    width: 100%;
}