html,
body {
    height: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.margin {
  margin: 0 !important;
}

.page-footer{
	background-color: #26A69A !important;
	padding-top: 0 !important;   
}

img.logo-login{
	max-width: 60% !important;
}

div#login-page {
    width: 30%;
    margin-bottom: 0;
}

footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #ee6e73;
    width: 30%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 0 20px;
    background: transparent;
}

footer.page-footer .footer-copyright{
	background-color: transparent;
}

@media (max-width: 1199px) {
	div#login-page, footer.page-footer {
	    width: 40%;
	}
}

@media (max-width: 1000px) {
	div#login-page, footer.page-footer {
	    width: 45%;
	}
}


@media (max-width: 900px) {
	div#login-page, footer.page-footer {
	    width: 50%;
	}
}

@media (max-width: 700px) {
	div#login-page, footer.page-footer {
	    width: 60%;
	}
}

@media (max-width: 600px) {
	div#login-page, footer.page-footer {
	    width: 70%;
	}
}

@media (max-width: 500px) {
	div#login-page, footer.page-footer {
	    width: 80%;
	}
}

