﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300);
body {
  min-height: 100vh;
  width: auto;
  background-image: url('../img/fondo.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.title h1 {
  font-size: 3em;
  color: #fff;
}

.bar {
  height: 0.25em;
  width: 100%;
  background: #fff;
  margin: 1.5em auto 0;
}

.main {
  background: #58065B;
  opacity: 0.85;
  min-height: 50vh;
  position: relative;
  top: 20vh;
  padding: 20px;
}

input[type=text], input[type=password] {
  font-size: 1.5em;
  padding: 0.55em;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #aaaaaa;
  position: relative;
  padding: 0;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #aaaaaa;
  position: relative;
  padding: 0;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input[type=text]::placeholder, input[type=password]::placeholder {
  color: #aaaaaa;
  position: relative;
  padding: 0;
  transition: all 0.5s ease;
}
input[type=text]:hover::-moz-placeholder, input[type=text]:focus::-moz-placeholder, input[type=password]:hover::-moz-placeholder, input[type=password]:focus::-moz-placeholder {
  padding-top: 3em;
}
input[type=text]:hover:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, input[type=password]:hover:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder {
  padding-top: 3em;
}
input[type=text]:hover::placeholder, input[type=text]:focus::placeholder, input[type=password]:hover::placeholder, input[type=password]:focus::placeholder {
  padding-top: 3em;
}

.form h2 {
  font-size: 2em;
  text-align: left;
  font-weight: 100;
  color: #fff;
  margin-bottom: 0.5em;
}
.form h4 {
  font-weight: 100;
  color: #fff;
  margin-top: 2em;
}

.login, .signup {
  color: white;
  width: 6em;
  font-family: Lato;
  font-weight: 400;
  font-size: 1.5em;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: transparent;
  transition: all 200ms ease-in;
  border-radius: 0.65em;
}
.login:hover, .signup:hover, .login:focus, .signup:focus {
  background: #fff;
  color: #58065B;
  border: none;
}

.signup {
  font-size: 1em;
  position: relative;
  left: 1.5em;
}

h1, h2 h3, h4, h5, h6, input {
  font: Lato;
  font-weight: 100;
}

.bloque-error {
    background-color: #808080; color: #fff; font-size: 16px; padding: 5px; text-align: center; margin-bottom: 20px;
}

.idiomas {position: fixed; bottom: 10px; left: 10px; border: 1px solid #333; padding:10px; font-size: 16px; background: #fff;}
.idiomas a:link, .idiomas a:visited, .idiomas a:active {color: #333 !important;}
.idiomas a:hover {color: #666 !important;}
.idiomas i {font-size: 30px; cursor: pointer;}
#dvBloqueIdiomas {margin-bottom: 20px;}
