// Place all the styles related to the Users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.welcome {
  top: 200px;
  left: 50%;
  width: 838px;
  height: 528px;
  position: absolute;
  margin: -154px 0 0 -418px;
}

div.input-mini {
  height: 0.4em;
}

div.login-top-no-error {
  top: 0px;
}

div.login-top-error {
  top: 72px;
}

div.register-top-no-error {
  top: 226px;
}

div.register-top-error {
  top: 298px;
}

div.front-login.alert {
  position: relative;
}

div.front-login {
  position: absolute;
}

@media only screen and (max-width:900px) {
  div.front-login.alert {
    width: 251px;
    margin-left: 15px;
  }

  div.front-image {
    display:none;
  }

  div.front-login {
    left: 30%;
  }
}

@media only screen and (min-width:901px) {
  div.front-image {
    background: #f5f5f5 url("/assets/screenshot-81709d66.jpg") no-repeat scroll center center;
    height: 475px;
    width: 558px;
  }

  div.front-login {
    right: 0px;
  }
}
