@import url("http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700");
/* =========================
   Base styles
========================== */
form {
  margin: 0 0 1rem; }

body {
  background-color: #EDEFF0;
  color: #8D9AA5;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  left: 0;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 40.063em) {
    body {
      font-size: 14px; } }

*:focus {
  outline: 0 !important; }

.wrapper {
  width: 370px;
  margin: 0 auto;
  padding-top: 100px; }
  @media only screen and (max-width: 40.063em) {
    .wrapper {
      width: 300px;
      padding-top: 10px; } }

.logo {
  display: block;
  height: 110px;
  margin: 20px auto;
  overflow: hidden; }
  .logo img {
    display: block;
    margin: 0 auto;
    height: 110px; }

.logolong {
  background-color: #D27E31;
  width: 740px;
  position: relative;
  float: left;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .logolong:hover {
    background-color: #d99352; }
  @media only screen and (max-width: 40.063em) {
    .logolong {
      width: 600px; } }

.logo-texto,
.logo-img {
  width: 370px;
  float: left;
  height: 100%; }
  @media only screen and (max-width: 40.063em) {
    .logo-texto,
    .logo-img {
      width: 300px; } }

.logo-texto {
  top: 25px;
  line-height: 30px;
  color: #fff;
  font-size: 30px;
  font-style: inherit;
  font-weight: 300;
  text-align: center;
  position: relative; }
  .logo-texto:first-line {
    font-size: 35px; }

.box {
  padding: 20px 10px 40px 10px;
  background: #FFF; }

.icono {
  display: inline-block;
  font-size: 2em;
  position: relative;
  top: 40px;
  color: #52616D;
  left: 15px;
  width: 38px;
  border-right: 1px solid lightgray; }
  @media only screen and (max-width: 40.063em) {
    .icono {
      top: 38px; } }

input[type="text"],
input[type="password"] {
  background: #fbfbfb;
  height: 45px;
  margin-top: 0;
  font-size: 1.1em;
  padding-left: 65px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-login {
  width: 100%;
  padding: 20px;
  border: 0;
  background-color: #52616D;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-login:hover {
    background-color: #647684; }
  .btn-login.initial {
    text-transform: initial; }

.login-message, .login-error, .login-info {
  width: 100%;
  padding: 15px 20px 20px 20px;
  position: relative;
  color: #fff;
  line-height: 1.2em; }
  .login-message i, .login-error i, .login-info i {
    font-size: 1.8em;
    margin-right: 10px;
    position: relative;
    top: 4px; }

.login-error {
  background-color: #f17f7f; }

.login-info {
  background-color: #57aae1; }

/*# sourceMappingURL=login-ischool.css.map */
