:root {
	--primaryColor:#169861;
}

.topbar,
.sub-title::after {
	background-color: #169861 !important;
}

.btn-primary {
	background-color: #169861;
		border-color: #169861;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #f9b14c;
	border-color: #f9b14c;
}

#formarea, #formhome .homebox {
 border-radius:5px	
}

#login-form-data a.forgot {
	color: #169861;
}

.iscr-logo {
	width:226px;
	height:auto;
	padding:10px;
	padding-top:15px;
	
}

body {
	overflow-x:hidden;
	background-color:#ffffff !important;
}



body.admin-auth-login .main-content, body.admin-auth-login .main-content .container {
	min-height:auto !important;
}

@media (max-width: 979px) {
  body.admin-auth-login .main-content {
    min-height: auto;
  }
}

.head-wrap {
}

body.admin-auth-login .footer {
	position:fixed;
	bottom:0px;
	width:100%;
}

body.admin-auth-login::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  transform: translate(38%, -47%);
  width: 915px;
  height: 915px;
  background: url('/images/elemento_circolare.svg') center center no-repeat;
    background-size: auto;
  background-size: cover;
  z-index: 0;
  opacity: 0.8;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	
}
