

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
menu,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
input,
button,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
html,
div,
ul,
li,
p,
form,
span,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
header,
footer,
nav,
menu,
section {
  position: relative;
}
html {
  min-height: 100%;
}
body {
  width: 100%;
}
ol,
ul,
menu,
nav {
  list-style: none;
}
div,
header,
footer,
nav,
menu,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
button,
input,
textarea,
:focus {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
ins {
  display: inline-block;
  *display: inline;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
abbr {
  cursor: help;
}
label,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select,
a[href],
button {
  cursor: pointer;
}
a[disabled],
input[disabled],
button[disabled] {
  cursor: default;
}
hr {
  background: 0;
  border: 0;
  height: 0;
  margin: 0;
}



input {
  border-radius: 3px;
  font-size: 12px;
}
input[type="text"] {
  color: #1a2e60;
  border: 1px solid #bcbcbf;
  padding: 5px 10px;
}
input.orange {
  background-image: -webkit-repeating-linear-gradient(270deg, #ffa800, #e07400);
  background-image: repeating-linear-gradient(-180deg, #ffa800, #e07400);
  color: #fff;
}
input.orange:active {
  background: #fd7500;
  background: -moz-linear-gradient(top, #fd7500 0%, #ffa900 100%);
  background: -webkit-linear-gradient(top, #fd7500 0%, #ffa900 100%);
  background: linear-gradient(to bottom, #fd7500 0%, #ffa900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7500', endColorstr='#ffa900', GradientType=0);
}
input.orange:disabled {
  background: #aeaeae;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #aeaeae 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #aeaeae 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #aeaeae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#aeaeae', GradientType=0);
}



body {
  width: 100%;
  background: #eff1f6;
  color: #1a2e60;
  min-width: 1250px;
  font-family: Roboto, serif;
  font-weight: 400;
  font-size: 14px;
}
form {
  width: 300px;
  height: 275px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
form h1 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}
form p {
  margin-bottom: 60px;
}
form .field {
  padding: 10px 8px;
}
form .field input {
  width: 100%;
  padding: 5px 10px;
}
form .field input[type=submit] {
  border: none;
}
form .field input[type=text],
form .field input[type=password] {
  padding-left: 45px;
  border: 1px solid #bcbcbf;
  color: #bcbcbf;
}
form .field input[type=text] + span,
form .field input[type=password] + span {
  position: absolute;
  left: 15px;
}
form .field input[type=text] + span:before,
form .field input[type=password] + span:before {
  color: #bcbcbf;
  font-family: "fontello", serif;
  line-height: 30px;
  font-size: 21px;
}
form .field input[type=text] + span:before {
  content: '\e811';
}
form .field input[type=password] + span:before {
  content: '\e812';
}
footer {
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%;
}



.error-message {
  color: #e9464e;
}
