/*
Copyright © 2019 Кутузов Андрей. All rights reserved.
Contacts: <0x918fh@gmail.com>
*/
html{
	height: 100%;
}

body {
	background-color: #5a8ec7;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	position: relative;
	height: 100%;
}

.head{
  background-color: #586d89;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ecf0f1;
  padding: 0 20px;
  font-size: 20px;
  line-height: 46px;
}

.head .brand{
  font-size: 25px;
  font-weight: bold;
}

.mainWrap, .menuCol, .contentCol{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.us-login-wrap{
  width: 50%;
  text-align: center;
}

.contentCol{
  padding: 70px 20px 20px 20px;
  overflow-y: scroll;
}