.create-account-form {
	background-color: #f2f3f3;
    color: #3d4452;
    padding: 30px;
	border:0;
}

.create-account-form .account_info {
	display: inline-block;
	width: 46%;
	border: 0;
	vertical-align: top;
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
}
.create-account-form .contact_info {
	display: inline-block;
	width: 48%;
	border: 0;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.create-account-form .account_info .form-line,
.create-account-form .contact_info .form-line {
	margin-bottom: 10px
}

.create-account-form .account_info .form-line label,
.create-account-form .contact_info .form-line label,
.my-account-orders-list-date-filter-heading,
.order-items-container .cartcontent .cm-order-items-table-cell-totals-label {
	font-weight: 600
}

.create-account-form .account_info input[type=email],
.create-account-form .account_info input[type=password],
.create-account-form .account_info input[type=text],
.create-account-form .account_info input[type=username] {
	background-color: #fff;
    width: 95%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
}

.create-account-form .contact_info .fieldset_heading h3 {
	padding-left: 20px
}

.create-account-form .contact_info input[type=text]{background-color: #fff;
    width: 95%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;}
.create-account-form .contact_info select {
	background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
}

.create-account-form fieldset {
	vertical-align: top;
	border: 0px;
	padding: 0 0 0 0;
}

.create-account-form .form-line,
.create-account-form fieldset.form-line {
	display: block;
	clear: both;
	width: 100%
}

.create-account-form .form-label,
.create-account-form fieldset.form-label {
	display: block;
	width: 100%;
	padding: 0;
	text-align: left
}

.create-account-form .form-element,
.create-account-form fieldset.form-element {
	display: block;
	padding: 0;
	text-align: left;
	width: 100%
}

.create-account-note {
	clear: both;
	margin: 10px 10px 0 0;
	padding: 5px;
	border: 1px solid #000
}

.layout-table-login {
	width: 100%;
	border-spacing: 10px;
	border-collapse: separate
}

.cm-account-login-table-3 td {
	width: 100%;
	display: block;
	text-align: left
}

.layout-table-login>tbody>tr>td {
	width: 50%;
	padding: 10px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: top
}

.password {
	color: #f79420;
	text-decoration: none;
	font-style: italic;
}

.password:hover {
	text-decoration: underline;
}

.student_login,
.student_register {
	padding: 40px;
    background-color: #f2f3f3;
    color: #3d4452;
	width: 45%;
	margin: 0 auto;
}

.student_login h2,
.student_login h3 {
	font-family: mcgillsans-regular, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1.75rem;
	font-weight: 500;
	margin: 0 0 1rem 0;
	width:90%;
}

.student_login .fa-light,
.student_register .fa-light,
.student_login .fa-thin,
.student_login i,
.student_login ion-icon,
.student_login svg {
	color: #006fbf;
	font-size: 28px;
}

.login-button .fa-thin,
.login-button i,
.login-button ion-icon,
.login-button svg {
	font-size: 14px;
	color: #fff;
}

.student_login p,
.manager_login p {}

.student_login .login-button {
	background-color: rgb(29, 68, 115);
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 0.25rem;
	border: solid 2px rgb(29, 68, 115);
	font-family: mcgillsans-medium, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 0.75rem 1.75rem 0.75rem 1.75rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	margin-top: 0px;
	cursor: pointer;
}

.student_login .login-button:hover,
.student_register .login-button:hover {
	background-color: #fff;
	color: rgb(29, 68, 115);
	text-decoration: none;
	border: solid 2px rgb(29, 68, 115);
	outline: none;
}

.student_login .register {
	color: #51004B;
	text-decoration: underline;
}

.student_login .register:hover {
	text-decoration: none;
}

#print-order input[type=button],
.largetable input[type=submit],
.my_courses a,
.my_licenses a,
.my_orders a {
	background-color: #000;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 0.25rem;
	border: solid 2px #000;
	font-family: mcgillsans-medium, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 0.75rem 1.75rem 0.75rem 1.75rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	margin-top: 0px;
	cursor: pointer;
}

.student_login .register-button {
	background-color: #e3e9f1;
	color: #494c4e;
	border-radius: 0;
	cursor: pointer;
	text-align: center;
	font-family: inherit;
	padding: 1.5rem 4rem;
	font-size: 1.5rem;
	line-height: 1rem;
	font-weight: 700;
	letter-spacing: .2px;
	border: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.student_login .register-button:hover {
	background-color: rgba(227, 233, 241, .7);
	text-decoration: none
}

.cm_button_create_account {
	background-color: rgb(29, 68, 115);
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 0.25rem;
	border: solid 2px rgb(29, 68, 115);
	font-family: mcgillsans-medium, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 0.75rem 1.75rem 0.75rem 1.75rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	margin-left: 30%;
    margin-top: 20px;
    margin-right: 30%;
    width: 40%;
	cursor: pointer;
}

.cm_button_create_account:hover {
	background-color: #fff;
	color: rgb(29, 68, 115);
	text-decoration: none;
	border: solid 2px rgb(29, 68, 115);
	outline: none;
}

.largetable input[type=submit]:hover,
.my_courses a:hover,
.my_licenses a:hover,
.my_orders a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border: solid 2px #000;
	outline: none;
}

.my_courses,
.my_licenses,
.my_orders {
	margin-bottom: 20px;
	background-color: #f2f3f3;
	color: #101f27;
	padding: 25px;
}

.my_courses .fa-sharp,
.my_licenses .fa-light,
.my_orders .fa-sharp,
.my_orders i,
.my_orders ion-icon,
.my_orders svg {
	color: #006fbf;
	font-size: 32px;
}

.my-account-orders-list-report-name-heading {
	font-weight: 700;
	line-height: 1.5rem;
	font-size: 24px
}

.my-account-order-list-table {
	width: 100%;
	border-left: solid 1px #000;
}

.my-account-order-list-table .fieldname {
	vertical-align: middle;
	background-color: #000000;
	color: #fff;
	padding: 10px
}

.ml_return a,
.my-account-order-list-table td a {
	color: #000;
	text-decoration: underline;
}

.ml_return a:hover,
.my-account-order-list-table td a:hover,
.myaccount-return a:hover {
	text-decoration: none;
}

.largetable input[type=text] {}

#print-order,
.ml_return {
	margin-top: 20px
}

#print-order input[type=button]:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border: solid 2px #000;
	outline: none;
}

.myaccount-return {
	margin-top: 10px
}

.myaccount-return a {
	color: #efad1f;
	text-decoration: underline;
	cursor: pointer
}

.myaccount-return a .fas {
	font-size: 14px
}

#g-recaptcha-response_label_div {
	display: none
}

.my-account-orders-list-date-filter-heading {
	text-align: left;
}

.my_account_order_filter_table {
	display: block;
	border-width: 0 0 0 1px;
	border-color: #000;
	border-style: solid;
}

.my_account_order_filter_table td {
	text-align: left !important;
}

.my_account_order_filter_table tr:nth-child(1) td:nth-child(1) {
	border-top: solid 1px #000;
}

.my-account-order-info h2 {
	font-family: mcgillserif-regular, georgia, "Times New Roman", serif;
	font-weight: 500;
	font-size: 2.88rem;
	margin: 0 0 1rem 0;
}

@media (max-width:768px) {

	.student_login,
	.student_register {
		width: 80%;
	}

	.create-account-form .account_info,
	.create-account-form .contact_info {
		display: block;
		width: 100%
	}

	.cm_button_create_account {
		margin-left: 0;
		margin-top: 20px;
		margin-right: 0;
		width: 100%
	}
}

@media (max-width:480px) {

	.largetable td,
	.my-account-order-list-table .fieldname {
		display: block;
		text-align: left
	}
}
