
* {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: none;
}
body {
  font-weight: normal;
  font-size: 11px;
  font-family: Arial;
}
#login-wrapper {
  width: 270px;
  left: 50%;
  margin-left: -135px;
  position: absolute;
  margin-top: -135px;
  top: 50%;
}
#login-form {
  width: 270px;
  background: #78a5df;
  height: 270px;
  -webkit-border-radius: 135px;
  -moz-border-radius: 135px;
  border-radius: 135px;
}
ul li {
  list-style: none;
}
.body-login-form .tab-content {
  position: inherit;
  padding: inherit;
}
.b-title {
  text-align: center;
  padding-top: 100px;
  color: white;
  margin-bottom: 20px;
  font-size: 27px;
}
.b-content {
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
.b-copyright {
  margin-top: 40px;
  text-align: center;
}
.b-copyright__link {
  color: #587b9d;
}
.b-text_lang_ru {
  display: none;
}
