@font-face {
    font-family: 'museo';
    src:  url('../fonts/pdr-musio.woff2') format('woff2')
}

@font-face {
    font-family: 'Montserrat';
    src:  url('../fonts/pdr-montserrat.woff2') format('woff2')
}

html {
    height: 100%;
}

body{
    height: 100%;
    overflow: auto;
	margin: 0;
	padding: 0;
	background: #2d1d85;
	color: #fff;
	font-family: museo,Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 12px;
	z-index: 0;
    background-image: url("../images/sweep.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    background-attachment: fixed;    
}

#container {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    min-width: 650px;
    min-height: 750px;
    text-align: center;
    padding: 0px;
}

#logo {
	width: 550px;
	height: 210.5px;
	position: absolute;
	top: 30px;
    left: 50%;
    transform: translateX(-50%);
	background-image: url("../images/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#welcome {
    color: #ffc22e;
    font-size: 5em;
    position: absolute;
    top: calc(255px);
    left: 0px;
    right: 0px;
    text-align: center;
}

.header{
	position: absolute;
	bottom: calc(10% + 225px);
	left: 50%;
	transform: translateX(-50%);
	height: 50px;
	width: 100%;
	text-align: center;
}

.header div {
	float: left;
	color: #ff8000;
	font-size: 3em;
	width: 100%;
}

.login {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	height: 250px;
	padding: 10px;
	z-index: 2;
	text-align: center;
}

.login input[type=text]{
	width: 550px;
	height: 85px;
	background: transparent;
	border: 3px solid #ffc22e;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	font-size: 4.5em;
	text-align: center;  
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: solid;
	text-transform: uppercase;
    font-family: museo,Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.login input[type=submit]{
	position: relative;
	margin-top: 20px;
	width: 560px;
	height: 85px;
	border: 3px solid #ffc22e;
	cursor: pointer;
	border-radius: 15px;
	color: #2d1d85;
    font-family: museo,Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 4.5em;
    font-weight: bold;
	padding: 6px;
	margin-top: 50px;
    background-color: #ffc22e;
}

.login input[type=submit]:hover{
	opacity: 0.8;
}

.login input[type=submit]:active{
	opacity: 0.6;
}

.login input[type=text]:focus{
	outline: none;
	border: 3px solid #ffc22e;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: solid;
}

.login input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=button]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}
