

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #015158;
	font-weight: 500;
	line-height: 18px;
	text-rendering: optimizeLegibility;
}

@media (max-width: 767px) {
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #015158;
	font-weight: 500;
	line-height: 18px;
	text-rendering: optimizeLegibility;
}

}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

#page-login{
	z-index: 10;
    position: absolute;
	padding:20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 320px;
}

.form-group {

	padding: 10px 0 10px 0;

}

input {

	width: 100%;
    outline-style: none;
    font-size: inherit;
    font-family: inherit;
    padding: 15px;
    letter-spacing: normal;
    border: 1px solid #86B849;
    display: inline;
    box-sizing: border-box;

    background-color: #fafafa;
}

button {

	background: #86B849;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 10px 20px;
}