.login-container {
	font-family: 'Telefonica-Regular';
    height: 895px;
    background-image: url("/images/login-registration/background-login-desktop.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.login-section {
    width: 100%;
  	height:100%;
}

.content-login-section{
	padding: 5% 5% 0% 14%;
}

.content-login-section-a,.link-back-to-login{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #019DF4;
    text-decoration: revert;
    width: max-content;
}


.container-login-left{ 
	max-height: 525px;
    height: 100%;
    display: block;
    background: #ffffff;
    border-radius: 20px 20px 20px 20px;
    padding:50px 45px;
    width: 50%;
    float: left;
    position: relative;
    max-width: 570px;
 }
 
.title-section-login {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 24px;
    color: #313235;
    margin-bottom:15px;
}
.title-section-login-p{
	margin-top:20px;
    color: #86888C;
}


.section-col{
	margin:17px 0px!important;
}

.title-section-login-img{
	 margin-right: 5px;
}

.subtitle-section-login {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #86888C;
}

span.requiredMessage,
small.errorMsg,
p.requiredMessage,
div#divVerificaDatos,
p.labelErrorBillingSteps {
    color: #FF374A;
}

.text-danger {
    color: #FF374A;
 }
 
 p.requiredMessage {
    position: relative;
    font-size: 14px;
    top: 6px;
    left: 10px;
    display: none;
    margin: 0px;
}

.message-error-register{
   	color: #FF374A;
    position: relative;
    font-size: 13px;
    top: 0px;
    left: 10px;
    display: none;
   margin: 0px 0px -7px 0px;
}

.message-error-nivel {
    color: #FF374A;
    position: relative;
    font-size: 13px;
    top: -10px;
    left: 0px;
    display: none;
    margin: 0px 0px -7px 0px;
    font-family: "Roboto";
}

.btn-access-movistar{
	width:210px;
	margin:20px 0px;
}


.container-login-right{
	max-height: 443px;
    height: 100%;
    display: block;
    background: #ffffff;
    border-radius: 20px 20px 20px 20px;
    padding: 30px 40px;
    margin-left: 55px;
    width: 40%;
    float: left;
    position: relative;
    max-width: 570px;
}

.container-login-rigth-one,.container-login-rigth-second{
	width: 100%;
    float: left;
    position: relative;
    margin-bottom: 22px;
}

.container-login-right-one-btn{
	width:162px;
	margin:15px 0px;
	font-weight:700;
}

.container-login-right-second-btn{
	width:136px;
	margin:13px 0px;
	font-weight:700;
}

/*Section Create User*/

.content-create-users{
	background: #ffffff;
    border-radius: 20px 20px 20px 20px;
	margin: 2% auto 0% auto;
    width: 100%;
    max-width: 570px;
    max-height: max-content;
    padding:15px;
}


.content-create-users-form,.content-create-validate-code{
    margin:15px auto;
}
.content-create-users-back{
	margin: 15px;
	cursor:pointer;
}


.content-create-users-info,.content-create-validate-info{
	margin: 25px 45px;
}
.content-create-users-info-title,.content-create-validate-title{
	font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 24px;
    color: #313235;
    margin-bottom: 30px;
}
.content-create-users-info-subtitle,.content-create-validate-subtitle{
	font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #86888C;
    margin-bottom:30px;
}

.content-create-users-form-checkbox{
	position: absolute;
    opacity: 0;
}
.content-create-users-form-checkbox-label{
     display: flex;
}

.content-create-users-form-checkbox:checked+.content-create-users-form-checkbox-label:before{
	color: #fff;
    border-color: #019DF4;
    background-color: #019DF4;
 }
.content-create-users-form-checkbox-label:before{
	display: block;
    padding: 2px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #0000;
    border: 2px solid #d3d4d3;
    border-radius: 2px;
    content: url("/images/common/icon-select.png");
    top: 6px;
    position: relative;
}
.content-create-users-form-checkbox-title{
	font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #313235;
}

.content-create-users-form-checkbox-title a{
	display: contents;
    color: #019DF4;
    font-family: "Telefonica-Regular";
    font-size: 18px;
    text-decoration: none;
}

.content-create-users-title-error{
	color: #FF374A;
    position: relative;
    font-size: 13px;
    top: 0px;
    left: 10px;
    display: none;
    margin: 4px 0px 0px 0px;
    font-family:"Roboto";
    font-size: 14px;
}

.content-create-users-btn-register{
	width:140px;
	font-weight: 700;
	opacity:0.5;
	background: #5CB615;
    border-radius: 32px;
    border:none;
    height: 48px;
    font-family: 'Telefonica-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.ec-foot-sponsors__list_apps .ec-foot-sponsors__group_apps {
    padding-top: 24px;
}

.container-access {
    width: 100%;
}

/*Code validate register*/

.content-create-validate-btn{
	width:115px;
	opacity:0.5;
	background: #5CB615;
    border-radius: 32px;
    border: none;
    height: 48px;
    font-family: 'Telefonica-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin:30px 0px;
}
.content-create-validate-otp-btn{
	width:200px;
	background: #5CB615;
    border-radius: 32px;
    border: none;
    height: 48px;
    font-family: 'Telefonica-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin:30px 0px;;
}
.login-icon-back{
	top: -3px;
    left: 7px;
    position: relative;
}
.login-icon-back-a{
	color: #019DF4;
    font-family: 'Telefonica-Regular';
    font-size: 19px;
    margin-top: 28px;
    text-decoration: underline;
}
.login-icon-back-a:focus,.login-icon-back-a:hover{
	color: #019DF4;    
	text-decoration: underline;
}

#ecare-login-tabs-content .inptNumber,
#divEnviarCodigo .inptNumber,
#ecare-login-tabs-content .inptNumber {
    padding-left: 56px !important;
}

#ecare-login-tabs-content div#mi-movistar-content form label[for]>span {
    font-family: Roboto;
    font-size: 18px;
    color: #86888C;
}

button.btn-show-pass {
    background: none;
    position: absolute;
    top: 23px;
    right: 12px;
    outline-width: 0;
    border: none;
}

button.btn-show-pass::before {
    content: url("/images/common/icon-password-view.svg");
}



.ec-form__security-level {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #CBCBCB;
}

.ec-form__security-level:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ec-form__security-label {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.ec-form__security-label:after {
    display: inline-block;
    content: attr(data-level);
    font-weight: bold;
}

/*Pago Express*/

.section-col-btn-express{
	margin-top: 30px;
	margin-bottom: 10px;
}
.section-btn-express{
	background: #5CB615;
    border-radius: 32px;
    border: none;
    height: 48px;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.btn-pagar-express-login {
    width:100%;
    margin: 15px 0px;
    opacity:0.5;
}

.btn-enviar-code-express{
	width:100%;
    margin: 15px 0px;
}

.pay-bill-step2 .ec-grid-otp-bill .ec-grid-pay-bill__captionsub {
    padding-left: 18px;
}

.ec-grid-pay-bill__title {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
    color: #313235;
    font-family: 'Telefonica-Regular';
}


.ec-grid-otp-bill #otpNumber {
    max-width: 250px;
    border-radius: 5px;
    background-color: #f4f4f3;
    border: 0;
    height: 80px;
    color: #50535a;
    margin: 0 auto;
    font-size: 40px !important;
    letter-spacing: 18px;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.pay-bill-step2 .labelErrorBillingSteps {
    padding-left: 18px;
}

.ec-grid-pay-bill__captionsub,
.labelErrorBillingSteps {
    margin-top: 16px;
    margin-bottom: 24px;
}

.title-section-otp-container .title-section-otp-text {
    font-size: 25px;
    font-weight: 300;
}

.ec-grid-pay-bill__subtitle {
    text-align: initial;
    color: #313235;
    line-height: 24px;
    font-family: 'Telefonica-Regular';
    font-size: 16px;
    margin: 0px;
}

.ec-grid-pay-bill__subtitle span {
    font-family: 'Telefonica-Bold';
}


.content-express-pay{
	background: #ffffff;
    border-radius: 20px 20px 20px 20px;
	margin: 7% auto 0% auto;
    width: 100%;
    max-width: 440px;
    min-height: 390px;
    padding:15px 40px;
}

.pay-bill-step1-back,.pay-bill-step2-back{
	margin: 15px 0px;
	cursor:pointer;
}


#backStep2 {
	cursor: pointer;
}

.title-section-otp-text {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 24px;
    color: #313235;
    margin: 22px 0px 13px 0px;
}

.subtitle-validateCode-text,
.subtitle-section-otp-text {
    font-family: Telefonica-light;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #86888C;

}

.ec-sended-code {
    text-align: initial;
}

.input-validateCode-text {
    margin: 17px 0px;
}

.ecare-group-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.ecare-code-input.ec-sended-code__input {
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 24px;
    width: 50.4px;
    height: 56px;
    caret-color: #019DF4;
    border: none;
}


.ecare-code-input {
   border: 1px solid #dcdcdc;
    display: block;
    font-size: 30px;
    font-family: "Telefonica-Regular";
    border-radius: 4px;
    background-color: #F4F4F3;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 5px;
}

.ecare-code-input:focus-visible {
    outline: none;
}

.new-linkValidarCodigo {
    color: #313235;
    font-family: 'Telefonica-Regular';
    font-size: 16px;
    text-decoration: none;
}

.ec-sended-code__link-fix {
    margin: 0px;
}

.ec-form__row {
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 14px;
}

	
#recuperarPassMobile{
	display:none;
}
	
#recuperarPassDesktop{
	display:block;
}

@media only screen and (min-width: 1700px){
	.content-login-section {
    	padding: 5% 14% 0% 22%;
	}
}
@media only screen and (max-width: 1370px) and (min-width:992px){
	.content-login-section {
 	   padding: 2% 5% 0% 19%;
	}
	
    .container-login-left {
 	   max-height: 454px;
   	   max-width: 432px;
	}
	.container-login-right {
    	max-height: 361px;
        max-width: 432px;
	}
	.title-section-login {
  		font-size: 26px;
	}
	.subtitle-section-login {
       font-size: 16px;
       line-height: 16px;
	}
	.container-login-right-one-btn ,.container-login-right-second-btn{
        margin: 0px 0px;
        height:40px!important;
     }
	.content-create-users {
        padding: 4px 15px;
        max-width: 528px;
	}
	.content-create-users-back {
    	margin: 15px 15px 5px 15px;
   	}
   	.content-create-users-info, .content-create-validate-info {
    	margin: 11px 45px;
	}
	.content-create-users-info-title, .content-create-validate-title {
        font-size: 29px;
        margin-bottom: 6px;
    }
    .content-create-users-info-subtitle, .content-create-validate-subtitle {
   		font-size: 16px;
	    margin-bottom: 13px;
	}
	.content-create-users-form-checkbox-title {
 	    font-size: 16px;
   }
   .login-icon-back {
      width: 15px;
	}
	.login-icon-back-a {
        font-size: 17px;
    }
    .content-create-users-form, .content-create-validate-code {
    	margin: 3px auto;
	}
	.content-create-users-btn-register {
       height: 40px;
       font-size: 16px;
   }
}
@media screen and (max-width:992px){
	.container-login-left{ 
		width:100%;
	}
	.container-login-right{
		width:100%;
		margin: 43px 0px;
		max-height: 305px;
	}
	
	.container-login-rigth-one{
		width: 50%;
	}
	
	.container-login-rigth-second{
		width:45%;
		margin-left: 15px;
	}

	.login-container {
	    height: 1028px;
	    background-image: url("/images/login-registration/background-login-tablet.png");
	 }
	
	.login-section {
    	margin: 5% 5% 0px 28%;
	}

	.btn-pagar-express-login{
		width:100%
	}
	.container-login-left {
    	max-height: 480px;
    }
}

@media only screen and (max-width: 767px){
	
	.login-container {
	    height: max-content;
	    background-image: none;
	    display: flex;
	 }
	 
	 .login-section {
    	margin: 0px 0px 0px 0px;
    	border: none;
	}

    .ec-grid-pay-bill__caption .ec-grid-pay-bill__title{
	 	margin-top: 20px;
		color:#86888C;
	}
	.btn-pagar-express-login,.btn-enviar-code-express{
		width:100%
	}
	
	.content-login-section{
		padding:0px 26px;
	}
	 .content-create-users{
		margin:0px;
		max-width: 748px;
		min-height: max-content;
	}
	.content-express-pay{
		margin:0px;
		max-width: 748px;
		min-height: max-content;
		padding: 15px 40px 89px 40px;
	}
		
	.container-login-left{
		max-width: 780px;
		padding:0px;
		max-height: 370px;
		margin-top:18px;
	}
	.container-login-right {
		max-width: 780px;
		border:1px solid #dddddd;
		height:max-content;
		max-height: 100%;
		padding: 29px 13px 0px 30px;
	}
	
	.container-login-rigth-one {
    	width: 100%;
    }
    
    .container-login-rigth-second {
	    width: 100%;
	    margin-left: 0px;
	}
	
	#recuperarPassMobile{
		display:block;
	}
	
	#recuperarPassDesktop{
		display:none;
	}
    
    .content-create-users-info{
		margin: 25px 0Px;
	}
	.content-create-users-back {
    	margin: 15px 0px;
    }
    
    .content-create-validate-info {
    	margin: 25px 10px;
    }
    
    .content-create-users-btn-register{
		width:100%;
	}
}

@media only screen and (max-width: 380px){
	.tab-content {
		padding:0px;
	}
	a#mi-movistar-tab, a#pago-express-tab,.ec-grid-pay-bill__title,.section-checkbox-title, a.register-tyc {
    	font-size: 14px;
    }
    .title-section-login {
    	font-size: 26px;
	}
	.content-tabs-login {
   		margin: 30px 10px 0 -18px;
    }
    .content-tabs-express {
    	margin: 30px 9px 0 11px;
	}
	.title-section-otp-container .title-section-otp-text {
    	font-size: 23px;
   	}
	  	
	.subtitle-validateCode-text, .subtitle-section-otp-text,.ec-grid-pay-bill__subtitle {
  		font-size: 15px;
    }
	.ecare-code-input {
	    font-size: 25px;
        width: 42px;
    	height: 42px;
	}
}
