@font-face {
    font-family: Prototype; 
    src: url("fonts/Prototype.ttf"); 
}
body{
    width: 100%;
    height: 100%;
	background: url("images/login-bg-new.png") no-repeat;
    background-size: cover;
     background-position: center bottom;
}
.content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 60%;
    margin: auto;
}
.hlavicka{
	font-family: Prototype;
	font-size: 75px;
	color: #fcc865;
	text-align: center;
	text-shadow: -2px 0 #2A2A2A, 0 2px #2A2A2A, 2px 0 #2A2A2A, 0 -2px #2A2A2A;
}

.loginForm{
    width: 500px;
    margin: 0 auto;
}
.center_div{
    margin: 0 auto;
    width:80%;
}
form{
    margin-top: 30px;
}
label{
    color: #fcc865;
}