﻿
/*Loading fonts from ../Styles/Default/files/
========================================================*/

@font-face {
    font-family: 'SignikaRegular';
    src: url('fonts/Signika-Regular-webfont.eot');
    src: url('fonts/Signika-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Signika-Regular-webfont.woff') format('woff'),
         url('fonts/Signika-Regular-webfont.ttf') format('truetype'),
         url('fonts/Signika-Regular-webfont.svg#SignikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, input
{
    font-family: 'SignikaRegular', sans-serif;
}

body 
{
}

.imageHeader {
    width:560px;
    height: 80px;
}

.outer {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -180px;
    width: 560px;
    height: 325px;
    margin-left: -280px;
    /*margin-right: auto;*/
    padding-bottom: 60px;
    background-color:#FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 28px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 28px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 28px rgba(50, 50, 50, 0.75);
}

.inner
{
    text-align:center;
    margin-top: 40px;
}

.input-field {
    font-size:12px;
    width: 190px;
    border: solid 1px #ccc;
    padding:3px;
    margin-top: 5px;
    margin-bottom: 12px;
    margin-left:auto;
    margin-right:auto;
}

.caption
{
}

.logonHeader
{
    margin-bottom:23px;
    margin-top:40px;
}

#lblLoginError
{
     font-size: 12px;
     color:#f00;
}

.button {
    width: 125px;
    height: 25px;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Scalable Background-Image
==============================================*/
body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
}
