.login_background{
  background-image: url('../img/login/biu_fondo_login.png');
  /* background-position: center center; */
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #FFF !important;
}
.infield{
  position: relative;
  margin: 8px 0;
  width: 100%;
}

input{
  width: 100%;
  padding: 12px 10px;
  background-color: #FFF !important;
  outline: none;
  font-size: .9rem !important;
}
label{
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #66BBB0;
  transition: 0.3s;
}
::placeholder{
  color: #020D12 !important;
  font-size: .9rem;
}
.btn{
  padding: 12px !important;
  font-size: 1rem !important;
}
.btn:hover{
  background: #ff8772 !important;
}
input:focus ~ label{
  width: 100%;
}
.padding_top_login{
  padding-top: 200px;
}
.services.style-13 .item {
  position: relative;
  margin-top: 30px;
}
.services.style-13 .item .circle {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ff8772;
  top: 20px;
  right: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -2;
}
.services.style-13 .item .pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -2;
}
.services.style-13 .item:hover .circle {
  top: -20px;
  opacity: 1;
}
.services.style-13 .item:hover .pattern {
  bottom: -30px;
  left: -20px;
  opacity: 1;
}
.services.style-13 .item .cont {
  height: 375px;
  padding: 36px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.18);
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}
.services.style-13 .item .cont:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.services.style-13 .item .cont:hover a {
  color: #fff;
  font-weight: 400;
}
.services.style-13 .item .cont:hover a::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.services.style-13 .item .cont .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.services.style-13 .item .cont .title img {
  height: 100px;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}
.services.style-13 .item .cont p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.services.style-13 .item .cont a {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  padding: 9px 15px;
  border-radius: 30px;
  overflow: hidden;
  color: #000 !important;
  z-index: 10;
}
.services.style-13 .item .cont a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: #66BBB0 !important;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

/* medias */
@media screen and (max-width: 1580px) {
  .padding_top_login{
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .login_background{
    background-image: url('../img/login/biu_fondo_login_movil.png');
  }
  .padding_top_login{
    padding-top: 100px !important;
  }
}
