@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular-webfont.eot');
  src: url('../fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
       url('../fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
       url('../fonts/roboto/Roboto-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Italic-webfont.eot');
  src: url('../fonts/roboto/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto/Roboto-Italic-webfont.woff') format('woff'),
       url('../fonts/roboto/Roboto-Italic-webfont.ttf') format('truetype'),
       url('../fonts/roboto/Roboto-Italic-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Bold-webfont.eot');
  src: url('../fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto/Roboto-Bold-webfont.woff') format('woff'),
       url('../fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'),
       url('../fonts/roboto/Roboto-Bold-webfont.svg#open_sansregular') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-BoldItalic-webfont.eot');
  src: url('../fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto/Roboto-BoldItalic-webfont.woff') format('woff'),
       url('../fonts/roboto/Roboto-BoldItalic-webfont.ttf') format('truetype'),
       url('../fonts/roboto/Roboto-BoldItalic-webfont.svg#open_sansregular') format('svg');
  font-weight: bold;
  font-style: italic;
}

body, html {
  width: 100%;
  min-height: 100%;
}

body {  
  font: 12px/1.416666667em 'OpenSans','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #777; 
  padding-top: 25px;
  padding-bottom: 25px;
  background: #f5f5f5 url('../gfx/oth/bgl.jpg') repeat left top;
}
.form-signin { 
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 370px;
    padding: 30px 40px;
}
.form-changepass { 
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    min-width: 370px;
    max-width: 480px;
    padding: 30px 40px;
}
.form-changepass {
    max-width: 700px;
}
.img-responsive {
    margin: 0 auto;
}
h1 {
  margin: 10px 0 40px 0;
  font-weight: 200;
  font-size: 12px;
  color: #a5a5a5;
  text-shadow: 1px 1px 1px #fff;
}
.logo-wrap {
  text-align: center;
  color: #ccc;
  margin-bottom: 20px;
}
.logo-wrap .fa-circle {
  text-shadow: 1px 1px 1px #fff;
}
.logo-wrap small {
  display: inline-block;
  color: #c5c5c5;
  margin-top: 20px;
}

.input-group-addon, .form-control {
  border: 0 !important;
  background-color: transparent !important;
  color: #b5b5b5 !important;
  box-shadow: none !important;
}

.input-focus .input-group-addon, .input-focus .form-control, .form-control {
  color: #888 !important;
}
::-webkit-input-placeholder {
   color: #b5b5b5 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #b5b5b5 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #b5b5b5 !important;  
}

:-ms-input-placeholder {  
   color: #b5b5b5 !important;  
}

.input-group-addon {
  padding-right: 0;
}

.input-group {
  background: #e5e5e5;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  margin: 0;
}

.help-block, .form-group {
  margin: 0;
}

.help-block {
  line-height: 22px;
}

.form-fields-wrap {
  margin-bottom: 20px;
}

.input-group-addon.captcha {
  padding: 0 2px;
}

.alert {
  border: 0;
  margin: 0 0 20px 0;
}
.alert .kv-alert-title {
  font-size: 13px;
  margin-bottom: 15px;
}

.alert ul {
  padding-left: 20px;
  font-size: 12px; 
  line-height: 15px;
}

.btn {
  background-color: #37474F;
  border-color: #37474F;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #2e3c42 !important;
  border-color: #2e3c42 !important;
}

#yii-debug-toolbar {
  display: none !important;
}