@import url(style.css);

body
{
    /*background: #fff;*/
    background-image: url(images/background.svg), none;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
}

#login
{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.32);
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    background-color: white;
    top: 50%;
    margin-top: -280px;
    height: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.logo
{
    text-align: center;
    padding-bottom: 30px;
}

.parameter
{
    padding-top: 10px;
    padding-bottom: 8px;
    display: block;
}

label
{
    height: 30px;
    font-weight: bold;
}
#slide
{
    position: absolute;
    top: 120px;
    width: 3000px;
    left: -400px;
}
.page
{
    width: 340px;
    height: 400px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}
.menu
{
    position: absolute;
    top: 100%;
    margin-top: -30px;
    width: 340px;
}
#progress
{
    width: 0px;
    height: 3px;
    background-color: #61af3a;
    display: block;
    margin-bottom: 20px;
    margin-left: 30px;
}
.failure
{
	background-color: #b80000 !important;
}
#layer
{
	content: "";
	position: absolute;
	background-color: #000000;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.75;
}
#popup
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -250px;
	width: 400px;
	padding: 50px;
	background-color: white;
	z-index: 100;
	opacity: 1.0;
	border: 2px #4fb948 solid;
	text-align: center;
	font-size: 16px;
}
.error
{
    text-align: center;
}
.success
{
    text-align: center;
}
