/* Hides the div containing the 'Hi, Welcome back!' message */
.tutor-fs-5.tutor-color-black.tutor-mb-32 {
    display: none;
}

/* Hides the div with specified Tutor classes to remove the 'Register Now' section from display */
.tutor-text-center.tutor-fs-6.tutor-color-secondary.tutor-mt-20 {
    display: none;
}


.tutor-login-wrap,#tutor-registration-wrap {
    border-radius: 5px;
    max-width: 520px;
    /*margin:0 ;*/
    padding: 40px 0 32px;
    box-shadow: none !important;
}


/* Hides the div displaying the warning about exceeding the maximum number of active login sessions */
.tutor-alert.tutor-warning.tutor-mb-12 {
    display: none !important;
}
