@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900');
body{ background-color: #6768e0; font-family: 'Montserrat', sans-serif;}
.modal{ display:none;margin-top:200px; }
@media (min-width: 600px) {
	.container{ width: 70%; margin:auto; padding-bottom: 100px;  display:flex; }
	#login-page .izda{ width: 60%; }
	#login-page .dcha{ width: 40%; }
}
	
@media (max-width: 600px){
.container{ width: 95%; margin:auto; padding-bottom: 100px;  }
#login-page .izda{ width: 100%; }
#login-page .dcha{ width: 100%; }
}

#terms .izda,
#recovery .izda{ width: 20%; }
#terms .dcha,
#recovery .dcha{ width: 75%; margin-top:110px;}

#terms{
	color:#fff;
	line-height: 1.4;
}

#terms h4{ font-size: 22px;  font-weight: 500; line-height: 1.1; }
h2{ font-size: 30px;  font-weight: 500; line-height: 1.1; }


#companyLogo{
	color: #ffffff ;
	width: 80%;
}

#companyLogo p{
	font-size: 20px;
}
#companyLogo ol li{
	line-height: 1.8;
	font-size: 20px;
}
#companyLogo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 5px rgba(255,255,255,0.4);
    box-sizing: border-box;
	max-width: 100%;
	text-align: center;
	margin-top: 25px !important;
	vertical-align: middle;
	overflow-clip-margin: content-box;
    overflow: clip;
	
}

@media only screen and (max-width: 600px) {
	.backstretch{display:none;}
	#terms .izda, #recovery .izda {
   	 width: 150px;
	}
	#companyLogo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 5px rgba(255,255,255,0.4);
    box-sizing: border-box;
	max-width: 150px;
	text-align: center;
	margin-top: 25px !important;
	vertical-align: middle;
	overflow-clip-margin: content-box;
    overflow: clip;
	
	}	
	#recovery .dcha {
	width: 100%;
    margin-top: 20px;
	}
}
.error{
	padding: 10px 0;
	color:#E71014;
	line-height: 1.4;
}
.dcha .cab{
	width:100%;
	background: #6768e0;
    color: #ffffff !important;
	 border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.dcha .cab h2{
	margin: 0;
    padding: 15px 20px;
    text-align: center;
   	font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}
.dcha .entra {
	width:100%;
	background: #ffffff;
}

@media (min-width: 600px) {
.dcha .entra .int{
	padding: 40px;
}
}

@media (max-width: 600px) {
.dcha .entra .int{
	padding: 10px;
}
}
.dcha .entra .int .inputs{
	display:flex;
	justify-content: space-between;
}

.dcha .entra .int .inputs .input{
	width: 48%;
}
.dcha .entra .int .inputs input{
	background-color: rgba(0,0,0,0.05);
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    outline: none;
    height: 40px;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
}

.dcha .entra .int .olvidado{
	text-align: right;
	font-size: 13px;
	margin-bottom: 10px;
	
}

.dcha .entra .int .o_entra{
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}
.dcha .entra .int .olvidado a{
	color: #428bca;
}

.dcha .entra .int hr{
	margin: 20px 0;
	border-top:1px solid #e4e4e4;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-facebook {
    color: #fff;
    background-color: #5193ea;
    border-color: #2775e2;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
	border-radius:10px;
}
.btn-primary {
    background-color: #00f5ad;
    color: #010000;
    font-weight: bold;
    border: none;
    box-shadow: none;
    padding: 14px;
}
.btn-cancel{
	background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    border: none;
    box-shadow: none;
    padding: 14px;
	border-radius:10px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btn a{
	color: #fff;
	text-decoration: none;
}
.login-social-link p{
	font-size: 12px; 
	text-align: justify;
	line-height: 1.6;
}
.dcha .unete{
	margin-top:20px;
	width:100%;
	background: #ffffff;
}

.dcha .unete .int{
	padding: 40px;
}

.dcha .unete .int .o_entra{
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

.dcha .unete .int hr{
	margin: 20px 0;
	border-top:1px solid #e4e4e4;
}



.dcha .unete  .int .inputs{
	display:flex;
	justify-content: space-between;
}

.dcha .unete  .int .inputs .input{
	width: 48%;
}

.dcha .unete  .int .input input{
	background-color: rgba(0,0,0,0.05);
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    outline: none;
    height: 40px;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
}

.dcha .unete  .int .acepto{
	display:flex;
	justify-content: space-between;
	margin-bottom:30px;	
	
}

.dcha .unete  .int .acepto .box{
	width: 4%;
}

.dcha .unete  .int .acepto .texto{
	width: 90%;
}

#recovery h2{
	color:#ffffff;
}

.dcha .recupera {
	width:60%;
	background: #ffffff;
}

@media only screen and (max-width: 600px) {
	.dcha .recupera {
		width:100%;
		background: #ffffff;
	}
	.requerimientos_password{
		width: 80%;
		margin:20px auto;
	}
}

.dcha .recupera .int{
	padding: 40px;
}



.dcha .recupera .int .inputs .input{
	width: 100%;
}
.dcha .recupera .int .inputs input{
	background-color: rgba(0,0,0,0.05);
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    outline: none;
    height: 40px;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
}

#modal-body .input_email_modal{
	padding: 20px 0;
}
.recuperado_texto{
	padding: 10px;
	font-size: 16px;
}
#email_recovery{
	background-color: rgba(0,0,0,0.05);
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    outline: none;
    height: 40px;
    width: 400px;
    margin: 0 0 20px 0;
    padding: 0 10px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;

}

@media only screen and (max-width: 600px) {
	#email_recovery{
	background-color: rgba(0,0,0,0.05);
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    outline: none;
    height: 40px;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;

	}
}
	
#recuperado_again .btn,
.modal-footer .btn{
	margin-right: 30px;
	padding: 10px 30px;
}

@media only screen and (max-width: 600px) {
	
#recuperado_again .btn,
.modal-footer .btn{
	margin: 10px ;
	padding: 10px 30px;
}
}
#recuperado_modal{
	padding: 20px 0;
	line-height: 1.4;
}

.requerimientos_password ul{
	margin: 10px 0;
	padding: 0;
}

.requerimientos_password ul li{
	color:#fff;
	padding: 5px;
}

#pie{
	background: #ffffff;
	position: fixed;
  	bottom: 0;
	left:0;
	width: 100%;
}



#pie .int .links{
	width: 70%;
	display:flex;
}
#pie .int .links .link{
	width: 260px;
	padding-bottom: 10px;
	font-size: 18px;
}
#pie .int .links .link a{
	color:#000;
	text-decoration: none;
}
#pie .int .langs{
	width: 180px;
	display:flex;
	text-align: right;
	justify-content: space-between;
	
}

#pie .int .langs .lang a{
	color:#000;
	text-decoration: none;
}

@media (min-width: 600px) {
    #pie .int{
	padding: 10px 20px;
	display:flex;
	justify-content: space-between;
    }
    
    #pie .int .langs .lang{
	width: 60px;
	padding-bottom: 10px;
	font-size: 18px;
    }
    
    #pie .int .links{
	width: 70%;
	display:flex;
}
    
    #pie .int .langs{
	width: 180px;
	display:flex;
	text-align: right;
	justify-content: space-between;
	
}

	
}
	
@media (max-width: 600px){
    #pie .int{
	padding: 10px 0;
	justify-content: space-between;
    text-align: center; 
        width: 100%;
    }
    
    #pie .int .langs .lang{
	width: CALC(90% / 3);
	padding-bottom: 10px;
	font-size: 18px;
}
    
    #pie .int .links{
	width: 100%;
	display:flex;
}
    
    #pie .int .langs{
	width: 100%;
	display:flex;
	text-align: CENTER;
	justify-content: space-between;
    margin-top: 20px;    
	
}


}
#Code h2{
	margin:0;
}
#Code .input_code_modal{
	text-align:center;
}
#Code .input_code_modal input{
	font-size: 36px;
	height: auto;
	width:100px;
}

#Code .input_code_modal input::placeholder{
	letter-spacing: 5px;
	
}
#Code #recuperado_modal_code{
	padding-bottom: 30px;
}
#Code #recuperado_modal_code .cod{
	margin-top:5px;
	font-size: 13px;
}

