/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2019 | 20:59:16 */
.page-template-pagina-identificacion-bewemwellness .logo img,
.page-template-pagina-de-registro-bewemwellness .logo img {
  width: 250px;height: auto !important;
}

.page-template-pagina-identificacion-bewemwellness .modale_window_identificacion {
 	padding-top: 100px; 
}

/* *** LOGIN PAGE *** */

.bewemwellness {
  margin: 0;
}

.bewemwellness .inner-bewemwellness {
  display: flex;
  align-items: flex-end;
}

.bewemwellness .inner-bewemwellness article {
 	width: 50%
}	

.bewemwellness .inner-bewemwellness article h2 {
  color: #2b2b2b;
  font-size: 27px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
}

.bewemwellness .pc_login_form {
  .background-color: rgba(239,239,239,0.75);
  float: left;
  padding: 30px;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}

.bewemwellness .pc_login_row label {
 	width: 100%;
    display: block
}

.bewemwellness .pc_field_container {
	margin: 10px 0;
}

.bewemwellness .pc_login_row input {
  	color: #a5a5a5 !important;
    opacity: 1;
    font-size: 14px;
   	border: 1px solid #d0d0d0 !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #777777 !important;
    padding: 10px 10px !important;
}

.bewemwellness .pc_auth_btn {
    background: #004b82 !important;
    color: #fff !important;
  	font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
    text-align: center;
	border-width: 0;
    border-style: solid;
    border-color: transparent;
  	border-radius: 4px;
  	width: 135px;
}

.bewemwellness .pc_auth_btn .pc_inner_btn {
	text-transform: uppercase;
  	font-family: 'Open Sans',sans-serif;
}

.bewemwellness .register {
	border-radius: 4px;
    background: #004b82;
    margin: 2% 0 0 2%;
    padding: 15px 15px;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
  	color: #fff;
  	padding: 40px;
}

.bewemwellness .register a {
	background-color: #00101c;
	text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
    text-align: center;
  	display: block;
	margin: 20px 0;
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 764px) {
  
  .page-template-pagina-identificacion-bewemwellness .modale_window_identificacion {
      padding-top: 0; 
  }
	.bewemwellness .inner-bewemwellness {
      flex-direction: column;
      align-items: start
    }
  
  .bewemwellness .inner-bewemwellness article {
      width: 100%
  }
  
  .bewemwellness .register {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
    padding: 30px;
  }
}

/* ** REGISTER PAGE ** */

.modale_window_identificacion {
  height: 100%;
}

.pagina_registro.bewemwellness {
  
}

.pagina_registro.bewemwellness .post-content {
    max-width: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 30px;
    border-radius: 5px;
    color: #000 !important;
}

.pagina_registro.bewemwellness .post-content .intro {
	text-align: center;
    margin: 0 0 50px 0;
}

.pagina_registro.bewemwellness .post-content .intro h1 {
  font-size: 28px;
  color: #004b82;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.pagina_registro.bewemwellness .post-content .intro h3 {
  font-size: 18px;
  color: #004b82;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.pagina_registro.bewemwellness .email_empresa input[type="text"] {
  	width: 100%;
	border: 1px solid #d0d0d0;
    border-radius: 4px;
    color: #777777;
    padding: 10px 10px;
}

.pagina_registro.bewemwellness .email_empresa  .error {
 	width: 100%; 
}

.pagina_registro.bewemwellness .email_empresa .email-block{
  	width: 100%;
}

.pagina_registro.bewemwellness .email_empresa button#send_email_empresa {
  width: 150px;
  background: #004b82;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 20px;
  text-align: center;
}