#login .btn-submit:hover {
  background: #7fd36e;
}

.hide {
  display: none;
}

.hideoverflow {
	overflow: hidden;
}

.left {
	width: 74%;
	float: left;
}

.right {
	width: 24%;
	float: right;
	text-align: right;
}

#login div.alert {
   border-style: solid;
   border-radius: 4px;
   border-width: 2px;
   background-color: #f2dede;
   border-color: #ebccd1;
   color: #a94442; 
}

#login div.row {
	margin-top: 1em;
}

#login div.alert p {
   margin: 1em;
}

div.row label {
  font-weight: bold;
  color: #211a52;
}

.inputField {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  min-width: 240px;
}

input[type=submit] {
  background: #70ba61 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  color: white;
  font-size: 1.25em;
  font-weight: normal;
  padding: 10px 25px;
}

ul,li {
  list-style-type: none;
  list-style-position:inside;
  margin:0;
  padding:0;
}

.fa-circle {
    color: #70ba61;
}

.sign-out {
    color: #ff9933;
}

.cogs {
	color: #211a52;"
}

#sidebar p {
	margin-bottom: 0;
}

div#msg.box.white.errors.alert.alert-info {
	background-color: rgb(255, 238, 221);
	color: #cc0000;
}

div#msg.box.white.errors.alert.alert-info h2 {
	color: #cc0000;
}

@media screen and (min-width: 768px) {
 .showInMobile {
  display: none;
 }
}
