html, body {
	max-width: 100% !important;
	overflow-x: hidden !important;	
    height: 100vh;
}

.login {
    background-size: cover !important;
    background-position: center !important;
}

/* media 25% zoom*/
@media (min-width: 6001px) and (max-width: 8000px) { 
  
img{
	width: 100%;
}

.login {
    height: 100%;
    width: 100%;
    background:url(../img/prueba1fabri.jpg);
    background-size: 8000px;
    position: relative;
}
.login_box {
    width: 950px;
    height: 593px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left{
  width: 45%;
  height: 100%;
  padding: 25px 25px;
  
}
.login_box .right{
  width: 55%;
  height: 100%  
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}
.left .top_link{
  height: 20px
}
.left .contact{
	display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}
.left{
	background: linear-gradient(-45deg, #fff, #fff);
}
.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #e61677;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}


.right {
    background: linear-gradient( #fff, #00aec3);
    position: relative;
}


.right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.right .right-inductor {
    position: absolute;
    width: 250px;
    height: 120px;
    background: #fff0;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.right .right-inductor2 {
    position: relative;
    width: 250px;
    height: 150px;
    left: 50%;
    top: -580px;
    transform: translate(-50%, 0%);
}

.right .right-inductor3 {
    position: relative;
    width: 180px;
    height: 100px;
    left: 50%;
    top: -530px;
    transform: translate(-50%, 0%);
}

.right .right-inductor4 {
    position: relative;
    width: 250px;
    height: 120px;
    left: 50%;
    top: -800px;
    transform: translate(-50%, 0%);
}




.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}
}
/* media 33% zoom*/
@media (min-width: 3862px) and (max-width: 6000px) { 

  
img{
	width: 100%;
}

.login {
    height: 100%;
    width: 100%;
    background:url(../img/prueba1fabri.jpg);
    background-size: 6000px;
    position: relative;
}
.login_box {
    width: 950px;
    height: 593px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left{
  width: 45%;
  height: 100%;
  padding: 25px 25px;
  
}
.login_box .right{
  width: 55%;
  height: 100%  
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
    
}
.left .top_link{
  height: 20px
}
.left .contact{
	display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}
.left{
	background: linear-gradient(-45deg, #fff, #fff);
}
.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #e61677;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}

.right {
    background: linear-gradient( #fff, #00aec3);
    position: relative;
}


.right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.right .right-inductor {
    position: absolute;
    width: 250px;
    height: 120px;
    background: #fff0;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.right .right-inductor2 {
    position: relative;
    width: 250px;
    height: 150px;
    left: 50%;
    top: -580px;
    transform: translate(-50%, 0%);
}

.right .right-inductor3 {
    position: relative;
    width: 180px;
    height: 100px;
    left: 50%;
    top: -530px;
    transform: translate(-50%, 0%);
}

.right .right-inductor4 {
    position: relative;
    width: 250px;
    height: 120px;
    left: 50%;
    top: -800px;
    transform: translate(-50%, 0%);
}

.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}

}
/* media 50% zoom*/
@media (min-width: 3001px) and (max-width: 3861px) {

  
img{
	width: 100%;
}

.login {
    height: 100%;
    width: 100%;
    background:url(../img/prueba1fabri.jpg);
    background-size: 3861px;
    position: relative;
}
.login_box {
    width: 950px;
    height: 593px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left{
  width: 45%;
  height: 100%;
  padding: 25px 25px;
  
}
.login_box .right{
  width: 55%;
  height: 100%  
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}
.left .top_link{
  height: 20px
}
.left .contact{
	display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}
.left{
	background: linear-gradient(-45deg, #fff, #fff);
}
.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #e61677;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}


.right {
    background: linear-gradient( #fff, #00aec3);
    position: relative;
}


.right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.right .right-inductor {
    position: absolute;
    width: 250px;
    height: 120px;
    background: #fff0;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.right .right-inductor2 {
    position: relative;
    width: 250px;
    height: 150px;
    left: 50%;
    top: -580px;
    transform: translate(-50%, 0%);
}

.right .right-inductor3 {
    position: relative;
    width: 180px;
    height: 100px;
    left: 50%;
    top: -530px;
    transform: translate(-50%, 0%);
}

.right .right-inductor4 {
    position: relative;
    width: 250px;
    height: 120px;
    left: 50%;
    top: -800px;
    transform: translate(-50%, 0%);
}

.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}
}
/* media 67% zoom*/
@media (min-width: 2851px) and (max-width: 3000px) { 

  
img{
	width: 100%;
}

.login {
    height: 100%;
    width: 100%;
    background:url(../img/prueba1fabri.jpg);
    background-size: 3000px;
    position: relative;
}
.login_box {
    width: 950px;
    height: 593px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left{
  width: 45%;
  height: 100%;
  padding: 25px 25px;
  
}
.login_box .right{
  width: 55%;
  height: 100%  
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}
.left .top_link{
  height: 20px
}
.left .contact{
	display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}
.left{
	background: linear-gradient(-45deg, #fff, #fff);
}
.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #e61677;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}

.right {
    background: linear-gradient( #fff, #00aec3);
    position: relative;
}


.right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.right .right-inductor {
    position: absolute;
    width: 250px;
    height: 120px;
    background: #fff0;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.right .right-inductor2 {
    position: relative;
    width: 250px;
    height: 150px;
    left: 50%;
    top: -580px;
    transform: translate(-50%, 0%);
}

.right .right-inductor3 {
    position: relative;
    width: 180px;
    height: 100px;
    left: 50%;
    top: -530px;
    transform: translate(-50%, 0%);
}

.right .right-inductor4 {
    position: relative;
    width: 250px;
    height: 120px;
    left: 50%;
    top: -800px;
    transform: translate(-50%, 0%);
}


.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}
}
/* media 75% zoom*/
@media (min-width: 2401px) and (max-width: 2850px) { 

  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 2800px;
      position: relative;
  }
  .login_box {
      width: 950px;
      height: 593px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 25px 25px;
    
  }
  .login_box .right{
    width: 55%;
    height: 100%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 400;
  }
  .left .top_link{
    height: 20px
  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 100%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 40px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 15px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 7px 9px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 600;
      font-size: 14px;
  }
  .left{
    background: linear-gradient(-45deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 15px 70px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 120px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
  }
  
  
  .right {
    background: linear-gradient( #fff, #b20b00);
    position: relative;
  
    }
  
  
  .right .right-text{
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
  }
  .right-text h2{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
  }
  .right-text h5{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
  }
  

  .right .right-inductor2{
    position: relative;
    width: 250px;
    height: 150px;
    left: 50%;
    top:-580px;
    transform: translate(-50%, 0%);
  }
  .right .right-inductor{
    position: absolute;
    width: 250px;
    height: 120px;
    background: #fff0;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0%);
  }
  
  
  .right .right-inductor3{
    position: relative;
    width: 180px;
    height: 100px;
    left: 50%;
    top:-520px;
    transform: translate(-50%, 0%);
  }
  .right .right-inductor4{
    position: relative;
    width: 250px;
    height: 120px;
    left: 50%;
    top:-800px;
    transform: translate(-50%, 0%);
  }
  
  
 
.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}
}
/* media 80% zoom*/
@media (min-width: 2301px) and (max-width: 2400px) { 
 
img{
	width: 100%;
}

.login {
    height: 100%;
    width: 100%;
    background:url(../img/prueba1fabri.jpg);
    background-size: 2400px;
    position: relative;
}
.login_box {
    width: 950px;
    height: 593px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left{
  width: 45%;
  height: 100%;
  padding: 25px 25px;
  
}
.login_box .right{
  width: 55%;
  height: 100%  
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}
.left .top_link{
  height: 20px
}
.left .contact{
	display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}
.left{
	background: linear-gradient(-45deg, #fff, #fff);
}
.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #e61677;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}



.right {
    background: linear-gradient( #fff, #00aec3);
    position: relative;
}


.right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.right .right-inductor {
    position: absolute;
    width: 250px;
    height: 120px;
    background: #fff0;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.right .right-inductor2 {
    position: relative;
    width: 250px;
    height: 150px;
    left: 50%;
    top: -580px;
    transform: translate(-50%, 0%);
}

.right .right-inductor3 {
    position: relative;
    width: 180px;
    height: 100px;
    left: 50%;
    top: -530px;
    transform: translate(-50%, 0%);
}

.right .right-inductor4 {
    position: relative;
    width: 250px;
    height: 120px;
    left: 50%;
    top: -800px;
    transform: translate(-50%, 0%);
}


.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}
}

/* media 90% zoom*/
@media (min-width: 2001px) and (max-width: 2300px) { 

  
img{
	width: 100%;
}

.login {
    height: 100%;
    width: 100%;
    background:url(../img/prueba1fabri.jpg);
    background-size: 2300px;
    position: relative;
}
.login_box {
    width: 950px;
    height: 593px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left{
  width: 45%;
  height: 100%;
  padding: 25px 25px;
  
}
.login_box .right{
  width: 55%;
  height: 100%  
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}
.left .top_link{
  height: 20px
}
.left .contact{
	display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}
.left{
	background: linear-gradient(-45deg, #fff, #fff);
}
.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #e61677;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}




.right {
    background: linear-gradient( #fff, #00aec3);
    position: relative;
}


.right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.right .right-inductor {
    position: absolute;
    width: 250px;
    height: 120px;
    background: #fff0;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.right .right-inductor2 {
    position: relative;
    width: 250px;
    height: 150px;
    left: 50%;
    top: -580px;
    transform: translate(-50%, 0%);
}

.right .right-inductor3 {
    position: relative;
    width: 180px;
    height: 100px;
    left: 50%;
    top: -530px;
    transform: translate(-50%, 0%);
}

.right .right-inductor4 {
    position: relative;
    width: 250px;
    height: 120px;
    left: 50%;
    top: -800px;
    transform: translate(-50%, 0%);
}



.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}
}
/* media 100 zoom*/
@media (min-width: 1801px) and (max-width: 2000px) {
 
  
img{
	width: 100%;
}

.login {
    height: 100%;
    width: 100%;
    background:url(../img/prueba1fabri.jpg);
    background-size: 2000px;
    position: relative;
}
.login_box {
    width: 950px;
    height: 593px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left{
  width: 45%;
  height: 100%;
  padding: 25px 25px;
  
}
.login_box .right{
  width: 55%;
  height: 100%  
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}
.left .top_link{
  height: 20px
}
.left .contact{
	display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}
.left{
 background: linear-gradient( #fff, #fff);
}



.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #e61677;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}



.right {
    background: linear-gradient( #fff, #00aec3);
    position: relative;
}


.right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.right .right-inductor {
    position: absolute;
    width: 250px;
    height: 120px;
    background: #fff0;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.right .right-inductor2 {
    position: relative;
    width: 250px;
    height: 150px;
    left: 50%;
    top: -580px;
    transform: translate(-50%, 0%);
}

.right .right-inductor3 {
    position: relative;
    width: 180px;
    height: 100px;
    left: 50%;
    top: -530px;
    transform: translate(-50%, 0%);
}

.right .right-inductor4 {
    position: relative;
    width: 250px;
    height: 120px;
    left: 50%;
    top: -800px;
    transform: translate(-50%, 0%);
}


.top_link img {
    width: 28px;
    padding-right: 7px;
    margin-top: -3px;
}
}

/* media 110 zoom*/
@media (min-width: 1600px) and (max-width: 1800px) {
  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 1800px;
      position: relative;
  }
  .login_box {
      width: 950px;
      height: 593px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 25px 25px;
    
  }
  .login_box .right{
    width: 55%;
    height: 100%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 400;
  }
  .left .top_link{
    height: 20px
  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 100%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 40px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 15px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 7px 9px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 600;
      font-size: 14px;
  }
  .left{
    background: linear-gradient(-45deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 15px 70px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 120px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
  }

.right {
    background: linear-gradient( #fff, #00aec3);
    position: relative;
}


.right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.right .right-inductor {
    position: absolute;
    width: 250px;
    height: 120px;
    background: #fff0;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.right .right-inductor2 {
    position: relative;
    width: 250px;
    height: 150px;
    left: 50%;
    top: -580px;
    transform: translate(-50%, 0%);
}

.right .right-inductor3 {
    position: relative;
    width: 180px;
    height: 100px;
    left: 50%;
    top: -530px;
    transform: translate(-50%, 0%);
}

.right .right-inductor4 {
    position: relative;
    width: 250px;
    height: 120px;
    left: 50%;
    top: -800px;
    transform: translate(-50%, 0%);
}
  
  
  
  
  .top_link img {
      width: 28px;
      padding-right: 7px;
      margin-top: -3px;
  }
  }
  

/* media 125 zoom*/
@media (min-width: 1343px) and (max-width: 1599px) {
  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 1599px;
      position: relative;
  }
  .login_box {
      width: 950px;
      height: 593px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 25px 25px;
    
  }
  .login_box .right{
    width: 55%;
    height: 100%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 400;
  }
  .left .top_link{
    height: 20px
  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 100%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 40px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 15px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 7px 9px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 600;
      font-size: 14px;
  }
  .left{
    background: linear-gradient(-45deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 15px 70px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 120px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
  }


    .right {
        background: linear-gradient( #fff, #00aec3);
        position: relative;
    }


        .right .right-text {
            height: 100%;
            position: relative;
            transform: translate(0%, 45%);
        }

    .right-text h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: 500;
    }

    .right-text h5 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
    }

    .right .right-inductor {
        position: absolute;
        width: 250px;
        height: 120px;
        background: #fff0;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor2 {
        position: relative;
        width: 250px;
        height: 150px;
        left: 50%;
        top: -580px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor3 {
        position: relative;
        width: 180px;
        height: 100px;
        left: 50%;
        top: -530px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor4 {
        position: relative;
        width: 250px;
        height: 120px;
        left: 50%;
        top: -800px;
        transform: translate(-50%, 0%);
    }
  
  
  
  
  
  .top_link img {
      width: 28px;
      padding-right: 7px;
      margin-top: -3px;
  }
  }
  
/* media 150 zoom*/
@media (min-width: 1200px) and (max-width: 1342px) {
  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 1342px;
      position: relative;
  }
  .login_box {
      width: 750px;
      height: 450px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 10px 10px;
    
  }
  .login_box .right{
    width: 55%;
    height: 100%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 100;
  }
  .left .top_link{
    height: 20px
  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 100%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 15px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 3px 15px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 200;
      font-size: 12px;
      
  }
  .left{
    background: linear-gradient(-10deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 15px 50px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 100px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      font-size: 12px;
  }
    .right {
        background: linear-gradient( #fff, #00aec3);
        position: relative;
    }


        .right .right-text {
            height: 100%;
            position: relative;
            transform: translate(0%, 45%);
        }

    .right-text h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: 500;
    }

    .right-text h5 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
    }

    .right .right-inductor {
        position: absolute;
        width: 250px;
        height: 120px;
        background: #fff0;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor2 {
        position: relative;
        width: 250px;
        height: 150px;
        left: 50%;
        top: -580px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor3 {
        position: relative;
        width: 180px;
        height: 100px;
        left: 50%;
        top: -530px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor4 {
        position: relative;
        width: 250px;
        height: 120px;
        left: 50%;
        top: -800px;
        transform: translate(-50%, 0%);
    }


  
  .top_link img {
      width: 28px;
      padding-right: 7px;
      margin-top: -3px;
  }
  }
  
/* media 175 zoom*/
@media (min-width: 1000px) and (max-width: 1199px) {
  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 1199px;
      position: relative;
  }
  .login_box {
      width: 750px;
      height: 393px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 10px 10px;
    
  }
  .login_box .right{
    width: 55%;
    height: 100%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 100;
  }
  .left .top_link{
    height: 20px
  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 100%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 15px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 3px 15px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 200;
      font-size: 12px;
      
  }
  .left{
    background: linear-gradient(-10deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 15px 50px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 40px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      font-size: 12px;
  }


    .right {
        background: linear-gradient( #fff, #00aec3);
        position: relative;
    }


        .right .right-text {
            height: 100%;
            position: relative;
            transform: translate(0%, 45%);
        }

    .right-text h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: 500;
    }

    .right-text h5 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
    }

    .right .right-inductor {
        position: absolute;
        width: 250px;
        height: 120px;
        background: #fff0;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor2 {
        position: relative;
        width: 250px;
        height: 150px;
        left: 50%;
        top: -580px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor3 {
        position: relative;
        width: 180px;
        height: 100px;
        left: 50%;
        top: -530px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor4 {
        position: relative;
        width: 250px;
        height: 120px;
        left: 50%;
        top: -800px;
        transform: translate(-50%, 0%);
    }
  
  
  .top_link img {
      width: 28px;
      padding-right: 7px;
      margin-top: -3px;
  }
  }


/* media 200 zoom*/
@media (min-width: 800px) and (max-width: 999px) {
  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 999px;
      position: relative;
  }
  .login_box {
      width: 750px;
      height: 300px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 10px 10px;
    
  }
  .login_box .right{
    width: 55%;
    height: 100%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 100;
  }
  .left .top_link{
    height: 20px;
    font-size: 12px;

  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 100%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 12px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 3px 12px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 200;
      font-size: 12px;
      
  }
  .left{
    background: linear-gradient(-10deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 15px 30px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 10px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      font-size: 12px;
  }


    .right {
        background: linear-gradient( #fff, #00aec3);
        position: relative;
    }


        .right .right-text {
            height: 100%;
            position: relative;
            transform: translate(0%, 45%);
        }

    .right-text h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: 500;
    }

    .right-text h5 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
    }

    .right .right-inductor {
        position: absolute;
        width: 250px;
        height: 120px;
        background: #fff0;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor2 {
        position: relative;
        width: 250px;
        height: 150px;
        left: 50%;
        top: -580px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor3 {
        position: relative;
        width: 180px;
        height: 100px;
        left: 50%;
        top: -530px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor4 {
        position: relative;
        width: 250px;
        height: 120px;
        left: 50%;
        top: -800px;
        transform: translate(-50%, 0%);
    }
  
  
  .top_link img {
      width: 28px;
      padding-right: 7px;
      margin-top: -3px;
  }
  }
  
/* media 250 zoom*/
@media (min-width: 700px) and (max-width: 799px) {     
  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 799px;
      position: relative;
  }
  .login_box {
      width: 550px;
      height: 280px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 10px 10px;
    
  }
  .login_box .right{
    width: 55%;
    height: 100%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 100;
  }
  .left .top_link{
    height: 20px;
    font-size: 10px;
  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 100%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 15px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 0px 5px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 200;
      font-size: 8px;
      
  }
  .left{
    background: linear-gradient(-10deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 5px 20px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 10px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      font-size: 8px;
  }


    .right {
        background: linear-gradient( #fff, #00aec3);
        position: relative;
    }


        .right .right-text {
            height: 100%;
            position: relative;
            transform: translate(0%, 45%);
        }

    .right-text h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: 500;
    }

    .right-text h5 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
    }

    .right .right-inductor {
        position: absolute;
        width: 250px;
        height: 120px;
        background: #fff0;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor2 {
        position: relative;
        width: 250px;
        height: 150px;
        left: 50%;
        top: -580px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor3 {
        position: relative;
        width: 180px;
        height: 100px;
        left: 50%;
        top: -530px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor4 {
        position: relative;
        width: 250px;
        height: 120px;
        left: 50%;
        top: -800px;
        transform: translate(-50%, 0%);
    }
  
  .top_link img {
      width: 28px;
      padding-right: 7px;
      margin-top: -3px;
  }
  }
  
/* media 300 zoom*/
@media  (min-width: 600px) and (max-width: 699px) {
  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 699px;
      position: relative;
  }
  .login_box {
      width: 420px;
      height: 250px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 10px 10px;
    
  }
  .login_box .right{
    width: 55%;
    height: 98%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 100;
  }
  .left .top_link{
    height: 20px;
    font-size: 8px;

  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 100%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 2px;
    font-size: 10px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 12px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 0px 8px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 200;
      font-size: 8px;
      
  }
  .left{
    background: linear-gradient(-10deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 5px 25px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 15px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      font-size: 6px;
  }

    .right {
        background: linear-gradient( #fff, #00aec3);
        position: relative;
    }


        .right .right-text {
            height: 100%;
            position: relative;
            transform: translate(0%, 45%);
        }

    .right-text h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: 500;
    }

    .right-text h5 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
    }

    .right .right-inductor {
        position: absolute;
        width: 250px;
        height: 120px;
        background: #fff0;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor2 {
        position: relative;
        width: 250px;
        height: 150px;
        left: 50%;
        top: -580px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor3 {
        position: relative;
        width: 180px;
        height: 100px;
        left: 50%;
        top: -530px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor4 {
        position: relative;
        width: 250px;
        height: 120px;
        left: 50%;
        top: -800px;
        transform: translate(-50%, 0%);
    }
  
  
  .top_link img {
      width: 28px;
      padding-right: 7px;
      margin-top: -3px;
  }
  }
  
/* media 400 zoom*/
@media  (min-width: 480px) and (max-width: 599px) {
  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 599px;
      position: relative;
  }
  .login_box {
      width: 350px;
      height: 200px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 10px 10px;
    
  }
  .login_box .right{
    width: 55%;
    height: 100%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 100;
  }
  .left .top_link{
    height: 25px ;
    font-size: 8px;
  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 100%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 0px;
    font-size: 8px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 12px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 0px 5px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 200;
      font-size: 7px;
      
  }
  .left{
    background: linear-gradient(-10deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 5px 20px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 15px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      font-size: 5px;
  }

    .right {
        background: linear-gradient( #fff, #00aec3);
        position: relative;
    }


        .right .right-text {
            height: 100%;
            position: relative;
            transform: translate(0%, 45%);
        }

    .right-text h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: 500;
    }

    .right-text h5 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
    }

    .right .right-inductor {
        position: absolute;
        width: 250px;
        height: 120px;
        background: #fff0;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor2 {
        position: relative;
        width: 250px;
        height: 150px;
        left: 50%;
        top: -580px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor3 {
        position: relative;
        width: 180px;
        height: 100px;
        left: 50%;
        top: -530px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor4 {
        position: relative;
        width: 250px;
        height: 120px;
        left: 50%;
        top: -800px;
        transform: translate(-50%, 0%);
    }
  
  
  
  .top_link img {
      width: 28px;
      padding-right: 7px;
      margin-top: -3px;
  }
  }
  
/* media 500 zoom*/
@media (min-width: 380px) and (max-width: 479px) {
  img{
    width: 100%;
  }
  
  .login {
      height: 100%;
      width: 100%;
      background:url(../img/prueba1fabri.jpg);
      background-size: 479px;
      position: relative;
  }
  .login_box {
      width: 300px;
      height: 170px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 1px 4px 22px -8px #0004;
      display: flex;
      overflow: hidden;
  }
  .login_box .left{
    width: 45%;
    height: 100%;
    padding: 10px 10px;
    
  }
  .login_box .right{
    width: 55%;
    height: 100%  
  }
  .left .top_link a {
      color: #452A5A;
      font-weight: 100;
  }
  .left .top_link{
    height: 25px ;
    font-size: 6px;
  }
  .left .contact{
    display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      height: 95%;
      width: 73%;
      margin: auto;
  }
  .left h3{
    text-align: center;
    margin-bottom: 0px;
    font-size: 7px;
  }
  .left input {
      border: none;
      width: 80%;
      margin: 12px 0px;
      border-bottom: 1px solid #4f30677d;
      padding: 0px 5px;
      width: 100%;
      overflow: hidden;
      background: transparent;
      font-weight: 200;
      font-size: 5px;
      
  }
  .left{
    background: linear-gradient(-10deg, #fff, #fff);
  }
  .submit {
      border: none;
      padding: 5px 15px;
      border-radius: 8px;
      display: block;
      margin: auto;
      margin-top: 10px;
      background: #e61677;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
      font-size: 5px;
  }

    .right {
        background: linear-gradient( #fff, #00aec3);
        position: relative;
    }


        .right .right-text {
            height: 100%;
            position: relative;
            transform: translate(0%, 45%);
        }

    .right-text h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: 500;
    }

    .right-text h5 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
    }

    .right .right-inductor {
        position: absolute;
        width: 250px;
        height: 120px;
        background: #fff0;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor2 {
        position: relative;
        width: 250px;
        height: 150px;
        left: 50%;
        top: -580px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor3 {
        position: relative;
        width: 180px;
        height: 100px;
        left: 50%;
        top: -530px;
        transform: translate(-50%, 0%);
    }

    .right .right-inductor4 {
        position: relative;
        width: 250px;
        height: 120px;
        left: 50%;
        top: -800px;
        transform: translate(-50%, 0%);
    }
  
  
  
  .top_link img {
      width: 28px;
      padding-right: 7px;
      margin-top: -3px;
  }
  }
  
/* media mobile*/
@media  (min-width: 250px) and (max-width: 379px) {

  
  
img{
	width: 100%;
}

.login {
    height: 100%;
    width: 100%;
    background:url(../img/prueba1fabri.jpg);
    background-size: 379px;
    position: relative;
}
.login_box {
    width: 950px;
    height: 593px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left{
  width: 45%;
  height: 100%;
  padding: 25px 25px;
  
}
.login_box .right{
  width: 55%;
  height: 100%  
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}
.left .top_link{
  height: 20px
}
.left .contact{
	display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}
.left{
	background: linear-gradient(-45deg, #dcd7e0, #fff);
}
.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #e61677;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}



.right {
  background: linear-gradient( #fff, #b20b00);
	position: relative;
}

.right .right-text{
  height: 100%;
  position: relative;
  transform: translate(0%, 45%);
}
.right-text h2{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}
.right-text h5{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.right .right-inductor{
  position: absolute;
  width: 70px;
  height: 7px;
  background: #fff0;
  left: 50%;
  bottom: 70px;
  transform: translate(-50%, 0%);
}


.top_link img {
    width: 28px;
    padding-right: 7px;
    margin-top: -3px;
}

}
