body.user-not-logged-in .form-item label { display: none; }
body.user-not-logged-in .form-item label.option.js-form-required.form-required { display: block; }
.switch-link.switch-link-bottom.text-center>div>a {
    background-color: #fff;
    border: 2px solid var(--desktop-button-color);
    border-radius: 1.5625rem;
    color: var(--desktop-button-text-secondary);
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 2.5rem;
    min-width: 9.75rem;
    padding: .625rem .9375rem;
}
body.user-not-logged-in .login-container .form-item-name:before {
    content: 'The username you include here will be the name that will appear on the course certificate.';
}