* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a:active {
	color: inherit;
}

html {
	height: 100%;
	width: 100%;
}

body {
  min-height: 100%;
  background-color: #eaeaea;
  padding: 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0 10px;
}

.loader_wpr {
	width: 200px;
	height: auto;
	margin: 200px auto;
}

.loader {
	width: 200px;
	height: 200px;
	background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}

.loader_txt {
	font-size: 20px;
	color: #4b4b4b;
	text-align: center;
}

.wrapper {
  width: 500px;
  height: auto;
  background-color: #fff;
  margin: 120px auto;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
}

.logo {
  width: 199px;
  height: 34px;
  display: block;
  background: url("../img/bazos.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	resize: none;
  margin: 30px auto;
}

.login_ttl {
  font-size: 18px;
  text-align: center;
  margin: 20px 0 30px;
  cursor: default;
}

.login_forms {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  row-gap: 22px;
  margin: 10px 0;
}

.error_txt {
	width: 86%;
	display: block;
	color: #ea5555;
	margin: 0 auto 10px;
}

.error_txt a, .login_st a { color: #000; }

.error_txt a:hover,
.login_st a:hover {
	color: #CC3333;
	text-decoration: underline;
}

.wrapper input {
  border-radius: 3px;
  font-size: 14px;
  padding: 10px;
  transition: ease .2s;
}

.wrapper input[type="text"] {
  width: 86%;
  border: #eaeaea solid 1px;
}

.wrapper input[type="text"]:focus {
  border-color: #5d5d5d;
  outline: none;
}

.login_error_ipt { border-color: #ea5555 !important; }

.login_error_ipt:focus { border-color: #CC3333 !important; }

.wrapper input[type="submit"] {
  width: 68%;
  font-weight: bold;
  cursor: pointer;
}

.inactive {
  color: #111;
  background-color: #eaeaea;
  border: #111 solid 1px;
}

.active {
  color: #fff;
  background-color: #FF6600;
  border: #CC3333 solid 1px;
}

.active:hover { background-color: #CC3333; }

.login_st {
  width: 100%;
  color: #5d5d5d;
  margin: 40px auto 5px;
  text-align: center;
  cursor: default;
}



@media (max-width: 550px) {
	.wrapper { width: 300px; }
	.login_ttl { font-size: 16px; }
}
