@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Cookie|Raleway:300,700,400);
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");

.login-page {
  width: 100%;
  padding: 8% 0 0;
  margin: auto;
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#label-test {
  width: 90%;
  text-align: right;
  padding-right: 1rem;
}

.fixed {
  width: auto !important;
  margin-left: 0 !important;
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.label-test {
  width: 90%;
  text-align: right;
  padding-right: 1rem;
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

.fixed {
  width: auto !important;
  margin-left: 0 !important;
}

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

  .form button:hover,
  .form button:active,
  .form button:focus {
    background: #43A047;
  }

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 700;
}

.checkbox.message {
  text-align: left;
}

.form .message a {
  color: #4CAF50;
  text-decoration: none;
}

body {
  /* fallback for old browsers */
  color: #333;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  height: 100vh;
  overflow: hidden;
}

  body:after {
    background: url(../images/backlogin2.jpg) center no-repeat;
    background-size: cover;
    content: '';
    height: 100vh;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100vw;
    animation-name: animar_fondo;
    animation-duration: 45s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    top: 0;
  }

.field-icon {
  float: right;
  margin-right: 11px;
  margin-top: -41px;
  position: relative;
  z-index: 2;
}

@media (max-width: 750px) {
  .login-page {
    padding: 0;
    margin: auto;
  }

  body {
    background: #FFFFFF;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #FFFFFF, #FFFFFF);
    background: -moz-linear-gradient(right, #FFFFFF, #FFFFFF);
    background: -o-linear-gradient(right, #FFFFFF, #FFFFFF);
    background: linear-gradient(to left, #FFFFFF, #FFFFFF);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .form {
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    box-shadow: none;
  }

  .checkbox label {
    text-decoration: underline;
    font-size: 14px;
  }

  .fixed {
    /* position: fixed!important; */
    width: auto;
  }

  .forgot {
    display: none;
  }
}

.form-lignew {
  border-radius: 0.5em;
  box-shadow: 0 0 1em 0 rgba(51,51,51,0.25);
  display: block;
  max-width: 480px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 98%;
}

  .form-lignew:before {
    background: url('../images/backlogin2.jpg') center no-repeat;
    background-size: cover;
    content: '';
    -webkit-filter: blur(10px);
    filter: blur(10px);
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
  }

  .form-lignew:after {
    background: rgba(255,255,255,0.6);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }

input#Email {
  border-bottom: 1px solid #333;
  display: block;
  font-size: 1em;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: transparent;
  padding: 5px;
}

input#password-field {
  border-bottom: 1px solid #333;
  display: block;
  font-size: 1em;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: transparent;
  padding: 5px;
}

span.label-text {
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding-left: 0.5em;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-align: left;
}

label.checkbox {
  border-bottom: 0;
  text-align: center;
}

  label.checkbox input {
    display: none;
  }

  label.checkbox span {
    font-size: 1em;
  }

    label.checkbox span:before {
      content: '\e157';
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-size: 1.125em;
      padding-right: 0.25em;
      position: relative;
      top: 1px;
    }

  label.checkbox input:checked + span:before {
    content: '\e067';
  }

button.btn.btn-default {
  border-radius: 0.5em;
}




@-webkit-keyframes animar_fondo {
  from {
    -webkit-transform: scale(1) translate(0px);
    -moz-transform: scale(1) translate(0px);
    -ms-transform: scale(1) translate(0px);
    -o-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px);
  }

  to {
    -webkit-transform: scale(1.5) translate(50px);
    -moz-transform: scale(1.5) translate(50px);
    -ms-transform: scale(1.5) translate(50px);
    -o-transform: scale(1.5) translate(50px);
    transform: scale(1.5) translate(50px);
  }
}

@-o-keyframes identifier {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-moz-keyframes identifier {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes identifier {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

p.visitanos-login {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: white;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  transition: all .5s ease-in-out;
}

  p.visitanos-login:hover {
    border-bottom: 2px solid;
  }
