.stm_mcuf_fields .disable-select {
	line-height: 45px;
    padding: 0 48px 0 15px!important;
    color: #293145;
    font-weight: 700;
}

#become_instructor {
	display: none;
}

.stm-lms-message {
	display: none;
}

#mcuf-corporate-register-form {
	display: none;
}

#regular-corporate-toggle {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	/*background-color: #fff;*/
	width: 100%;
	display: table;
	table-layout: fixed; /* optional, for equal spacing */
    border-collapse: collapse;
    color: #fff;
}

#regular-corporate-toggle li {
	text-align: center;
	display: table-cell;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 15px;
	cursor: pointer;
	vertical-align: middle;
}

#regular-corporate-toggle li.active {
	background-color: #eef1f7;
	color: #000;
}


.mcuf-file-input::-webkit-file-upload-button {
	display: none;
}

input[type="file"].mcuf-file-input {
	padding-top: 11px!important;
}

.mcuf-choose-icon {
	padding-top: 11px;
    font-size: 16px;
}

#stm-lms-login .stm-lms-message {
	display: block;
}