 .pwsprincipal{
	height: 816px;
	/*height: calc(100vh - 9vh);*/
    background-image: url("/images/reset-password/icon-background-pws.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
 }
  
.ec-board {
    margin-left: 50%;
    max-width: 568px;
    max-height: 614px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin-right: 53px;
    padding: 52px 40px 0px 38px;
}

.title-section-password-recover__container {
    margin: 0px;
}


.title-section-password-recover__container.desktop-container .title-container {
    margin-bottom: 39px;
}

.title-section-password-recover__container.desktop-container .subtitle-container {
    margin-bottom: 15px;
}

.title-section-password-recover {
    font-family: 'Telefonica-Light';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 24px;
    color: #313235;
    margin-bottom: 16px;
    margin-top:5px;
}

.subtitle-section-password-recover {
    font-family: 'Telefonica-Light';
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
    color: #313235;
}
.pass-recover-link__container{
	margin-top:10px;
}

.pass-recover-buttons__container,
.back-to-login__link-container {
    margin-top: 33px;
}

.pass-change__container{
	margin:10px 0px;
}
.btn-verificar-codepws,.btn-enviar-codepws{
	 width: 136px;
}

#backCodePsw{
	cursor:pointer;
}
@media only screen and (max-width: 991px){
.pwsprincipal {
    	height: 816px;
    	background-image: url("/images/reset-password/icon-background-table-pws.png");
   }
   .ec-board {
    	margin-left: 40%;
    	margin-right: 27px;
	}
	
}
@media only screen and (max-width: 767px) {
	.pwsprincipal {
		height: 816px;
	    background-image: none;
	    display: block;
	    max-width: 568px;
	    margin: 0 auto;
   }
	
	.ec-board {
    	margin-left: 0px;
    	margin-right: 0px;
    	border:none;
	}
	.btn-verificar-codepws,.btn-enviar-codepws{
	 width: 100%;
}
}
@media only screen and (max-width: 767px) {
	.ec-board {
	    padding: 52px 20px 0px 20px;
	}
	.title-section-password-recover {
	    font-size: 30px;
	 }
	.subtitle-section-password-recover {
       font-size: 19px;
	}
}