/**
 * Theme Name: Tutor Starter Child
 * Description: Tutor Starter Child theme
 * Author: Themeum
 * Template: tutorstarter
 * Text Domain: tutorstarter
 */

.tutor-icon-enrollment:before {
    content: "\e9ef"
}

.tutor-icon-courses:before {
    content: "\e97f"
}
.tutor-icon-employee:before {
    content: "\e9a5"
}
.tutor-icon-export:before {
    content: "\e998"
}
.tutor-icon-clipboard-checks:before {
    content: "\e9a2"
}
.tutor-icon-reporting-form:before {
    content: "\e943"
}
.tutor-icon-book:before {
    content: "\e94a"
}
.tutor-icon-info-circle:before {
    content: "\ea33"
}
.tutor-icon-templates:before {
    content: "\e97d"
}
.tutor-icon-cert-horiz:before {
    content: "\e954"
}
.tutor-icon-data:before {
    content: "\e956"
}


.tutor-form-group input[type=email] {
	width: 100%;
	display: block;
	box-shadow: none;
	margin-bottom: 20px;
	border: 1.5px solid rgba(10,8,59,0.1);
	border-radius: 4px;
	background: #fff;
	line-height: 48px;
	padding: 0;
	text-indent: 15px;
	transition: 300ms;
	font-size: 16px;
}