body {
	background: #658FA4;
}

.unique-color.green {
	background: #263740 !important;
}

.double-navbar .button-collapse {
	right: 1em;
}

.double-navbar ul {
	padding: 0 !important;
	margin: 0 !important;
}

.side-nav li {
	padding: 10px 20px !important;
	background-color: #fff;
}

span.greeting {
	float: left;
	margin-right: 1em;
	font-size: 1.5em;
}

.logo-text {
	font-size: 2em;
	color: #fff;
	padding-left: .25em;
}
span.icon-text {
	padding-left: .5em;
}

i.fa.fa-square {
    vertical-align: middle;
}

#main-wrapper {
	margin-top: 120px;
}

#login {
	margin-top: 160px;
}

form#signup-form,
form#forgot-form,
.form-head.signup-head,
.form-head.forgot-head {
	display: none;
}

.form-head {
	color: #fff;
	font-weight: normal;
	padding: 2em 0;
	text-align: center;
	background: #263740;
}

.form-head h4 {
	margin: 0;
	padding: 0;
}

.form-container {
	padding: 2em;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16), 0 3px 6px 0px rgba(0, 0, 0, 0.23);
	background: #fff;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

input.btn[type="submit"] {
	background: #087ED9;
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 5px 0;
	outline: medium none;
	overflow: hidden;
	padding: 10px;
	text-transform: uppercase;
	transition: all 0.15s ease-in-out 0s;
	width: 100%;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.16), 0 1px 2px 0px rgba(0, 0, 0, 0.23);
}

input.btn[type="submit"]:hover {
	background: #1394F6;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.16), 0 2px 4px 0px rgba(0, 0, 0, 0.23);
}

.text-p {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}

.text-p a {
	color: #175690;
}

ul.tabs-custom {
	background-color: transparent !important;
	width: auto !important;
	box-shadow: none !important;
	margin-bottom: 3em !important;
}

.tabs-custom li {
	text-transform: none !important;
	width: auto !important;
}

.tabs-custom a {
	color: #fff !important;
}

.tabs-custom li.active > a {
	border: none !important;
	border-bottom: none !important;
	background: #175690 !important;
	cursor: pointer !important;
}

.tabs-custom>li>a {
	margin-right: 20px !important;
	border-radius: 0 !important;
}

.tabs-custom>li>a:hover {
	border: 1px solid transparent;
}

.blue-grey.lighten-5 {
	background-color: #f1edf2 !important;
}

[type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #00C851 !important;
  background-color: #00C851 !important;
}

.btn i, .btn-flat i {
    min-width: 19.5px !important;
}

span.client_name {
    font-size: .5em;
}