body {
		background: #202022;
margin: 0;
}


a:any-link {
color: #e5ff2a;
text-decoration-line: underline;
cursor: auto;
}

.llms-button-secondary {
    background: #e5ff2a;
    color: #111111;
}

.llms-button-action, .llms-button-danger, .llms-button-primary, .llms-button-secondary {
    border: none;
    border-radius: 16px;
    color: #111111;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-shadow: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    padding: 12px 24px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.llms-button-action {
background: #e5ff2a;
}

label {
cursor: default;
		color: #ffffff;
}

.llms-form-heading {
		color: #e5ff2a;
		padding: 0 10px 10px;
}

.llms-student-dashboard, .llms-sd-title {
		color: #ffffff;
		padding: 0 10px 10px;
}

.llms-form-field, .llms-description {
font-size: 14px;
font-style: italic;
		color: #ffffff;
}


.llms-student-dashboard, .llms-sd-title {
		background: #202022;
}