body{
	background-color: #585858;
	font-family: 'Roboto', sans-serif;
}
.loginform{
	text-align: center;
	width: 250px;
	top:28%;
	left:40%;
	border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
	position:absolute;
	margin: auto;
}
.logo{
    text-shadow: 2px 1px 1px #000;
	padding:20px;
	color:#dedede;
}
.powb{
	color:#fff;
	left:85%;
	top:92%;
	padding: 10dip;
	position:absolute;
	margin:auto;
}
a:link {
    text-decoration: none;
	color:#fff;
}

a:visited {
	color:#fff;
    text-decoration: none;
}

a:hover {
	color:#fff;
    text-decoration: underline;
}

a:active {
	color:#fff;
    text-decoration: underline;
}
input[type=text],[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}
h1{
    font-size: 35px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    color: #dadada;
    letter-spacing: .05em;
}