/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic,cyrillic-ext');*/
html {
  font-size: 13px; }

body {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto; }

p {
  /*font-size: 1.4em;*/
  margin: 10px;
  padding: 1px; }

.btn {
  /*    height: 30px;
    margin: 0;
    padding: 0 30px;
    vertical-align: middle;
    background: #ff8200;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    
    border-radius: 6px;
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; */
  /*text-shadow: none;*/
  /*-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;*/
  /*-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;*/ }

table tr td.right {
  text-align: right;
  padding-right: 10px; }

.container {
  margin: 0 auto;
  margin-top: 150px;
  width: 380px;
  height: 128px;
  background: url("../img/users.png") no-repeat scroll left bottom transparent; }

.content {
  margin-left: 150px;
  padding-top: 5px; }

.input {
  color: #666;
  text-indent: 5px;
  width: 250px;
  /*font-size: 16px;*/ }

.login-box,
.register-box {
  width: 360px;
  margin: 10% auto 0 auto; }

@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px; } }

.version-box {
  width: 360px;
  margin: 15px auto;
  text-align: right;
  color: #999; }

@media (max-width: 768px) {
  .version-box {
    width: 90%;
    text-align: center;
    margin-top: 15px; } }
