@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
/* 0. Reset /////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0px;
	margin: 0px;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: inherit;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
}
article, aside, figcaption, figure, footer, header, hgroup, #nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, :link img, :visited img {
	border: none;
}
:focus {
	outline: none;
}
/* 1. Generic /////////////////////////////////////////////////////////////////////////////////// */
html, body {
	height: 100%;
}
body {
	font: normal 14px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	background-color: #FFF;
	background: #FFF url("../i/login_f6.jpg") no-repeat scroll center center / cover ;
}
h1 {
	text-align: center;
}
h1 img {
	max-width: 310px;
	max-height: 110px;
}
h2, h3 {
	font: 300 21px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input, textarea, select {
	font: normal 14px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 290px;
	color: #555;
	margin-top: 2px;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #DDD;
	background-color: #FAFAFA !important;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.85), inset 0px 1px 0px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.85), inset 0px 1px 0px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.85), inset 0px 1px 0px 0px rgba(0,0,0,0.05);
}
input:focus, select:focus, textarea:focus {
	background-color: #FFF !important;
}
input[type="checkbox"], input[type="radio"] {
	background: none;
	border: 0;
	padding: 0;
	width: auto !important;
}
input.active, input:active, input:focus{
	color: #111;
	background-color: #FFF;
}
input#password-real {
	display: none;
}
a {
	color: #777;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.error {
	border: solid 2px #d90000;
}
/* 2. Layout /////////////////////////////////////////////////////////////////////////////////// */
#login {
	width: 100%;
	height: 100%;
}
#main {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#container {
	position: relative;
	width: 348px;
	margin: 50px auto 20px;
	background-color: rgba(255,255,255,.4);
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 11px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 11px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 11px rgba(0,0,0,0.3);
}
#content {
	width: 308px;
	/*height: 240px;*/
	padding: 20px 20px 40px;
	background:#FFFFFF;
	background: -webkit-linear-gradient(rgba(255,255,255,0.7) 10%, rgba(241,241,241,0.98) 80%, rgba(237,237,237,0.7) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0.7) 10%, rgba(241,241,241,0.98) 80%, rgba(237,237,237,0.7) 100%);
	background: linear-gradient(rgba(255,255,255,0.7) 10%, rgba(241,241,241,0.98) 80%, rgba(237,237,237,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ededed',GradientType=0 );
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* 3. Elements /////////////////////////////////////////////////////////////////////////////////// */
.note {
	padding: 20px 0;
}
.important {
	font-size: 12px;
	border: 1px solid #d90000;
	background-color: #FFF;
	 -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 5px;
	text-align: center;
	margin-top: 15px;
}
.important strong {
	color: #d90000;
	display: block;
	text-transform: uppercase;
}
.intro {
	padding: 20px 0 10px;
}
.description {
	display: nones;
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 385px;
	width: 370px;
	padding: 20px 30px;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(242,242,242,0.9) 80%, rgba(237,237,237,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(242,242,242,0.9) 80%,rgba(237,237,237,0.7) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 20%,rgba(242,242,242,0.9) 80%,rgba(237,237,237,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ededed',GradientType=0 );
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 11px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 11px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 11px rgba(0,0,0,0.3);
}
.description:before {
    position: absolute;
	display: block;
	top: 25px;
    left: -7px;
    width: 14px;
    height: 14px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    background-color: #FFF;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    content: "";
}
.description p.date {
	color: #999;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.description h2 {
	font-size: 24px;
	font-weight: 300;
	color: #666;
	margin-top: 0px;
}
.description h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}
.description p {
	font-size: 13px;
	line-height: 140%;
	margin-top: 10px;
}
.description .b1 {
	margin: 10px auto;
}

/* Buttons */
.b1 {
	display: block;
	float: left;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	text-shadow: 0 0 1px #FFF;
	height: 30px;
	text-decoration: none !important;
	text-align: center;
	padding: 0 30px;
	text-transform: uppercase;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #DFDFDF; /*rgba(220,220,220,0.8);*/
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 50%, #eaeaea 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 50%,#eaeaea 100%);
	background: linear-gradient(to bottom, #f8f8f8 50%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05), inset 0px 1px 0px 0px #FFF;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05), inset 0px 1px 0px 0px #FFF;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05), inset 0px 1px 0px 0px #FFF;
}
.b1:hover {
	color: #333;
	text-decoration: none !important;
	border: 1px solid #CFCFCF;
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15), inset 0px 1px 0px 0px #FFF;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15), inset 0px 1px 0px 0px #FFF;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15), inset 0px 1px 0px 0px #FFF;
}
.b_send {
	display: none;
}
.b_go-login {
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #f8f8f8;
	padding-top: 25px;
}
.df_ico_loading1 {
	display: none;
	width: 30px;
	height: 26px;
	float: left;
	margin: 0 5px;
	background: url(../i/df_loading2.gif) no-repeat center center;
}

/* Form */
fieldset {
	margin-top: 10px;
}
fieldset p {
	font-size: 13px;
	margin-top: 5px;
	line-height: 140%;
}
fieldset p label {
	display: block;
}
fieldset.error {
	border: none;
}
fieldset.error input {
	border: solid 1px rgba(180,0,0,0.5);
}
fieldset.error h3 {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	color: #900;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	margin: 0 0 -5px;
	padding: 10px 15px;
	z-index:2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background-color: #EDABAB;
	border: 1px solid #BC0000;
}
fieldset.error h3:before {
    position: absolute;
	background-color: #EDABAB;
    border-right: 1px solid #BC0000;
    border-bottom: 1px solid #BC0000;
    content: "";
    display: block;
    height: 8px;
    left: 15px;
    bottom: -5px;
    -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 8px;
}
fieldset p.privacy {
	margin-top: 10px;
}
fieldset p.forgot-password {
	float: left;
	display: block;
	margin-top: 20px;
}
fieldset p.forgot-password a {
	text-decoration: underline;
	font-size: 12px;
}
fieldset p.buttons {
	display: block;
	float: right;
	margin-top: 10px;
	height: 30px;
}
#signup fieldset p.buttons {
	float: none;
	margin-top: 20px;
}
#signup fieldset p.buttons .b1 {
	width: 247px;
	float: none;
	margin: 0 auto;
}

.result-msg-ok {
	background: #FFF;
	text-align: center;
	display: block;
	padding: 20px 30px;
	line-height: 130%;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
}
