﻿@font-face
{
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    src: local('Bree Serif'), local('BreeSerif-Regular'), url(../GoogleFontAPI/LQ7WLTaITDg4OSRuOZCpsxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face
{
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(../GoogleFontAPI/DBCt-NXN57MTAFjitYxdrFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
}


html
{
    height: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    border: 0;
    overflow-y: scroll;
}
body
{
    height: 100%;
    font-family: Arial, 'Helvetica Neue' ,Helvetica,sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: #3c5a76 url('../Images/login_bg.png') no-repeat center;
    overflow:hidden;
}
input, button, select, option
{
    font-family: Arial, 'Helvetica Neue' ,Helvetica,sans-serif;
}
#container
{
    width: 400px;
}
h1
{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 1px 4px rgba(0,0,0,0.68);
    letter-spacing: -1px;
    margin: 0;
}
.sorry
{
    color: #243748;
    font-size: 18px;
    line-height: 24px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.33);
}
.sorry a
{
    color: #243748;
}
a.button
{
    color: rgba(0,0,0,0.72) !important;
    font-size: 17px;
    font-weight: bold;
    font-family: Arial, 'Helvetica Neue' ,Helvetica,sans-serif;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,0.37);
    background: url('../Images/login_submit.gif') no-repeat left 0;
    border: 1px solid #2a3f56;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
    margin: 6px auto 0 auto;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    white-space: nowrap;
    outline-width: 0;
}
a.button:active
{
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3),0 1px 3px rgba(0,0,0,0.7) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3),0 1px 3px rgba(0,0,0,0.7) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.3),0 1px 3px rgba(0,0,0,0.7) inset;
    opacity: 1;
}



div.centered
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	width: 387px;
	height: 306px;
	background-image: url(../Images/login_bg_canvas.png);
}

div.login_headline
{
	text-align: center;
	color: #444444;
	font-family: 'Helvetica' ,Verdana;
	font-size: 20px;
	padding-top: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFFFFF;
	border: 0px solid red;
	height: 35px;
}

div.scheman_login
{
	border: 0px solid red;
	width: 387px;
	height: 218px;
}

div.main_login_window
{
	border: 0px solid green;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.textfield, .watermark
{
	/* border: 1px solid #a6a9aa;     background-image: url(../Images/textfield_bg.jpg);     width: 306px;     height: 30px;     color:#757582;*/
	font: 14px/1.6em arial;
	width: 290px;
	height: 25px;
	padding: 3px;
	margin: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.textfield_MultiLine
{
	font: 14px/1.6em arial;
	padding: 3px;
	margin: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

span input:focus, span textarea:focus
{
	border: 1px solid #77B3D8;
	-moz-box-shadow: 0 0 7px #C8E0EF;
	-webkit-box-shadow: 0 0 7px #C8E0EF;
	-o-box-shadow: 0 0 7px #C8E0EF;
	box-shadow: 0 0 7px #C8E0EF;
}

.watermark
{
	color: #c1c1c1;
}

.greyButton
{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}
.greyButton:hover
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
.greyButton:active
{
	position: relative;
	top: 1px;
}

.login_right_column
{
	text-align: right;
}

.login_left_column
{
	font-family: Verdana;
	font-size: 12px;
}

.success, .warning, .failure
{
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 0px 15px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.successbox, .warningbox, .errormsgbox
{
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 280px;
	font-family: Verdana;
	font-size: 11px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.successbox, .success
{
	color: #4F8A10;
	background-color: #EDFCED;
}
.warningbox, .warning
{
	color: #000;
	background-color: #FAF9C9;
}
.errormsgbox, .failure
{
	color: #D8000C;
	background-color: #FDD5CE;
}

.hidden
{
	visibility: hidden;
}