@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}
/*body{background: radial-gradient(circle, rgba(0,113,170,1) 0%, rgba(1,35,86,1) 100%);}*/

.input-group-addon {
    
      background-color: #e8e8e8!important;
    border: 1px solid #cac6c6!important;

    
    border-radius: 4px;
}
.recuperar-contra{
        color: #777777;
    text-decoration: underline;
}
.linea{
    border-top: 0px;
    width: 80%;
    background: #ffffffd1;
    margin-bottom: 10px;
    margin-top: 0px;
    height: 1px;
    border: 0.5px solid #ffffffd1;
}
.imput-gru{
    position: relative;
    display: table;
    /* border-collapse: separate; */
    background: white;
    border-radius: 10px;
    padding: 1rem;
}
.logo-spinner{
    margin: auto;
    margin-top: -70px;
    width: max-content;
    background: #014388;
    padding: 1rem;
    border-radius: 50px;
}
.bg-log{
      border: 2px solid#f3f3f3;
    box-shadow: #b7b7b7 -1px 5px 19px;
    margin-bottom: 10px;
    background: #ffffffe0;
    border-radius: 20px;
    padding: 3rem;
}
#login-form {
    background: url(imgs/bg.svg);
	margin:7rem auto;
	max-width:500px;
}
/* home page */
#wrapper{
	padding-top:5%;
}
input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder, select::placeholder, textarea::placeholder {
    color:#505050;   
}

input[type=text],input[type=email],input[type=password], select, textarea {
width: 100%;
    background: #fff;
    text-shadow: -3px 10px #dcdcdc;
    height: 45px;
    color: #676767;
    border: 1px solid #ececec;
    border-radius: 4px 4px 4px 0px;
    resize: vertical;
}

.icon{
	
	height:30px;
	width:30px;
	
	
	margin: 12px 9px 9px 0px;
}
.user{
	background: url(login2/user.png) no-repeat ;
	
}
.lock{
	background: url(login2/lock.png) no-repeat ;
}
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
.form-group{color:#777777;font-family:arial;padding:3px;}
input[type=submit] {
    border-radius:29px;
  background-color: #333;
  color: #ccc;
  padding: 14px 20px;
  border: none;

  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
    border-radius:29px;
  background-color: #333;
  color:white;
}

.container {
  border-radius: 5px;

  padding: 20px;
  background: url(imgs/bg.svg) repeat;
}
.field-icon {
     float: right;
    margin-left: -35px;
    margin-top: -31px;
    position: relative;
    z-index: 2;
    margin-right: 4px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}






.text-box {

}

.btn:link,
.btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 100px;
  transition: all 0.2s;
  position: absolute;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
  background-color: #fff;
  color: #777;
}

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.btn-white::after {
  background-color: #fff;
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn-animated {
  -webkit-animation: moveInBottom 5s ease-out;
          animation: moveInBottom 5s ease-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
