html, body{
    height: 100%;
    width: 100%;
    padding: 0;
    overflow-x: hidden;
}
                                                    /*Fondo de pantalla*/
body {
    text-align: center;
    background: url("../images/bkg.jpg") 0px 0px no-repeat;
    background-size:cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    /* opacity: 0.8; */
}
                                                    /*Fondo de pantalla*/
form {
  align-self: top;
}
                                                    /*Boton Guest-Login*/
.boton-invitado{
font-size: 18px;
padding: 5px 30px;
letter-spacing:1.2px;
border: none;
text-transform: capitalize;
outline: none;
background: #4160c7;
color: #fff;
cursor: pointer;
margin: 0 auto;
font-family: 'Open Sans', sans-serif;
-webkit-transition-duration: 0.9s;
transition-duration: 0.9s;
}
                                                    /*Boton Guest-Login*/
.padding-all{
padding: 50px;

}

.header {
text-align: center;
}

.header h1 img{
width:7%;
}

p{
  font-family: 'Open sans' , serif;
  padding-top: 5px;
}

a{
 font-family: 'Open sans', serif;
 color:#fff;
 text-decoration: underline;

}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10rem;            /* Footer height */
}

                                                 /* Color y posicion del footer y links */
                                          /* Color Olvidar pw, CheckConf, footer */
.page-container {
    position: relative;
    min-height: 100vh;
}

.content {
    padding-bottom: 10rem;
}

.full-height {
    min-height: 80vh;
}

.white{
  font-family: 'Open sans' , serif;
  color:#000;
  padding-top: 15px;
}
                                          /* Color Olvidar pw, CheckConf, footer */   
.copyright{
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
                                                 /* Color y posicion del footer y links */
.header h1 {
    font-size: 50px;
    color: #000;
    font-family: 'Open sans', serif;
    letter-spacing: 3px;
    margin: 0 auto;
    text-shadow: 1px 1px 4px #000;
    text-transform: uppercase;
    font-weight: 600;
}

.design{
width: 40%;
margin:0 auto;

}
                                                      /*Formato formulario login*/
.mail-form-agile {
    padding: 5px 10px;
    text-align: center;
}
                                                      /*Formato formulario login*/
.padding {
margin: 5px 0 30px;
}
                                                      /*Cambiar Color Formulario login*/
.mail-form-agile input[type="text"], .mail-form-agile input[type="password"] {
padding: 13px 10px;
width: 92.5%;
font-size: 16px;
outline: none;
background:transparent;
border:0px;
border-bottom: 1px solid #000;
border-radius: 0px;
font-family: 'Open Sans', sans-serif;
letter-spacing:1.6px;
color:#000;
}
                                          /*Color letra Usuario-Contraseña*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
}
                                          /*Color letra Usuario-Contraseña*/
                                                           /*Cambiar Color Formulario login*/
                                                          /*Formato Boton ENTRAR*/

.mail-form-agile input[type="submit"]{
font-size: 18px;
padding: 5px 30px;
letter-spacing:1.2px;
border: none;
text-transform: capitalize;
outline: none;
background: #0174DF;
color: #fff;
cursor: pointer;
margin: 0 auto;
font-family: 'Open Sans', sans-serif;
-webkit-transition-duration: 0.9s;
transition-duration: 0.9s;
}
.mail-form-agile input[type="submit"]:hover{
font-size: 18px;
padding: 5px 30px;
letter-spacing:1.2px;
border: none;
text-transform: capitalize;
outline: none;
background: #4160c7;
color: #fff;
cursor: pointer;
margin: 0 auto;
font-family: 'Open Sans', sans-serif;
-webkit-transition-duration: 0.9s;
transition-duration: 0.9s;
}

                                                        /*Formato Boton ENTRAR*/
                                                        /*Formato animacion footer*/
section .wave{
  position: absolute;
  width: 100%;
  height: 143px;
  bottom: 0;
  left: 0;
  background: url(../images/vortice2.png);
  animation: animate 10s linear infinite;
  opacity: 0.4;
}

section .wave:before{
  content:'';
  width: 100%;
  height: 143px;
  background: url(../images/vortice2.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  animation: animate-reverse 10s linear infinite;
}

@keyframes animate{
  0%{
    background-position: 0;
  }
  100%{
    background-position: 1360px;
  }
}

@keyframes animate-reverse{
  0%{
    background-position: 1360px;
  }
  100%{
    background-position: 0;
  }
}
                                                           /*Formato animacion footer*/

/*-- responsive media queries --*/


@media screen and (max-width:1440px){
.design {
    width: 40%;
}
.header h1 img{
width:8.5%;
}

}

@media screen and (max-width:1366px){


}

@media screen and (max-width:1280px){
.design {
    width: 46%;
}
.mail-form-agile {
    padding: 40px;
}
}


@media screen and (max-width:1080px){
.padding-all{
padding:80px 50px;
}
.header h1 img{
width:8%;
}
.header h1 {
    font-size: 44px;
}
}


@media screen and (max-width:991px){
.designl {
    width: 54%;
}


}


@media screen and (max-width:800px){
.padding-all{
padding:75px 30px;
}
.design {
    width: 60%;
}
.header h1 {
    font-size: 40px;
}
.header {
    padding-bottom: 50px;
}
.footer {
    padding-top: 50px;
}



}


@media screen and (max-width:667px){
.design {
    width: 75%;
}

}

@media screen and (max-width:640px){
.header h1 img {
    width: 10%;
}
.header h1 {
    font-size: 36px;
}
.mail-form-agile {
    padding: 35px 30px;
}

.mail-form-agile input[type="text"], .mail-form-agile input[type="password"] {
    font-size: 14px;
}
.mail-form-agile input[type="submit"] {
    font-size: 16px;
}
.footer p {
    font-size: 14px;
}

}


@media screen and (max-width:568px){
.padding-all {
    padding: 60px 20px;
}

.header h1 {
    font-size: 32px;
}

}

@media screen and (max-width:480px){
.header h1 {
    font-size: 28px;
}
.design {
    width: 92%;
}
.mail-form-agile input[type="submit"] {
    font-size: 14px;
}
.footer p {
    font-size: 13px;
}

}

@media screen and (max-width:414px){
.padding-all {
    padding:50px 10px;
}
.header h1 {
    font-size: 24px;
}



}

@media screen and (max-width:384px){
.header {
    padding-bottom: 30px;
}
.header h1 {
    font-size: 22px;
}
.design {
    width: 100%;
}



}

@media screen and (max-width:320px){
.header h1 {
    font-size: 18px;
}


}
@media (max-width: 868px) {
  body {
    overflow: auto;
  }

  footer {
    display: none;
  }
}

.logo {
	margin-top: 50px;
}
