/*** try gray #4A4A42, darker: #393139 and #292929;
 * light oranges #F9B881, #F9C6A0
 * dark orange text #763905
 */
 *
 {
	 font-size: 14px;
	 line-height: 1.428;
 }

.navbarIconBox
{
	display: "flex";
	flex-direction: 'row';
	align-items: 'center';
}

#loginlogo {
	padding-bottom: 24px;
}

hr {
	border-top: 1px solid #763905;
	margin-top: 4px;
	margin-bottom: 8px;
}

.container {
	padding: 6px;
}


.container-fluid {
	padding: 0;
}

#detail {
	padding-left: 0;
}
.form-control{
	border: 1px solid #989898;
    border-radius: 4px;
    color: #202020;
    background-color: #fff;
}
.form-control:focus{
	color: #202020;
	background-color: #fff;
	border-color: #003c44;
	outline: 0;
}
.form-control:active{
	color: #202020;
	background-color: #fff;
	border-color: #003c44;
	outline: 0;
}

#belowMenuBar {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper {
	z-index: 1;
	position: fixed;
	top: 40px;
	left: 180px;
	width: 12px;
	height: 100%;
	margin-left: -180px;
	padding-top: 10px;
	overflow-y: auto;
	background: #FFFFFF;
	color: #202020;
	border: 0.5px solid;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper:hover {
	width: 217px;
}

#page-content-wrapper {
	z-index: 1;
	top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	left: 16px;
	right: 0;
	margin-left: 175px;
}

/* Sidebar Styles */

.sidebar-nav {
	position: relative;
	width: 180px;
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.sidebar-nav li, .sidebar-nav i {
	line-height: 30px;
	width: 193px;
	height: 44px;
}

.sidebar-nav li span.navitem,
.sidebar-nav li span.navitem a {
	display: block;
	text-decoration: none;
	color: #202020; /* #763905; */
}
/*.nav-link:focus, .nav-link:hover {*/
/*	text-decoration: none;*/
/*	background-color: #CCD8DA;*/
/*	border-radius: 4px;*/
/*}*/

/*.nav-link:focus, .nav-link:hover {*/
/*	text-decoration: none;*/
/*	background-color: #FFFFFF;*/
/*	border-radius: 4px;*/
/*	color: #228477;*/
/*}*/

.sidebar-nav .nav-link:hover{
	text-decoration: none;
	background-color: #CCD8DA;
	border-radius: 4px;
}
.sidebar-nav .nav-link:focus{
	text-decoration: none;
	background-color: #CCD8DA;
	border-radius: 4px;
}
.form-control:focus{
	box-shadow: none;
}
.sidebar-nav i {
	width: 26px;
	margin-right: 2px;
}

label.col-form-label.col-md-3 {
	width: auto;
	padding-right: 8px;
}
.sidebar-nav li span.navitem:hover {
	text-decoration: none;
	color: #003C44;
	background: rgba(255,255,255,0.2);
}

.sidebar-nav li span.navitem:active,
.sidebar-nav li span.navitem:focus {
	text-decoration: none;
}

.display-flex {
	display: flex;
}

.line-height{
	line-height: 23px;
}

.pl-16{
	padding-left: 16px;
}
.pr-10{
	padding-right: 10px;
}
.pr-42{
	padding-right: 42px;
}
.pt-16{
	padding-top: 16px;
}
.pb-50{
	padding-bottom: 50px;
}
.width-159{
	width: 159px;
}

.height-37{
	height: 37px;
}
.navmenuname-selected {
	color: #202020;
	font-weight: bold !important;
}

.sidebar-nav hr {
	border-top-color: #777;
}
.sidebar-nav li span.navitem, .sidebar-nav li span.navitem a:hover {
	color: #003C44;
}

@media(min-width:768px) {
	#sidebar-wrapper {
		width: 217px;
		box-shadow: 0px 0px 17.7px rgba(0, 0, 0, 0.12);
	}

	#page-content-wrapper {
		left: 180px;
	}
}
.navbar {
	top: 0px;
	position: fixed;
	width: 100%;
	background-color: #202020;
	height: 40px;
	min-height: 40px;
	z-index: 2;
}
.bg-dark {
	background-color: #202020!important;
}

.navbar-inner {
	min-height: 40px;
	line-height: 40px;
}

.navbar-inverse a.navbar-brand {
	color: #E7E7E7;
	height: 40px;
	min-height: 40px;
	padding: 0px 12px;
	font-size: 1.25rem;
}
.nav-link {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: .5rem;
	padding-top: .5rem;
	padding-right: .5rem;
	color: #228477;
}
.nav-link-selected {
	padding-top: .5rem;
	padding-bottom: 0;
	padding-left: .5rem;
	padding-right: .5rem;
	color: #003C44;
	background-color: #CCD8DA;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: #003C44;
	text-decoration: none;
}

.navbar-text {
	margin-top: 10px;
}

.shortBrand {
	display:none;
}

.filtered {
	display: none;
}

.tableFilter {
	font-size: 14px;
	margin-top: 9px;
	margin-bottom: 8px !important;
}


#loginform input[type=text], #loginform input[type=password], #passwordform input[type=password] {
    padding-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
}


#loginform .form-group, #passwordform .form-group {
	padding-bottom: 8px;
}


@media (max-width: 1202px) {
	body{background:none}
}

@media (max-width: 1081px) {
	.shortBrand{
		display:inline;
	}
	.fullBrand{
		display:none;
	}
}

@media (max-width: 1023px) {
	.bldInfo {
		display:none;
	}
	.modal-body{
		max-height:350px;
	}
	.table th,.table td{
		padding:4px;
	}
}
@media (max-width: 979px) {
	body {
		padding: 0;
	}
}

.nav input{
	margin-bottom:5px
}

/* table header sort arrows */
th.headerSortUp, th.headerSortDown {
	background-image: url(../images/asc.gif);
	background-repeat: no-repeat;
	background-position: right;
}
th.headerSortDown {
	background-image: url(../images/desc.gif);
}

.sl-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.search {
	margin-left: auto;
	margin-right: 0;
}

a:hover {
	color: #004b5e;
}

.searchBtn {
	margin: 8px 4px 8px 4px;
	padding: 4px 8px;
}
.searchBox {
	height: 28px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.btn-primary {
	color: #ffffff;
	background-color: #003C44;
	font-family: semi bold,Open Sans, sans-serif;
	border-radius:4px;
	border-color: #003c44;
	font-weight: bold;
}

.btn-tertiary
{
	color: #003C44;
    background-color: #ffffff;
    font-family: semi bold, Open Sans, sans-serif;
	border:1px solid #003C44 ;
	border-radius:4px;
}

.btn-secondary {
	color:#003C44;
	background-color: #ffffff;
	font-family: semi bold,Open Sans, sans-serif;
	border:2px solid #003C44;
	border-radius: 4px;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #003c44;
	border-color: #003c44;
}

.btn-secondary:hover {
	color: #003c44;
	background-color: #ffffff;
	border-color: #003c44;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show >.btn-secondary.dropdown-toggle {
	color: #003c44;
	background-color: #ffffff;
	border-color: #003c44;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #003c44;
	border-color: #003c44;
}

.userDetails {
	margin: 6px 6px 6px 12px;
}

.userDetails h5 {
	float: left;
	margin-right: 6px;
	width: 125px;
}

.full-height {
	height: 100%;
	padding: 0 12px;
}

.page-holder,
.data-form {
	position: absolute;
	top: 0;
	bottom: 0;
}

.data-form {
	position: absolute;
	background-color: #FEFEFE;
}


.sl-form {
	top: 54px;
	left: 172px;
	right: 0;
}

.sl-form button {
	margin: 0 0 0 4px;
	min-width: 60px;
	float: right;
}

.form-group {
	margin-top: 3px;
	margin-bottom: 6px;
	line-height: 1.0;
}

.form-group hr, .form-control-row hr {
	width: 95%;
	margin: 6px 0 0 20px;
	border-top: 0;
	border-bottom: 1px solid #BBB;
}

.form-control-inline hr {
	display: none;
}

.form-inline > .form-group:before {
	display: inline;
}

.form-inline > .form-group:after {
	clear: none;
	display: inline;
}

.form-group.row
{
	align-items: baseline;
}

.form-group input:not(.form-control-plaintext),
.form-control-inline input {
	line-height: 20px;
	 /*height: 28px;*/
	padding-left: 6px;
	padding-bottom: 2px;
	margin-top: 2px;
	color: #202020;
	border-color: #989898;
	background-color: #ffffff;
}

.form-control-inline input {
	margin-bottom: 4px;
}

.form-control-inline:after {
	clear: both;
}

.form-group select,
.form-control-inline select
{
	height: 32px;
	padding-left: 6px;
	margin-top: 2px;
}

.form-control-inline select {
	margin-bottom: 4px;
}

.form-control-static {
	min-height: 30px;
	line-height: 24px;
	padding-top: 2px;
	margin-top: 2px;
}

.form-control-inline .form-control-static {
	margin-top: 6px;
}

.form-horizontal .col-form-label {
	margin-top: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.form-inline .col-form-label {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* modified from sl_framework.css */
.page-header {
	margin: 12px 0 4px 0;
	border-bottom: 0;
	padding-bottom: 3px;
	border-color: #e6e6e6;
	float: left;
}

.help-block {
	margin-top: 2px;
	margin-bottom: 0;
	padding-left: 15px;
}

.error-block {
	margin-top: 3px;
	margin-bottom: 0;
	padding-left: 15px;
	display: block;
	font-style: italic;
	font-weight: bold;
}

.has-error .error-block {
	color: #a94442;
}

.has-error .slform-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.required-mark {
	display: inline-block;
	color: #A94442;
	font-size: 24px;
	margin-left: 6px;
	margin-top: 8px;
}

.sl-control-box {
	border: 1px solid #763905;
	padding: 8px 0 8px 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

.sl-formtext {
	display: inline-block;
	color: #763905;
	margin-left: 12px;
	margin-bottom: 6px;
}

.sl-datatable {
	table-layout: fixed;
}

.sl-datatable th, .sl-datatable td {
	table-layout: fixed;
	overflow: hidden;
}

.sl-tablebutton {
	display: inline-block;
	font-family: semi bold, Open Sans, sans-serif;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #003C44;
	background-color: #ffffff;
	border: 2px solid #003C44;
	border-radius: 4px;
	margin: 2px;
}

.table-hover tbody tr:hover {
	background-color: #DBE4E5;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dddddd;
}
.sl-tablebutton:hover {
	background-color: #DBE4E5;
	border: 1px solid #A84E0A;
}

.sl-tablebutton-disabled {
	opacity: 0.5;
	cursor: not-allowed !important;
	color: #999999 !important;
	background-color: #f5f5f5 !important;
	border-color: #cccccc !important;
}

.sl-tablebutton-disabled:hover {
	background-color: #f5f5f5 !important;
	border-color: #cccccc !important;
}
.sl-buttoncell {
	padding: 5px 3px 5px 8px !important;
}

.sl-confirmtext {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 6px;
	font-size: 16px;
	font-weight: normal;
}

.sl-listitem {
	margin-top: 0;
}

.sl-tag-list {
	margin-left: -12px;
	padding-left: 0;
	list-style-type: none;
}

.sl-tag-holder {
	width: 100%;
	max-height: 32px;
}

.sl-tag {
	display: inline-block;
	background-color: #CCC;
	margin: 0 0 3px 0;
	padding: 1px 1px 1px 8px;
	width: 450px;
	overflow-x: hidden;
	white-space: nowrap;
}

.sl-tag-end {
	display: inline-block;
	font-family: Arial, sans-serif;
	background-color: #CCC;
	margin: 0 0 3px 0;
	padding: 1px 1px 1px 8px;
	width: 24px;
	overflow-x: hidden;
}

.sl-tag-end:hover {
	font-weight: bold;
	cursor: pointer;
}

#refreshiframe, .slauth {
	visibility: hidden;
	width: 1px;
	height: 1px;
}

.sl-rightside-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: 0px;
}

.sl-footer {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	height: 80px;
	color: #888;
}

.sl-footer a:link {
	color: #888;
}

.sl-footer a:visited {
	color: #888;
}

.sl-disabled {
	text-decoration: line-through;
	color: red;
}


@media (min-width: 768px) {
	.sl-rightside-container {
		width: 660px;
	}
	#bee-plugin-container
	{
		width: 738px;
	}
}
@media (min-width: 800px) {
	.sl-rightside-container {
		width: 600px;
	}
	#bee-plugin-container
	{
		width: 770px;
	}
}
@media (min-width: 850px) {
	.sl-rightside-container {
		width: 650px;
	}
	#bee-plugin-container
	{
		width: 820px;
	}
}
@media (min-width: 900px) {
	.sl-rightside-container {
		width: 700px;
	}
	#bee-plugin-container
	{
		width: 870px;
	}
}
@media (min-width: 950px) {
	.sl-rightside-container {
		width: 750px;
	}
	#bee-plugin-container
	{
		width: 920px;
	}
}
@media (min-width: 1000px) {
	.sl-rightside-container {
		width: 800px;
	}
	#bee-plugin-container
	{
		width: 970px;
	}
}
@media (min-width: 1050px) {
	.sl-rightside-container {
		width: 850px;
	}
	#bee-plugin-container
	{
		width: 1020px;
	}
}
@media (min-width: 1100px) {
	.sl-rightside-container {
		width: 900px;
	}
	#bee-plugin-container
	{
		width: 1070px;
	}
}
@media (min-width: 1150px) {
	.sl-rightside-container {
		width: 950px;
	}
	#bee-plugin-container
	{
		width: 1120px;
	}
}
@media (min-width: 1200px) {
	.sl-rightside-container {
		width: 1000px;
	}
	#bee-plugin-container
	{
		width: 1170px;
	}
}
@media (min-width: 1250px) {
	.sl-rightside-container {
		width: 1050px;
	}
	#bee-plugin-container
	{
		width: 1220px;
	}
}
@media (min-width: 1300px) {
	.sl-rightside-container {
		width: 1100px;
	}
	#bee-plugin-container
	{
		width: 1270px;
	}
}
@media (min-width: 1350px) {
	.sl-rightside-container {
		width: 1150px;
	}
	#bee-plugin-container
	{
		width: 1320px;
	}
}
@media (min-width: 1400px) {
	.sl-rightside-container {
		width: 1200px;
	}
	#bee-plugin-container
	{
		width: 1370px;
	}
}
@media (min-width: 1450px) {
	.sl-rightside-container {
		width: 1250px;
	}
	#bee-plugin-container
	{
		width: 1420px;
	}
}
@media (min-width: 1500px) {
	.sl-rightside-container {
		width: 1300px;
	}
	#bee-plugin-container
	{
		width: 1470px;
	}
}
@media (min-width: 1550px) {
	.sl-rightside-container {
		width: 1350px;
	}
	#bee-plugin-container
	{
		width: 1520px;
	}
}
@media (min-width: 1600px) {
	.sl-rightside-container {
		width: 1400px;
	}
	#bee-plugin-container
	{
		width: 1570px;
	}
}
@media (min-width: 1650px) {
	.sl-rightside-container {
		width: 1450px;
	}
	#bee-plugin-container
	{
		width: 1620px;
	}
}
@media (min-width: 1700px) {
	.sl-rightside-container {
		width: 1500px;
	}
	#bee-plugin-container
	{
		width: 1670px;
	}
}
@media (min-width: 1750px) {
	.sl-rightside-container {
		width: 1550px;
	}
	#bee-plugin-container
	{
		width: 1720px;
	}
}
@media (min-width: 1800px) {
	.sl-rightside-container {
		width: 1600px;
	}
	#bee-plugin-container
	{
		width: 1770px;
	}
}
@media (min-width: 1850px) {
	.sl-rightside-container {
		width: 1650px;
	}
	#bee-plugin-container
	{
		width: 1820px;
	}
}
@media (min-width: 1900px) {
	.sl-rightside-container {
		width: 1700px;
	}
	#bee-plugin-container
	{
		width: 1870px;
	}
}
@media (min-width: 1950px) {
	.sl-rightside-container {
		width: 1750px;
	}
	#bee-plugin-container
	{
		width: 1920px;
	}
}
@media (min-width: 2000px) {
	.sl-rightside-container {
		width: 1800px;
	}
	#bee-plugin-container
	{
		width: 1970px;
	}
}
@media (min-width: 2050px) {
	.sl-rightside-container {
		width: 1850px;
	}
	#bee-plugin-container
	{
		width: 2020px;
	}
}
@media (min-width: 2100px) {
	.sl-rightside-container {
		width: 1900px;
	}
	#bee-plugin-container
	{
		width: 2070px;
	}
}
@media (min-width: 2150px) {
	.sl-rightside-container {
		width: 1950px;
	}
	#bee-plugin-container
	{
		width: 2120px;
	}
}
@media (min-width: 2200px) {
	.sl-rightside-container {
		width: 2000px;
	}
	#bee-plugin-container
	{
		width: 2170px;
	}
}
@media (min-width: 2250px) {
	.sl-rightside-container {
		width: 2050px;
	}
	#bee-plugin-container
	{
		width: 2220px;
	}
}
@media (min-width: 2300px) {
	.sl-rightside-container {
		width: 2100px;
	}
	#bee-plugin-container
	{
		width: 2270px;
	}
}
@media (min-width: 2350px) {
	.sl-rightside-container {
		width: 2150px;
	}
	#bee-plugin-container
	{
		width: 2320px;
	}
}
@media (min-width: 2400px) {
	.sl-rightside-container {
		width: 2200px;
	}
	#bee-plugin-container
	{
		width: 2370px;
	}
}


@media (min-height: 450px) {
	#bee-plugin-container
	{
		height: 250px;
	}
}
@media (min-height: 500px) {
	#bee-plugin-container
	{
		height: 300px;
	}
}
@media (min-height: 540px) {
	#bee-plugin-container
	{
		height: 340px;
	}
}
@media (min-height: 600px) {
	#bee-plugin-container
	{
		height: 400px;
	}
}
@media (min-height: 650px) {
	#bee-plugin-container
	{
		height: 450px;
	}
}
@media (min-height: 720px) {
	#bee-plugin-container
	{
		height: 520px;
	}
}
@media (min-height: 768px) {
	#bee-plugin-container
	{
		height: 568px;
	}
}
@media (min-height: 800px) {
	#bee-plugin-container
	{
		height: 600px;
	}
}
@media (min-height: 850px) {
	#bee-plugin-container
	{
		height: 650px;
	}
}
@media (min-height: 900px) {
	#bee-plugin-container
	{
		height: 700px;
	}
}
@media (min-height: 950px) {
	#bee-plugin-container
	{
		height: 750px;
	}
}
@media (min-height: 1000px) {
	#bee-plugin-container
	{
		height: 800px;
	}
}
@media (min-height: 1200px) {
	#bee-plugin-container
	{
		height: 1000px;
	}
}


.table-active {
	font-weight: bold;
	color: white !important;
}
table.displayTable
{
	margin-top: 15px;
}
table.displayTable tr th
{
	vertical-align: top;
	padding-right: 10px;
	line-height: 24px;
}
table.displayTable tr td
{
	line-height: 24px;
}

.page-input {
	cursor: default;
}

.page-num {
	color: #763905;
	background-color: #F7AC66;
	cursor: default;
}

.pagination-button {
	height: 24px;
	background-color: #fff;
	color: #003c44;
	border: 2px solid #003c44;
}

.pagination-input {
	margin-left: 10px;
	margin-right: 10px;
}

.pagination-container {
	width: 50%;
}

.pagination-pointed .pagination-pointed-button, .pagination-pointed .current, .pagination-pointed .pagination-previous {
	position: relative;
	display: inline-block;
	padding: 6px 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #6c757d;
	color: #fff;
	outline: 0;
	text-decoration: none;
	transition: all 0.2s linear;
}

.pagination-pointed .pagination-pointed-button:hover, .pagination-pointed .current:hover, .pagination-pointed .pagination-previous:hover {
	background-color: #41525e;
}

.pagination-pointed .current {
	background: dodgerblue;
}

.pagination-pointed .current:hover {
	background-color: #003C44;
}

.pagination-pointed .pagination-next a {
	border-radius: 4px 0 0 4px;
	margin-right: 18px;
}

.pagination-pointed .pagination-next a:hover::after {
	border-left: 17px solid #41525e;
}

.pagination-pointed .pagination-next a::after {
	content: "";
	position: absolute;
	top: 0;
	right: -18px;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #2c3840;
	transition: all 0.2s linear;
}

.pagination-pointed .pagination-previous {
	border-radius: 0 4px 4px 0;
	margin-left: 18px;
}

.pagination-pointed .pagination-previous:hover::after {
	border-right: 17px solid #41525e;
}

.pagination-pointed .pagination-previous::before {
	content: "";
}

.pagination-pointed .pagination-previous::after {
	content: "";
	position: absolute;
	top: 0;
	left: -18px;
	width: 0;
	height: 0;
	border-bottom: 17px solid transparent;
	border-top: 17px solid transparent;
	border-right: 17px solid #2c3840;
	transition: all 0.2s linear;
}

.corrected-margins {
	margin-left: 3px;
	margin-right: 10px;
}

.links .nav-link, .backToLogin .nav-link {
    padding: 0;
}

.fullScreen {
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
}

.borderShadowRight {
    box-shadow: 0px 0px 12px 0px #0000001F;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.titleText {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #202020;
}

.flex-Col {
    flex-direction: column;
}

.label {
    font-size: 14px;
    font-weight: 400;
    color: #202020;
    margin: 0;
}

.loginForm input {
    width: 100%;
    padding: .375rem .75rem;
}

.w-100 {
    width: 100%;
}

/* Sign In button */
.sign-in-button {
	width: fit-content;
	height: 38px;
	border-radius: 4px;
	background-color: #003C44;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0px;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	display: block;
	margin: 8px auto 0 auto;
	padding: 10px 20px;
	transition: background-color 0.2s ease;
}

.sign-in-button:hover {
	background-color: #002b30;
	text-decoration: none;
}

/* Forgot password link */
.forgot-password-link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #1B6A5F;
	text-decoration: none;
	display: inline-block;
	margin-top: 8px;
}

.forgot-password-link:hover {
	text-decoration: underline;
}
