html{
    font-size: 16px;
}
body {
	background-color: #005c7e;
}
html, body {
    font-family: Montserrat,sans-serif!important;
}
h1, h2, h3, h4 {
	color: #fff !important;
}

#auth-link a, #auth-link span {
	color: #9A9393;
}
.green-lite-color {
    color: #89b439 !important;
}
.section-one-screen.section-one-screen-70 {
	min-height: 70vh;
}
#particles-container-terr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #004158;
}
.decor {
	width: 180px;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
  	margin: 0 auto;
}
@media (max-width: 575px) {
	.decor {
		width: 80px;
		height: 40px;
	}	
}
.btn.btn-territory {
    border: 1px solid #89b439;
    white-space: nowrap;
    color: #fff;
    background-color: #89b439;
    font-size: 18px;
    line-height: 23px;
    border-radius: 4px;
    padding: 10px;
	text-align: center;
	font-weight: bold;
	/*border-radius: 0.5rem !important;*/
}
.btn.btn-territory:hover {
	color: #1a2643;
}
.btn-round-right {
	border-top-right-radius: 17px !important;
	border-bottom-right-radius: 17px !important;
}
.btn-round-left {
	border-top-left-radius: 17px !important;
	border-bottom-left-radius: 17px !important;
}
.panel a {
	color: #89b439;
}
.bx-system-auth-form.panel{
	background-color: unset !important;
}
.panel-body {
	background-color: #fff;
}
.panel-footer {
	background-color: #fff !important;
}
.panel .rounded-top {
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}
.panel .rounded-bottom {
	border-bottom-left-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
}
#auth-link {
	margin-top: -100px;
}
.alert-danger {
	background-color: #ee7656 !important;
}