.img{
    margin-left:-10px;
    
}
body{

	background:url("/img/FondoPOLAR.png");
	background-size: cover;
	font:600 16px/18px 'Open Sans',sans-serif;

}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

.login-wrap{
      margin-top:-10px;
      margin-left:790px;
	
	
	max-width:400px;
	min-height:410px;
	position:relative;
	/*background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;*/
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.fondo{
    margin-left:380px;
    
}
.login-html{
  
	width:100%;
	height:100%;
	position:absolute;
	padding:50px 70px 50px 70px;
	background:rgba(42,102,117,.5);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
	
}
.login-html .sign-in,
.login-html .sign-up{
	display:none;
}
.login-html .tab{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:2px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
		color:#2a6675;
}

.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}


.btn{
	display: block;
	width: 100%;
	height: 40px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #2a6675 , #2a6675 ,  #57c1c2);
	background-size: 200%;
	font-size: 1.2rem;
	color: white;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}
.btn:hover{
	background-position: right;
}

.label{
      color: white;
    
    
}
/*inputnuevo*/
 

.input {
  color:  white;
  font-size: 1.9rem;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;

  border: none;
 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-border {
  position: absolute;
  background: var(--border-after-color);
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.input:focus {
  outline: none;
}

.input:focus + .input-border {
  width: 100%;
}

.form-control {
  position: relative;
  --width-of-input: 300px;
}

.input-alt {
  font-size: 1.0rem;
   background-color: transparent;
  padding-inline: 0.4em;
  padding-block: 0.4em;
 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.input-border-alt {
  height: 3px;
  background: linear-gradient(90deg, #57c1c2 10%, #2a6675 50%, white 100%);
  transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}

.input-alt:focus + .input-border-alt {
  width: 100%;
}

/*inputtermino*/

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}
@media screen and (max-width: 980px){
            body{
background:url("/img/FondoPOLAR.png");
background-size:300%;

	font:600 16px/18px 'Open Sans',sans-serif;
}
   .img{
    margin-left:-10px;
    
}

*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

.login-wrap{
    margin-top:10px;
    margin-left:15px;
	margin-right:15px;
	max-width:900px;
	min-height:410px;
	position:relative;
	/*background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;*/
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.9);
}

.fondo{
    margin-left:0px;
    
}
.login-html{
    
	width:100%;
	height:100%;
	position:absolute;
	padding:50px 70px 50px 70px;
	background:rgba(42,102,117,.6);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
	
}
.login-html .sign-in,
.login-html .sign-up{
	display:none;
}
.login-html .tab{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:2px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
		color:#2a6675;
}

.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}


.btn{
	display: block;
	width: 100%;
	height: 37px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #2a6675 , #2a6675 ,  #57c1c2);
	background-size: 200%;
	font-size: 0.8rem;
	color: white;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}
.btn:hover{
	background-position: right;
}

.label{
    color: white;
    font-size: 0.8rem;
    
}
/*inputnuevo*/
 

.input {
  color:  white;
  font-size: 1.9rem;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-border {
  position: absolute;
  background: var(--border-after-color);
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.input:focus {
  outline: none;
}

.input:focus + .input-border {
  width: 100%;
}

.form-control {
   
  position: relative;
  --width-of-input: 350px;
}

.input-alt {
  font-size: 0.9rem;
   background-color: transparent;
  padding-inline: 0.5em;
  padding-block: 0.5em;
  width:100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.input-border-alt {
  height: 2px;
  background: linear-gradient(90deg, #57c1c2 10%, #2a6675 50%, white 110%);
  transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}

.input-alt:focus + .input-border-alt {
  width: 100%;
}

/*inputtermino*/

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}
}
