@media screen and (min-width:768px) {
	body {
	overflow-x: hidden;
			margin-top: 0;
	}
}

.login {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	min-width: 350px;
	border-radius: 0;
}

.form-head {
	padding: 10px 0 10px;
	border-radius: 0;
}

.login .form-body h4 {
    padding-top: 10px;
}

.login-title {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-bottom: 25px;
}

.login input {
	padding: 10px 45px 10px 23px;
	border-radius: 0;
	box-shadow: none;
}

.btn-material {
	border-radius: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-custom-sm {
	font-size: 16px;
	padding: 6px 20px;
	font-weight: 300;
}

.headerTitle {
	font-size: 1.5em;
	text-align: center;
	position: relative;
	height: 0;
	font-weight: 400;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 13px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	border-radius: 25px;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

a {
	-webkit-transition: all linear 0.3s; /* Safari */
	transition: all linear 0.3s;
}

body {
	background-color: #f1f1f1;
	font-family: 'Roboto', sans-serif;
}

#page-wrapper {
	min-height: 100vh;
	padding: 60px 10px 0px 10px;
	/*  margin-bottom: 50px;  */
}

#wrapper {
	
}

#signInCongressTitle {
	background-color: red;
	font-size: 1.2em;
	color: white;
	text-align: center;
	font-family: Droid Serif;
	padding: 5px;
}

footer {
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 10000;
	width: 100%;
	font-weight: 300;
	padding: 5px;
}

.text-emphasized {
	font-weight: 700;
}

.search-form {
	padding-top: 10px;
}

.search-form .col-sm-9 .col-sm-6 .row {
	margin-bottom: 10px !important;
}

.search-form label {
	position: relative;
	top: 8px;
	white-space: nowrap;
}

.aj-div {
	padding: 10px;
}

@media screen and (min-width:768px) {
	.headerTitle {
		top: 9px;
	}
}

@media screen and (max-width:767px) {
	.headerTitle {
		top: -10px;
	}
}

@media screen and (max-width:390px) {
	.headerTitle {
		font-size: 1.2em;
	}
}

.side-nav {
	background-color: #f1f1f1;
	font-weight: 400;
	overflow: scroll;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background: #c1c1c1;
}

.top-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	color: #fff;
}

.top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover,
	.top-nav>.open>a:focus {
	color: #fff;
	background-color: #c1c1c1;
}

.side-nav a {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ddd;
}

.side-nav li a:hover, .side-nav li a:focus {
	outline: none;
	background: #c1c1c1 !important;
	color: #fff;
}

.side-nav>li>ul>li>a {
	display: block;
	padding: 10px 15px 10px 5px;
	text-decoration: none;
	color: #fff;
	background-color: #9f9f9f;
	width: 250px;
	padding-left: 60px;
}

.side-nav>li>ul>li>a:hover {
	color: #fff;
}

.dropdown-menu>li>a {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #00c5f2;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #00c5f2;
}

@media screen and (max-width:767px) {
	.dropdown-toggle {
		margin-top: 10px;
	}
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 0;
	background-color: #fff !important;
}

/*login form*/
#wrapper2 {
	height: 100vh;
	position: relative;
}

.passwordForm {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	background-color: #fff;
	border: 1px solid #70797D;
	color: #000;
	min-width: 270px;
	border-radius: 10px;
	background-color: #eee;
}

.form-body hr {
	border-top: 1px solid #ff811a;
}


.form-head img {
	display: block;
	margin: 0 auto;
	width: 130px;
	position: relative;
	top: -11px;
}



.login .form-group {
	margin-bottom: 3px;
	border-radius: 0;
}

.login .btn-default {
	color: #fff;
	background-color: #339CD5;
	border-color: #42d1f4;
	-webkit-transition: all linear 0.3s; /* Safari */
	transition: all linear 0.3s;
	font-size: 16px;
}

.login .btn-default:hover, .login .btn-default:focus {
	color: #42d1f4;
	background: #fff;
}

.log {
	background: #ddd;
}

#page-wrapper .row {
	margin: 0;
}

.btn-add {
	color: #fff;
	background-color: #4096ee;
	border-width: 0 0 2px 0;
	border-color: #00E7FF;
}

.btn-add:hover, .btn-add:focus, .btn-add:active {
	color: #337AB7;
	background-color: #00E7FF;
	border-color: #337AB7;
}

.contentPick span {
	padding: 10px;
	display: inline-block;
}

.contentPick {
	color: #ababab;
}

.btn-info {
	-webkit-transition: all linear 0.3s; /* Safari */
	transition: all linear 0.3s;
}

.input1 {
	padding: 4px;
}

.contentPick select {
	padding: 7px;
}

.simple tbody tr>td:nth-child(1) {
	color: #337AB7;
	width: 40%;
}

.smallTable {
	width: 60%;
}

.smallTable thead {
	background-color: #337AB7;
	color: #fff;
}

.smallTable.full {
	width: 100%;
}

.boxOne {
	background-color: #F1F1F1;
	color: #555555;
}

.boxOne h3 {
	margin: 5px 0 10px 20px;
}

.boxOne thead {
	color: #337AB7;
	font-weight: 400;
}

.boxOne tbody {
	background-color: #fff;
	color: #555;
}

.side-nav a a {
	display: inline;
}

.side-nav a small {
	margin-left: 20px;
}

.panel, .panel-heading {
	border-radius: 0;
}

.setBar {
	padding: 10px;
	vertical-align: middle;
	/*    background-color: #ddd;*/
}

.setBar form {
	margin: 0 auto;
}

.headLabel {
	font-size: 20px;
}

/*vehicle block*/
.vehicle .headLabel {
	color: #337AB7;
}

.viewTable thead {
	background-color: #337AB7;
	color: #fff;
}

.viewTable thead tr th {
	font-weight: 400;
	font-size: 16px;
}

.form-group label {
	color: #000;
	font-weight: bold;
}

.toCenter {
	margin: 0 auto;
	text-align: center;
}

.viewTable thead {
	background-color: #27ae61;
	color: #fff;
}

.picker {
	padding: 0 5px 20px;
}

span.required {
	color: red;
}

div.required {
	color: red;
}

.notice img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.stackable span {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.navbar-brand {
		float: none;
	}
	.stackable img {
		display: block;
		margin: 0 auto;
	}
	.top-nav>li {
		display: inline-block;
		float: right;
	}
}

@media screen and (max-width:768px) {
	.semi.pull-right {
		float: none !important;
	}
}

@media screen and (max-width:768px) {
	.btn-Res {
		display: block !important;
		width: 60% !important;
		margin: 5px auto !important;
		word-break: normal;
	}
	.pull-right {
		display: block;
		width: 100%;
	}
	.setBar h3 {
		text-align: center;
	}
}

@media screen and (max-width:930px) {
	.btn-Res2 {
		display: block !important;
		width: 60% !important;
		margin: 5px auto !important;
		word-break: normal;
	}
	.pull-right {
		display: block;
		width: 100%;
	}
	.setBar h3 {
		text-align: center;
	}
}

.top-nav>.open>.dropdown-menu>li>a {
	white-space: nowrap;
}

.btn-addNew {
	background-color: #fff;
	color: #337AB7;
	padding: 5px 20px;
	border: 1px solid #337AB7;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s; /* Safari */
	transition: all linear 0.3s;
}

.btn-addNew:focus, .btn-addNew:hover, .btn-addNew:active {
	background-color: #337AB7;
	color: #fff;
}

.btn-addNew.active {
	background-color: #337AB7 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn-delList{
	background-color: #fff;
	color: #ff8000;
	padding: 5px 20px;
	border: 1px solid #ff8000;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s; 
	transition: all linear 0.3s;
}

.btn-delList:focus, .btn-delList:hover, .btn-delList:active {
	background-color: #ff8000;
	color: #fff;
}

.btn-delList.active {
	background-color: #ff8000 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn-addOk {
	background-color: #fff;
	color: #5cb85c;
	padding: 5px 20px;
	border: 1px solid #5cb85c;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s; /* Safari */
	transition: all linear 0.3s;
}

.btn-addOk:focus, .btn-addOk:hover, .btn-addOk:active {
	background-color: #5cb85c;
	color: #fff;
}

.btn-addOk.active {
	background-color: #5cb85c !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn-addWarn {
	background-color: #fff;
	color: #ff8000;
	padding: 5px 20px;
	border: 1px solid #ff8000;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s; /* Safari */
	transition: all linear 0.3s;
}

.btn-addWarn:focus, .btn-addWarn:hover, .btn-addWarn:active {
	background-color: #ff8000;
	color: #fff;
}

.btn-addWarn.active {
	background-color: #ff8000 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn-addRisk {
	background-color: #fff;
	color: #E60000;
	padding: 5px 20px;
	border: 1px solid #E60000;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s; /* Safari */
	transition: all linear 0.3s;
}

.btn-addRisk:focus, .btn-addRisk:hover, .btn-addRisk:active {
	background-color: #E60000;
	color: #fff;
}

.btn-addRisk.active {
	background-color: #E60000 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn-addGrey {
	background-color: #fff;
	color: #909090;
	padding: 5px 20px;
	border: 1px solid #909090;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s; /* Safari */
	transition: all linear 0.3s;
}

.btn-addGrey:focus, .btn-addGrey:hover, .btn-addGrey:active {
	background-color: #909090;
	color: #fff;
}

.btn-addGrey.active {
	background-color: #909090 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.errorMessage {
	padding: 10px;
	background-color: #FF5858;
	color: #fff;
	margin: 10px 0;
}

.errorMessage li {
	display: block;
}

.actionMessage {
	padding: 10px;
	background-color: #56d22d;
	color: #fff;
	margin: 10px 0;
}

.actionMessage li {
	display: block;
}

.datePicker {
	position: relative;
}

.datePicker i {
	position: absolute;
	right: 24px;
	top: 7px;
	font-size: 21px;
	color: #f59993;
}

@media screen and (min-width:1200px) {
	.datePicker.mini i {
		right: 10px;
		top: 0px;
	}
}

@media screen and (max-width:1199px) {
	.datePicker.mini i {
		display: none;
	}
}

.datePicker .ui-datepicker-trigger {
	display: none;
}

@media screen and (min-width:768px) {
	.stackable {
		padding: 11px;
	}
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #2abb2a;
	border-bottom: 1px solid #2abb2a;
	border-radius: 0px;
	font-weight: 400;
	color: #fff;
}

.agri-form {
	padding: 0;
}

.agri-form












 












input
























:not












 












(
.btn












 












)
{
display
























:












 












block
























;
padding
























:












 












10
px












 












10
px












 












10
px












 












45
px
























;
font-size
























:












 












20
px
























;
font-weight
























:












 












300;
background-color
























:












 












#f8f8f8
























;
margin
























:












 












20
px












 












0;
border
























:












 












1
px












 












solid












 












transparent
























;
color
























:












 












#6f6f6f
























;
width
























:












 












100%;
}
.agri-form .field {
	position: relative;
}

.agri-form .field .fa {
	position: absolute;
	color: #6f6f6f;
	top: 15px;
	left: 15px;
	text-align: center;
	font-size: 20px;
}

.agri-form .field button .fa, .agri-form .field a .fa {
	position: relative;
	top: 2px;
	left: 2px;
	font-size: 20px;
	text-align: center;
	color: #5cb85c;
}

.agri-form .field button:hover .fa, .agri-form .field button:active .fa,
	.agri-form .field button:focus .fa, .agri-form .field a:hover .fa,
	.agri-form .field a:active .fa, .agri-form .field a:focus .fa {
	color: #fff;
	left: 12px;
}

.agri-form input:focus {
	outline: none;
	border: 1px solid #e3e3e3;
	background-color: #e3e3e3;
}

.btn-green {
	background-color: #2ad6a8;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	border: 1px solid #2ad6a8;
}

.btn-green:hover, .btn-green:focus, .btn-green:active {
	background-color: #fff;
	color: #2ad6a8;
	border: 1px solid #2ad6a8;
}

.btn-addInfo {
	background-color: #fff;
	color: #31b0d5;
	padding: 5px 20px;
	border: 1px solid #269abc;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s; /* Safari */
	transition: all linear 0.3s;
}

.btn-addInfo:focus, .btn-addInfo:hover, .btn-addInfo:active {
	background-color: #31b0d5;
	color: #fff;
}

.bs-callout-danger {
	border-left-color: #400080;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.mainSelect {
	padding: 20px;
	margin: 10px;
	color: #fff;
	font-size: 24px;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-radius: 0;
}

.mainSelect:hover, .mainSelect:focus, .mainSelect:active {
	text-decoration: none;
	background-color: #fff;
}

.mainSelect i {
	text-align: center;
	display: block;
}

.mainSelect span {
	text-align: center;
	display: block;
	font-weight: 300;
}

.dark-purple {
	background-color: #701750;
	border: 1px solid #701750;
}

.dark-purple:hover, .dark-purple:focus, .dark-purple:active {
	color: #450f31;
}

.blue {
	background-color: #337AB7;
	border: 1px solid #337AB7;
}

.blue:hover, .blue:focus, .blue:active {
	color: #337AB7;
}

.green {
	background-color: #5CB85C;
	border: 1px solid #5CB85C;
}

.green:hover, .green:focus, .green:active {
	color: #5CB85C;
}

.orange {
	background-color: #fa6800;
	border: 1px solid #fa6800;
}

.orange:hover, .orange:focus, .orange:active {
	color: #f0ad4e;
}

.magenta {
	background-color: #d80073;
	border: 1px solid #d80073;
}

.magenta:hover, .magenta:focus, .magenta:active {
	color: #d81093;
}

.lime {
	background-color: #a4c400;
	border: 1px solid #a4c400;
}

.lime:hover, .lime:focus, .lime:active {
	color: #60a917;
}

.red {
	background-color: #e51400;
	border: 1px solid #e51400;
}

.red:hover, .red:focus, .red:active {
	color: #e51420;
}

.yellow {
	background-color: #e6ca04;
	border: 1px solid #e6ca04;
}

.yellow:hover, .yellow:focus, .yellow:active {
	color: #e6ca04;
}

.purple {
	background-color: #673AB7;
	border: 1px solid #673AB7;
}

.purple:hover, .purple:focus, .purple:active {
	color: #673AB7;
}

.cyan {
	background-color: #00BCD4;
	border: 1px solid #00BCD4;
}

.cyan:hover, .cyan:focus, .cyan:active {
	color: #00BCD4;
}

.teal {
	background-color: #009688;
	border: 1px solid #009688;
}

.teal:hover, .teal:focus, .teal:active {
	color: #009688;
}

.navy {
	background-color: #16174f;
	border: 1px solid #16174f;
}

.navy:hover, .navy:focus, .navy:active {
	color: #16174f;
}

.pink {
	background-color: #f06898;
	border: 1px solid #f06898;
}

.pink:hover, .pink:focus, .pink:active {
	color: #f06898;
}

.amber {
	background-color: #FFC107;
	border: 1px solid #FFC107;
}

.amber:hover, .amber:focus, .amber:active {
	color: #FFC107;
}

.brown {
	background-color: #795548;
	border: 1px solid #795548;
}

.brown:hover, .brown:focus, .brown:active {
	color: #795548;
}

.grey {
	background-color: #9E9E9E;
	border: 1px solid #9E9E9E;
}

.grey:hover, .grey:focus, .grey:active {
	color: #9E9E9E;
}

.maroon {
	background-color: #B71C1C;
	border: 1px solid #B71C1C;
}

.maroon:hover, .maroon:focus, .maroon:active {
	color: #B71C1C;
}

.text-red {
	color: red;
}

.abstract-simple-box {
	padding: 20px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
}

.preview-box {
	padding: 20px;
	background-color: #fff;
	background: #fff;
	border: 1px solid #eee;
}

.text-thin-grey {
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 300;
	color: #999;
}

.abstract-simple-box p {
	color: #6b93b3;
	font-size: 16px;
	font-weight: 400;
}

.abstract-simple-box hr {
	margin-top: 5px;
	margin-bottom: 10px;
}

#richtextTinymceEditor_tbl {
	width: 100% !important;
}

select.form-control.overflowed {
	width: 100% !important;
}

.tabular>span {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

table.mceLayout {
	width: 100% !important;
}

.white-box {
	background-color: #fff;
	padding: 10px 20px 20px 20px;
}

.white-box h5 {
	font-size: 16px;
}

.key-container p, .key-div {
	display: inline-block;
	padding-right: 5px;
}

.key-div {
	margin-left: 10px;
}

.key-div a {
	float: right;
}

hr.message-inner-separator {
	clear: both;
	margin-top: 10px;
	margin-bottom: 13px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.doc-reset {
	background-color: #fff;
	color: red !important;
}

.doc-reset:hover, .doc-reset:active, .doc-reset:focus {
	background-color: red !important;
	color: #fff !important;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.account-wall {
	margin-top: 20px;
	padding: 40px 20px 20px 20px;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}



.profile-img {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.need-help {
	margin-top: 10px;
}

.content-header {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.new-account {
	display: block;
	margin-top: 10px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
}

}
}
#errorid {
	color: #e70309;
}
/*login form*/
#wrapper2 {
	height: 100vh;
	position: relative;
}

.login .form-group {
	margin-bottom: 3px;
	border-radius: 0;
}

.log {
	background: #ddd;
}

.form-body hr {
	border-top: 1px solid #ff811a;
}

.title {
	border-top: 0px;
	font-size: 18px;
	color: #337ab7;
}

input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

.modal-footer {
	border-top: 0px;
}

#checkbox {
	margin-top: 7px;
	width: 20px;
	height: 20px;
}

.headerdiv {
	font-size: 20px;
	color: #3786c6;
	font-weight: 100px;
}

.form-control img.dojoComboBox {
	display: inline-block;
	float: right !important;
	position: absolute !important;
	right: 15px;
	top: 0px;
	border: none;
	background-color: transparent;
	box-shadow: none;
	width: 0 !important;
}

.form-control img.dojoComboBox::after {
	content: " - Remember this";
	background-color: yellow;
	color: red;
	font-weight: bold;
}

.auto-droparrow {
	display: block;
	position: absolute;
	right: 21px;
	top: 10px;
}

#currentSemester {
	margin-top: 15px;
	width: 20px;
	height: 20px;
}

.signature-img {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	display: block;
	opacity: 0.4;
}

.postsignature-img {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	display: block;
}

.file-upload {
	display: none !important;
}

.upload-button {
	font-size: 1.2em;
}

.upload-button:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: #999;
}

#documentCheckBox {
	margin-top: 10px;
	width: 20px;
	height: 20px;
}

.hod {
	font-size: 20px;
	color: #008040;
}

.BackgroundColour {
	background-color: #f9f9f9;
}

.TitleColour {
	font-weight: bold;
	color: #39b6cc;
}

.vl {
	border-right: 1px solid grey;
	height: auto;
}

.browser {
	font-size: 18px;
	color: #ec1354;
	position: absolute;
	left: 540px;
	bottom: 110px;
}

.navbar-default {
	border-color: transparent;
}

.mdl-textfield {
	width: 100%;
}