@font-face {
  font-family: 'Interstate';
  src: url('../f/interstateregular.eot');
  src: url('../f/interstateregular.eot?#iefix') format('embedded-opentype'), url('../f/interstateregular.woff') format('woff'), url('../f/interstateregular.ttf') format('truetype'), url('../f/interstateregular.svg#interstateregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Interstate';
  src: url('../f/interstateextralight.eot');
  src: url('../f/interstateextralight.eot?#iefix') format('embedded-opentype'), url('../f/interstateextralight.woff') format('woff'), url('../f/interstateextralight.ttf') format('truetype'), url('../f/interstateextralight.svg#interstateextralight') format('svg');
  font-weight: 100;
  font-style: normal;
}
/* 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 Interstate, Arial, Helvetica, sans-serif;
  color: #777;
  background-color: #FFF;
  background: #FFF url("../i/login_f1.jpg") no-repeat scroll center center / cover;
}
h2,
h3 {
  font: 100 21px Interstate, Arial, Helvetica, sans-serif;
}
input,
textarea,
select {
  font: normal 14px Interstate, Arial, Helvetica, sans-serif;
  width: 290px;
  color: #555;
  margin-top: 2px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #DDD;
  background-color: #FAFAFA !important;
  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 #C00;
}
/* 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, 0.4);
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.3);
}
#content {
  width: 308px;
  /*height: 240px;*/
  padding: 0 20px 20px;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0.7)), color-stop(80%, rgba(241, 241, 241, 0.98)), color-stop(100%, rgba(237, 237, 237, 0.7)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 10%, rgba(241, 241, 241, 0.98) 80%, rgba(237, 237, 237, 0.7) 100%);
  background: linear-gradient(to bottom, 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='#ccffffff', endColorstr='#b3ededed', GradientType=0);
  border-radius: 3px;
}
/* 3. Elements /////////////////////////////////////////////////////////////////////////////////// */
.riu {
  display: block;
  clear: both;
  padding-top: 20px;
}
.note {
  padding: 20px 0;
}
.important {
  font-size: 12px;
  border: 1px solid #d90000;
  background-color: #FFF;
  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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFF), color-stop(80%, rgba(241, 241, 241, 0.9)), color-stop(100%, rgba(237, 237, 237, 0.7)));
  background: -webkit-linear-gradient(top, #FFF 20%, rgba(241, 241, 241, 0.9) 80%, rgba(237, 237, 237, 0.7) 100%);
  background: linear-gradient(to bottom, #FFF 20%, rgba(241, 241, 241, 0.9) 80%, rgba(237, 237, 237, 0.7) 100%);
  border-radius: 3px;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-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: 100;
  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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #DFDFDF;
  /*rgba(220,220,220,0.8);*/
  background: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f8f8f8), color-stop(100%, #eaeaea));
  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);
  border-radius: 2px;
  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;
  /*background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #f8f8f8));
	background: -webkit-linear-gradient(top, #eaeaea 0%, #f8f8f8 100%);
	background: -o-linear-gradient(top, #eaeaea 0%, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #eaeaea 0%, #f8f8f8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f8f8f8', GradientType=0 );*/
  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, 0.2);
  margin: 0 0 -5px;
  padding: 10px 15px;
  z-index: 2;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-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;
}

