@import url(https://www.google.com/fonts#QuickUsePlace:quickUse/Family:Roboto:400,300,500,700);


*{
  margin: 0;
  padding: 0
}

html, body{
  height: 100%;
  width: 100%;
  font-family:'Roboto', Arial, sans-serif;
  margin:0;
  padding:0;
}
body{
  /*background-color: blue;*/
  background-image: url("https://labsag.co.uk/images/back3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  /*animation: animarColor 20s infinite;*/
  overflow-x: hidden;

}

.fondo{
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-image: url("../images/bgreto_octubre2017.png");*/
  background-position: center center;
  background-size: cover;
  z-index: -1;
  display: block;
  /*animation: animarImagen 10s infinite;*/
}


@keyframes animarImagen{
  0%{
    margin-left: 0px;
  }
  50%{
    margin-left: 80px;
  }
  100%{
    margin-left: 0px;
  }
}

@keyframes animarColor{
  0%{
    background-color: #92ff22;
  }
  25%{
    background-color: #06c2ff;
  }
  50%{
    background-color: #ffaf00;
  }
  75%{
    background-color: #00a7ff;
  }
  100%{
    background-color: #92ff22;
  }
}



.titulo{
  color:#0680F8;
  text-align:center;
  font-size: 1.6em;
  margin-top: 10px;
  font-weight:500;
}

.titulo span{
  color:#F86F05;
}



.container{
  width: 80%;
  margin:0 auto;
  background: transparent;
}

.header{
  width: 100%;
  text-align: center;
  margin-top: 2em;
}

.logolabsag{
  height: 65px;
}

@media (max-width:700px){
  .container{
    width: 100%;
  }
  .titulo{
    font-size: 1.2em;
  }
  
  .logolabsag{
    height: 60px;
  }
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
  width:80%; margin:0 auto;
 
}

.main {
    min-height: 100%;
   padding:18px; margin-top:1em;
   background:rgba(255,255,255,0.8);
   border-radius:8px;
}




/* ============================== */


/* Main Title */
.main-title {
  padding: 0px 0;
  text-align: center;
  letter-spacing: 2px;
  display: none;
}
.main-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
  color: #EEEEEE;
}
.main-title span {
  font-size: 12px;
  color: #f2f2f2;
}

/* Form Module */
.form-module {
  position: relative;
    background: rgba(214, 214, 214, 0.8);
    max-width: 490px;
    width: 100%;
    border-top: 4px solid #0680f8;
    margin: 30px auto;
}



.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  padding: 30px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module p {
  margin: 0 0 20px;
  color: #0680f8;
  font-size: 18px;
  text-align: center;
}



.form-module input[type="text"], input[type="email"], input[type="password"] {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button, input[type="submit"] {
  cursor: pointer;
  background: #0680f8;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  transition: 0.3s ease;
}
.form-module button:hover, input[type="submit"]:hover {
  background: #045EB7;
}
    .form-module .cta {
        /*background: rgba(242, 242, 242, 0.6);*/
        background: rgba(32,117,170, 0.6);
        width: 100%;
        padding: 10px 30px;
        box-sizing: border-box;
        color: #FFF;
        font-size: 12px;
        text-align: center;
    }

    .ctaInterna {
        background: rgba(32,117,170, 0.8);
        color: white;
        
        font-family: 'Roboto';

        
        padding: 10px 19px;
        box-sizing: border-box;
        font-size: 12px;
        text-align: center;

    }
    .ctaInterna button, input[type="submit"]
    {
        text-align: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}





