
body  {
	content: "";
	/*background: url(https://cdn.pixabay.com/photo/2016/09/05/15/07/concrete-1646788_1280.jpg);*/
  background-image: url('../../assets/images/logos/background2.png');
    font-family: 'Poppins', sans-serif !important;
	background-size:cover; 
	/*top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	
} 
/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 20px 0 0 0; }
	.form-top p { opacity: 0.8; color: #fff; font-size:10px;}
}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}




/**************************/

	.login-container {
  width: 100%;
  max-width: 450px;
  /*position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);*/
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.68);
  color: #fff;
  
}

.cabecera, .formulario{
	padding: 20px;
	
}
.cabecera{
	background:#4984c6;
	border-radius: 10px 10px 0px 0px;
	color: #4984c6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabecera img {
  width: 70%; 
  height: auto;

}
.formulario{
	background: #cbcdce;
	border-radius: 0px 0px 10px 10px;
  h3{
    color: #4984c6;
    font-weight: bold;
  }
}

.login-container h1 {
  font-size: 38px;
  margin: 10px;
  text-align: center;
  font-family: 'Poppins', sans-serif !important;
  font-style: italic; 
  font-weight: 700;    
}

.login-container h2 {
  font-weight: 700;
  font-size: 20px;
  margin: 20px;
  text-align:right;
}


.form-group {
  position: relative;
  margin: 20px;
}

.form-group i {
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 16px;
}

.form-control {
  padding-left: 40px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  height: 40px;
  input{
    color: #4984c6;
  }
}

.form-control:focus {
  border-color: rgb(44, 101, 134);
  box-shadow: 0 0 15px rgba(64, 123, 157, 0.993);
  outline: none;
  background-color: rgba(255, 255, 255, 0.95);
  color: #333;
}
.glyphicon{
	color: #4984c6;
}

.contenedor-error{
	font-size: 17px;
	text-align: center;
	p{
		margin: 0;
		padding: 0;
	}
}
.button{
	margin:20px;
  display: flex;
  justify-content: center;
}
.btn-login {
  width: 80%;
  background-color: rgb(93, 176, 224);
  border-radius: 30px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
}

.btn-login:hover {
  background-color: rgb(143, 185, 209);
  color: white;
  font-weight: 800;
}

.link-pwd{
	margin: 20px;
}
.link-pwd a, .link-recuperar a {
  color: #4984c6;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: color 0.3s ease;
}
.link-pwd a::after, .link-recuperar a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #4984c6;
  transition: width 0.3s ease;
}

.link-pwd a:hover::after, .link-recuperar a:hover::after{
  width: 100%;

}

.link-recuperar{
   width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    a{
      color: #4984c6;
    }
}

.btn10{
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #4984c6;
    border-radius:50px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
    z-index:10;
    width: 60%;
    background-color: #4984c6 !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    
}


.btn10:hover{
    border: 1px solid #071982;
    color: #d8d8d8!important;
}
.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #071982;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
     box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #80ffd3;
    position: absolute;
  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn10:hover::before, .btn1O:hover::before{
  opacity:1;
  width: 116%;
}
.btn10:hover::after, .btn1O:hover::after{
  opacity:1;
  width: 120%;
}