#learndash_registerform, .learndash-wrapper #loginform {
	display: flex;
	flex-wrap: wrap;
	margin:50px -3%;
}
#learndash_registerform > p, .learndash-wrapper #loginform > p {
	flex-basis: 44%;
	margin: 0 3%;
}
#learndash_registerform > p:last-child, .learndash-wrapper #loginform > p:last-child {
	flex-basis: 100%;
	margin: 0 3%;
}
.learndash-wrapper #learndash_registerform > p:last-child input, 
.learndash-wrapper #loginform > p:last-child input,
#learndash-reset-password-wrapper form > input,
#learndash-reset-password-wrapper form > input:hover {background: #FF4632;color:white;border: none;}
.learndash-wrapper #learndash_registerform > p:last-child input:hover,
.learndash-wrapper #loginform > p:last-child input:hover,
#learndash-reset-password-wrapper form > input,
#learndash-reset-password-wrapper form > input:hover {background: #FF4632;color:white;}

.learndash-wrapper #loginform input {height:auto !important;}
.learndash-wrapper #loginform input#rememberme {width:auto !important;}

.registration-login-form #loginform #user_login, .registration-login-form #loginform #user_pass {height: 64px !important;}
.ld-course-list-content .ld-course-list-items .ld_course_grid .btn-primary,
.ld-course-list-content .ld-course-list-items .ld_course_grid .btn-primary:hover {background-color: #FF4632;border-color: #FF4632;}