/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css *****/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.fz16 {
  font-size: 16px;
}

.w125 {
  width: 125px !important;
}

.w150 {
  width: 150px !important;
}

.w220 {
  width: 220px !important;
}

.w33p{
  width: 33.33%;
}

.w50p{
  width: 50%;
}

.w100p{
  width: 100%;
}

.h350 {
  height: 350px;
}

.f12 {
  font-size: 12px;
}
/*
.ml10 {
  margin-left: 16px;
}
*/
small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

select {
  font-size: 14px;
  padding: 9px 22px;
  background-color: #fcfcfc;
  border: 1px solid #dcdfe5;
  box-sizing: border-box;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css *****/


html, body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  /* color: #192c59; */
  color: #111155;
  background: #fcfcfc;
}

.login-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.enter-form {
  flex: 1;
  padding: 30px 0 80px 0;
  display: block;
  margin: 0 auto;
  min-width: 500px;
}

header#header { position: relative; padding: 0; z-index: 2; background: url(../images/landing/header.png) no-repeat top center #2a4e7d; -webkit-box-shadow: 0px 5px 38px 0px rgba(76, 134, 211, 0.3); box-shadow: 0px 5px 38px 0px rgba(76, 134, 211, 0.3); }
header#header .logo {
  position: relative;
  background: url(../images/landing/logo_header.png) no-repeat center;
  width: 168px;
  height: 116px;
  padding: 39px 0;
  margin: 0 auto;
  display: block;
}

.center {
  text-align: center;
}

.txt-middle,
.txt-middle > * {
  vertical-align: middle;
}

.title {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 35px;
}

.line-form {
  position: relative;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	width: 100%;
	padding: 25px 10px 25px 50px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d5dae4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #002b59;
  background: #FFF;
  line-height: 1.5;
}

span.enter-icon{
	display: block;
	width: 27px;
	height: 29px;
}
span.enter-icon.user{
	background: url(../images/landing/enter-icon.png) left top no-repeat;
}
span.enter-icon.mail{
	background: url(../images/landing/enter-icon.png) left -29px no-repeat;
}
span.enter-icon.pass{
	background: url(../images/landing/enter-icon.png) left -58px no-repeat;
}
form.enter-form span.enter-icon,
form.reg-form span.enter-icon{
	position: absolute;
	top: 26px;
	left: 12px;
}


/* checkbox  **************************/

.seoa-checkbox input[type="checkbox"] {
  display: none;
}

.seoa-checkbox {
	width: 24px;
	height: 24px;
	margin: 0 12px 0 0;
	border: 2px solid #ced3de;
	background: #fcfcfd;
	cursor: pointer;
  display: inline-block;
  padding: 0 0 0 4px;
  box-sizing: border-box;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.seoa-checkbox + span {
  line-height: 22px;
  vertical-align: top;
}

.seoa-checkbox.checked .seoa-checkbox-tick {
	width: 14px;
	height: 6px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
  display: inline-block;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  position: relative;
  top: -3px;
}

/* checkbox  **************************/

.long-session {
  margin: 30px 0 40px 0;
}

.long-session label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #acb5c9;
  font-size: 18px;
}

input[type="submit"] {
	position: relative;
	cursor: pointer;
	text-align: center;
	padding: 20px 35px;
  margin: 30px auto 0 auto;
  display: block;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	background: #4c86d3;
	border: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0 8px 17px rgba(76,134,211,.25);
}
input[type="submit"]:hover{
	background: #4079c6;
}


.footer {
  background: #002b59;
  padding: 20px;
}
.footer .copyrighted {
  font-size: 15px;
  color: #acb5c9;
  display: table;
  margin: 0 auto;
}