

.modaltitulo form{
    
  padding: 20px;
  
}

.modaltitulo form hr{
  
  border:1px solid #eee;
  
}

.modaltitulo form input[tyoe="text"], .modaltitulo form input[tyoe="email"], .modaltitulo form input[tyoe="password"]{
  
  border:1px solid #eee;
  
}



.registrarse{
  
   background: #4c4c4c;
  color: white;
}


.registrarse:hover{
  
  
  
  
  
  background-color: #dfdcde;
 

  color: #515151;


}


.modaltitulo form input[tyoe="submit"]{
  
 
  padding: 15px;
  
  
}



.modaltitulo{
  
  padding: 5px 0px;
}


.modaltitulo h5{
  
  text-align: center; 
  margin-top:-5px; 
  padding:15px 0px;
  color:white;
  
 
  
}
.modaltitulo .close{
  
  position: absolute; 
  right: 27px;
  top:15px;
  color:white;
  
  
 
  
}



@media screen and (min-width: 600px) {
  .ActualizarSelectOjo {
    width: 270px;
  }
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 700px;
  top: 300px;
 
  z-index: 9999;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

