/*Custom Styling Here*/


.nus-wrapper .container {
	min-height: 700px;
	height: auto;
	padding-top:30px;
	
}

.mgc-table table, .mgc-table th, .mgc-table td {
	border: 1px solid black;
	border-collapse: separate;
	border-spacing: 0px;
}

.mgc-table-no-border table, .mgc-table-no-border th, .mgc-table-no-border td {
	border: none !important;
}


.btn {
	border-radius: 5px !important;
}

.asterisk {
	color: red;
}

.form-control, .form-select {
	margin-bottom: 10px;
}

.mgc-tile-login {
	height: 120px;
	width: 270px;
	padding: 20px;
	/*background-color: #003399;
	border: #003399;*/
}

/*a.mgc-tile-login:hover {
	background-color: #0B58CA !important;
	border-color: #0B58CA !important;
}
*/
.mgc-tile-login-icon {
	font-size: 50px;
	color: #fff;
	padding-bottom: 15px;
}

.mgc-tile-login-text {
	font-size: 20px;
	padding-top: 10px;
	color: #fff;
}