html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
* {
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

/* ==== Google font ==== */
@import 'https://fonts.googleapis.com/css?family=Istok+Web:400,400i,700&subset=cyrillic,cyrillic-ext,latin-ext';


body {
	background: #394864;
    font-family: 'Istok Web', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {    
  font-weight: 300;
  color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
}


.section {
  float:left; width:100%; position:relative;
  margin:0 padding:0; 
}


.login-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #e40034;
    background: -webkit-linear-gradient(bottom left, #e40034 0%, #da047b 100%);
    background: -o-linear-gradient(bottom left, #e40034 0%, #da047b 100%);
    background: linear-gradient(to top right, #e40034 0%, #da047b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40034', endColorstr='#da047b',GradientType=1 );
}

.col-50 {
  position:fixed; width:50%;
  top:0; bottom:0; right:0; 
  text-align:center; 
  background-color:white; 
  display:flex; align-items:center;  
    overflow:hidden;
}
.col-50.right {
  left:0; right:auto;
}
.col-50.right.bg {
  background:url(../img/bg.jpg) no-repeat center center;
  background-size:cover;  
}
.col-50 > div {
  display:inline-block; width:100%;  
  text-align: center;
}

.logo {
  width:250px; height:auto; 
  display:inline-block; 
}
.col-50 h3 {
  font-weight:400; 
  font-size:20px;
  margin-top:25px;
  margin-bottom:0;
  position:relative;  
  color:#e40034;  
  max-width:250px; 
  display:inline-block; 
}

.col-right {
  color:white; font-size:18px;
  max-width:400px; display:inline-block; 
}
.col-right h1 {
  font-size:44px; color:white;
  text-transform:uppercase; 
}
.col-right h2 {
  font-size:28px; color:white;
  margin-top:40px;
}

