.login-form{
    background:var(--color-linear-gradient-secondary);
    padding: 2.5rem !important;
}

.login-label{
    font-family: 'canada-type-gibson', sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 35%;
    padding-bottom: 2.5rem;
}

.login-text{
    font-size: 19px;
    font-weight: 600;
}

.desktop-topic-title{
    display: none;
}

.mobile-topic-title{
    margin: 1.5rem 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--colour-flat-ff-secondary-dark-red)
}

.landing-login{
    width: 65%;
    height: max-content;
}

@media only screen and (min-width: 1200px) {
    .login-form{
        display: flex;
    }

    .desktop-topic-title{
        margin: 1.5rem 0;
        font-size: 20px;
        font-weight: 600;
        color: var(--colour-flat-ff-secondary-dark-blue);
        display: block;
    }

    .mobile-topic-title{
        display: none;
    }
    .login-label{
        padding-bottom: 0;
    }
}
