.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;
}
.panel {
	background-color: unset !important;
}
.panel-body {
	background-color: #fff;
}
.panel .form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(161 237 14 / 25%);
}
.panel .form-control.is-invalid:focus {
	box-shadow: 0 0 0 0.2rem rgba(237, 14, 14, 0.10);
}

.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;*/
}
.panel-footer {
	background-color: #fff !important;
}
.panel a {
	color: #89b439;
}
.position-relative {
	position: relative;	
}
#getCapcha {
	line-height: 12px;
    padding: 10px;
}
#USER_LOGIN {
    background-image: none;
    color: #666;
}
