@import 'speeddial2.css';
body {
  padding: 0;
}
@media only screen and (min-width: 860px) {
  body {
    padding: 60px 0 0;
  }
}
/* --------------------------------------------------------
    Auth logo
   -------------------------------------------------------- */
.logo {
  display: none;
  position: absolute;
  top: 32px;
  left: 32px;
  width: 24px;
  height: 24px;
  content: " ";
  background: url(../images/icon128.png) no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 860px) {
  .logo {
    display: block;
  }
}
/* --------------------------------------------------------
    Recaptcha
   -------------------------------------------------------- */
.recaptcha-form {
  width: 100%;
}
.recaptcha-form table {
  width: 100%;
}
.recaptcha-form #recaptcha_image {
  width: 100%!important;
  height: auto!important;
  margin: 10px 0;
}
.recaptcha-form #recaptcha_image img {
  width: 100%!important;
  height: auto!important;
}
