#login_button {
	background: #21AF4C !important;
	border-color: #21AF4C !important;
}
.custom-login a {
	color: #008ecc !important;
}
.login-bg-img .login-bg-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.custom-login .auth-footer span a, .custom-login .auth-footer span {
	color: #1E1E1E !important;
}
@media (max-width: 1600px) {
  .login-bg-img .login-bg-1 {
    width: auto;
    height: 400px;
  }
  .login-bg-img .login-bg-2 {
    width: auto;
    height: 500px;
  }
}

@media (max-width: 1455px) {
  .login-bg-img .login-bg-1 {
    width: auto;
    height: 400px;
  }
  .login-bg-img .login-bg-2 {
    width: auto;
    height: 400px;
  }
}


@media (max-width: 1366px) {
  .login-bg-img .login-bg-1 {
    width: auto;
    height: 300px;
  }
  .login-bg-img .login-bg-2 {
    width: auto;
    height: 300px;
  }
}