.verify-email-instructions {
    span {
        height: 30px;
        background-color: transparent;
        border: none;
        margin: 0;
        display: block;
    }

    .instruction {
        margin-bottom: 50px;
        color: #2D2D2D !important;
        font-size: 16px;
        font-weight: 500;
    }
}

@media (min-width: 600px) {
    .verify-email-instructions {
        span {
            display: none;
            height: 0;
            width: 0;
        }
    }
}
