

#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}
#video_pattern {
background:#fff;
position: fixed;
opacity: 0.8;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
}
.login {
  height: 100vh;
  width: 100vw;
  
  background-color: rgb(0 0 0 0.5);
  display: flex;
  justify-content: center;
  align-items: center;

}

#formContainer {
  display: flex;
  transition: 0.2s ease;
  height: 342.5px;
  transition-delay: 0.3s;
}
#formContainer.toggle {
  height: 480px;
  transition-delay: 0s;
}

.formLeft {
  background: rgb(0, 0, 0, 0.5);
  border-radius: 5px 0 0 5px;
  padding: 0 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
   height: 400px;
  margin-top: -60px;

}
.formLeft img {
  display: block;
  width: 180px;
  border-radius: 50%;
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
  margin-left: 20px;
}

.formRight {
  position: relative;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
  margin-top: -60px;
}
.formRight:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
 background: transparent;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.formRight form {
  position: relative;
  width: 350px;
  padding: 25px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
 
}
.formRight form header {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.formRight form header h1 {
  margin: 0;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formRight form header p {
  margin: 5px 0 0;
  opacity: 0.5;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formRight form section label {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.formRight form section label p {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 14px;
}
.formRight form section label input {
  width: 100%;
  display: block;
  border: none;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding:10px;
  box-sizing: border-box;
  font-weight: 600;
}
.formRight form section label input:focus ~ .border {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.formRight form section label input:not(:placeholder-shown) ~ .border {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.formRight form section label .border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: 0.2s ease;
}
.formRight form section label:last-child {
  margin-bottom: 0;
}
.formRight form section button {
  background: #a2a0a0;
  border: none;
  width: 100%;
  padding: 10px 0;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.formRight form section button:hover {
  background: #000;
}
.formRight form footer {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  display: flex;
}
.formRight form footer button {
  background: transparent;
  padding: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  flex: 1;
  opacity: .5;
}
.formRight form footer button:hover {
  opacity: 1;
}
.formRight form.otherForm {
  top: 0;
  left: 0;
  position: absolute;
  background: #fff;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 0;
  padding: 25px 0;
  transition: 0.2s ease;
  transition-delay: .2s;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.formRight form.otherForm header {
  color: #000;
  opacity: 0;
  transition: 0.2s ease;
  transition-delay: 0s;
}
.formRight form.otherForm p {
  color: #000;
}
.formRight form.otherForm section {
  opacity: 0;
  transition: 0.2s ease;
  transition-delay: 0s;
}
.formRight form.otherForm footer {
  border-top-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.formRight form.otherForm footer button {
  color: #000;
}
.formRight form.otherForm input {
  border-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.formRight form.otherForm .border {
  background: #000;
}
.formRight form.otherForm.toggle {
  width: 100%;
  padding: 25px;
  transition-delay: 0s;
}
.formRight form.otherForm.toggle header, .formRight form.otherForm.toggle section, .formRight form.otherForm.toggle footer {
  opacity: 1;
  transition-delay: 0.3s;
}
/*MENÚ SOCIAL*/
.menu-social {
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 50px;
}

/* Style the Un-order list by setting its list-style to none */
.menu-social ul {
  list-style: none;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
  and float them to left and set its border and border-radius.
 */
.menu-social ul a {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #565656;
  float: left;
  transition: all 0.5s ease;
}

/* Style the icons by setting its color and margin-top value to 20px 
to align it properly */
.menu-social ul a .fa {
  color: #565656;
  margin-top: 16px;
  transition: all 0.5s ease;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
  to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.menu-social ul a:hover.facebook {
  border: 5px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

.menu-social ul a:hover .fa-facebook {
  color: #3b5998;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

/*twitter*/
.menu-social ul a:hover.twitter {
  border: 5px solid #00aced;
  box-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

.menu-social ul a:hover .fa-twitter {
  color: #00aced;
  text-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

/* instagram */
.menu-social ul li:hover.instagram {
  border: 5px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

.menu-social ul a:hover .fa-instagram {
  color: #bc2a8d;
  text-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

/* google */
.menu-social ul a:hover.google {
  border: 5px solid #dd4b39;
  box-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

.menu-social ul li:hover .fa-google {
  color: #dd4b39;
  text-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

/* whatsapp */
.menu-social ul a:hover.whatsapp {
  border: 5px solid #4dc247;
  box-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}

.menu-social ul a:hover .fa-whatsapp {
  color: #4dc247;
  text-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}


/* media queries */



@media screen and (max-width: 640px){
  .menu-social {
      width: 350px;
  }
  .menu-social ul a{
      margin-top: 10px;
  }
  .menu-social ul li.google{
      margin-left: 60px;
  }
  .menu-social{
    display: none;
  }
  .formLeft{
    display: none;
  }
}


@media screen and (max-width: 340px){
  .menu-social {
      width: 150px;
  }
  .menu-social ul a{
      margin:15px;
  }
  .menu-social ul a.google{
      margin-left: 15px;
  }
  .formLeft{
    display: none;
  }
  .menu-social{
    display: none;
  }
}
.menu-social{
  margin-top: 10px;
      padding: 50%;
}
































