
label.error{
    color:#dc3545;
    font-size:14px;
}

div#student_terms {
    max-width: 468px;
    text-align: left;
    margin: 0 auto;
}
div#student_terms ul{
	list-style: lower-alpha;
	padding-left: 15px;
	margin-bottom: 30px;
}
div#student_terms ul li{
	margin-bottom: 10px;
	line-height: 22px;
}
div#student_terms ul li:last-child{
	margin-bottom: 0
}

#studentPrivacyPolicy .close{
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 9;
}

