/***************************************************login*************************************************************/
.fondo{
    -webkit-user-select: none;
}

/* form style------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #17a2b8 !important;;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* estado activo*/
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#17a2b8 !important;
}

/* barra abajo ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#273e74;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* estado activo */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* estado activo */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}
/***************************/

.waves-effect {
  /*position: relative;*/
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

.indigo {
  background-color: #273e74 !important;
}

/* animaciones ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 0px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .9);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 14px;
                    color: rgba(0, 0, 0, .9);
}

.social-links a:hover {
    border: 1px solid #003a57;
	color: #003a57;
}
.copyright {
    margin: 0;
        color: rgba(0, 0, 0, .9);
}

a{
    color: rgba(0, 0, 0, .9);
}

#footer {
    text-align: center;
    padding: 0px 0;
    color: #FFF;
    margin-top: 3%;
}

/*@media screen and (max-height: 900px){
    #div{
        height: 190px;
    }
}
@media screen and (max-height: 768px){
    #div{
        height: 80px;            
    }
}*/
