@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
  background-color: white;
  color:white;
  text-align:center;
}

img{
   
    position: absolute;
    left:1100px;
    top:530px;
}
 
img{

-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;

}
 
img:hover {
    
    height: 50px;
    width: 50px;
    margin-left: -10px;
  
}


.title {
  font-family: "Montserrat";
  text-align: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  letter-spacing: 1px;
  
}

h1 {
  background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
  background-size: cover;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 25px;
  line-height: .75;
  margin: 10px 0;

}



.white-mode:hover {
  background-color: #FFF;
  color: #122;
}



table{
    border-radius: 5px;
    margin: 5px 0;
    background: #88A;
    
   
}

input[type="text"] {
    border-radius: 5px;
    margin: 5px 0;
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
    max-width: 100%;
    outline: none;
    padding: 7px 8px;
    
    
}
input[type="email"] {
    border-radius: 5px;
    margin: 5px 0;
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
    max-width: 100%;
    outline: none;
    padding: 7px 8px;
    
}
input[type="submit"] {
    border-radius: 5px;
    margin: 10px 0;
    background: #0088B2;
    color: #fff;
    padding: 8px 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
   
   
}
input[type="reset"] {
    border-radius: 5px;
    margin: 10px 0;
    background: #0088B2;
    color: #fff;
    padding: 8px 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
   
   
}
input[type="submit"]:hover {
    background: #234;
}
input[type="reset"]:hover {
    background: #234;
}


.text {
  font-size:14px;
  font-family:helvetica;
  font-weight:bold;
  color:red;
  text-transform:uppercase;
}

label{
      color:white;
      font-family: sans-serif; 

}

.caja { 
border-radius: 5px;
margin: 5px 0;
font-family: sans-serif; 
font-size: 18px; 
font-weight: 400; 
color: #fff; 
background:#6495ED }

h3{

  color:#6495ED;
  font-family: sans-serif; 
}