#login>h1 {
    display: none!important
}

.login h1 a {
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

.clp-login-logo img {
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;    
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
#login #loginform{
    width: 550px;
}

.login #login{padding: 40px !important;}

@media screen and (max-width: 767px){
    .clp-login-logo img {
        max-width: 100%;
        background-size: contain !important;
        width: 300px;
    }
    .clp-login-logo a {
        max-width: 100%;
        background-size: contain !important;
        width: 300px;
    }
    .login h1 a {
        max-width: 100%;
        background-size: contain !important;
    }
    #login #loginform {
        max-width: 100%;
        background-size: contain !important;  
        width: 300px;      
    }
}


html, body {
    height: auto;
    position: relative;
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

input[type="checkbox"], input[type="radio"], input[type="text"]:focus, input[type="password"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, select:focus, textarea:focus {
    box-shadow: none;
    outline: none;
}

.clp-login label {
    width: 100%
}

    /* Estilos para dividir en dos columnas */
.login-form-columns {
    display: flex;
    align-items: center;
}

/* Estilos para las columnas */
.login-form-column {
    flex: 1;
    padding: 5px;
}

/* Estilos para los labels */
.login-form-columns label {
    display: block;
    font-weight: 600;
}

/* Estilos para los inputs */
.login-form-columns input[type="text"],
.login-form-columns input[type="password"] {
    width: 100%;
    padding: 2px;  
    margin-top: 10px;
    text-indent: 5px !important;
}

/* Estilos para el botón de submit */
.login-form-columns button {
    display: block;
    margin: 0 auto;
}

.login .button.wp-hide-pw{
     margin-top: 5px;

}


    .wp-core-ui.login .button-group.button-large .button,
    .wp-core-ui.login .button.button-large, .wp-core-ui.login .button-primary{
        height: 46px;
        line-height: 0;
        background: #d3d2d3;
      border-color: #d3d2d3;
      font-weight: 650;
      color: #2e2e2f;
    }
    .wp-core-ui .clp-form-container .button-primary:hover, .wp-core-ui .clp-form-container .button-primary:active, .wp-core-ui .clp-form-container .button-primary:focus {
    background-color: rgb(177 30 30);;
}



#loginform .label{
    font-weight: 600;
    font-size: 16px;
}

/* Media query para dispositivos móviles */
@media only screen and (max-width: 768px) {
    .login-form-columns {
        flex-direction: column; /* Cambia a una columna en dispositivos móviles */
    }
    .login-form-column {
        padding: 2px; /* Ajusta el padding en dispositivos móviles */
    }
    .login-form-columns label {
        text-align: left; /* Centra los labels en dispositivos móviles */
    }
}

/* .clp-half {

} */

.clp-content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.clp-content-half .clp-content::after {
    position: absolute;
    content: '';
    background: inherit;
    z-index: -1;
    bottom: 0px;
    left: -100%;
    width: 200%;
    height: 100%;
    transform-origin: center right;
}
/* .clp-skew-top-right .clp-content::after {
    transform-origin: top right;
} */

/*
.login .clp-form-container input[type="text"], .login .clp-form-container input[type="password"] {
    padding: 0;
}*/

.clp-hide-rememberme .forgetmenot,
.clp-hide-privacy .privacy-policy-page-link  {
    display: none;
}

.clp-login .button.wp-hide-pw {
    padding: 0;
    height: initial;
    
}

.clp-hide-show-pw .wp-hide-pw {
    display: none!important;
}

.clp-hide-backtoblog #login #backtoblog {
    display: none!important;
}

.clp-hide-forgetpassword.can-register-0 #login #nav {
    display: none!important;
}

.clp-hide-forgetpassword.can-register-1 #login #nav a:not(:first-of-type) {
    display: none!important;
}

.clp-hide-register.can-register-1 #login #nav a:first-of-type {
    display: none!important;
}

.clp-hide-backtoblog #login #nav {
    margin-bottom: 1em;
}
.clp-hide-labels label:not(label[for=rememberme]) {
    display:none
}

.clp-form-container {
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 100vw;
}

#login {
    max-width: 100vw;
    padding: unset;
    margin: auto;
    background: #fff;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: auto;
    align-items: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    font-size: inherit;
}


.login form {
    padding: 0;
    margin: 0;
    font-weight: 400;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
    margin: auto;
    width: 340px;
    max-width: 100%;
}

.clp-form-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* #login .login form {
    padding: 1em 0;
} */

.clp-login .message,
.clp-login #login_error {
    max-width: 100%;
    box-sizing: border-box;
}


.login-background, .login-overlay, .clp-background-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.login .button-primary {
    transition-property: border, color, background-color;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}

.login.wp-core-ui .button-primary:focus {
    box-shadow: none;
}


.input::placeholder {
    opacity: .7
}

#login form p.submit {
    margin: 10px 0 0 0;
}

.login .input.password-input {
    margin-bottom: 10px;
}

.login .clp-login-form-container form .input {
    text-indent: 5px !important;
    font-size: 10px;
}

#login a:focus {
    box-shadow: none;
    color: unset
}

.clp-background-wrapper {
    overflow: hidden;
}

.clp-background-blur:not(.clp-backgrouund-video) .login-background {
    transform: scale(1.1);
}

.clp-background-pattern .login-background {
    background-repeat: repeat;
}

.clp-background-image .login-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 767px)
#login {
    width: 300px;
}
.login h1 a {
    width: 500px !important;
    height: 84px !important;    
}

.clp-login-logo a {

    background-size: contain !important;
}
.clp-login-logo img {
    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

/*
.clp-login-logo {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
}

.clp-login-logo a {
    text-decoration: none;
}

.clp-login-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.clp-default-logo img {
    width: 100%;

}

.clp-login.login #nav, .clp-login.login #backtoblog {
    padding: 0;
}*/

@media screen and (max-width: 767px)
.clp-login-logo {
    max-width: 100%;
    background-size: contain !important;
}

/* custom checkbox */
.login .button-primary, .login form .forgetmenot {
    float: none;
    margin: 10px 0 20px 0;
}
.forgetmenot {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.forgetmenot input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.forgetmenot input:checked ~ .checkmark:after {
    display: block;
}

.forgetmenot .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0!important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* form footer alignment */

.form-footer-left #nav, .form-footer-left #backtoblog {
    text-align: left;
}

.form-footer-center #nav, .form-footer-center #backtoblog {
    text-align: center;
}

.form-footer-right #nav, .form-footer-right #backtoblog {
    text-align: right;
}

.login .privacy-policy-page-link {
    margin: 1em 0;
}

.privacy-policy-link {
    text-decoration: none;
}

.clp-page-footer {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    box-sizing: border-box;
    min-width: 400px;
}

.clp-form-footer {
    max-width: 100%;
}

.clp-page-footer p {
    margin: 10px 0;
}

.clp-footer-content {
    flex: 10;
}
.clp-footer-content:empty {
    flex: 1;
}
.clp-footer-content.left {
    text-align: left;
}
.clp-footer-content.center {
    text-align: center;
}
.clp-footer-content.right {
    text-align: right;
}

/* customizer CSS */
.clp-customizer-actions-wrap {
    position: absolute;
    top: 10px;
    left: 50px;
}

.clp-customizer-form-footer {
    position: absolute;
    bottom: 0;
    right: -20px;
}

.clp-customize-icon {
    width: 35px;
    height: 50px;
    display: none;
}

.clp-login .customize-partial-edit-shortcut-button {
    display: none;
    width: 30px!important; 
    height: 30px!important; 
}

.clp-login #ast-mobile-popup-wrapper,
.clp-login #astra-mobile-cart-drawer {
    display: none;
}


body.clp-login:hover .clp-customize-icon, body.clp-login:hover .customize-partial-edit-shortcut-button {
    display: inline-block;
}

.login .message, .login .success, .login #login_error {
    box-shadow: none;
    background: initial;
}

.clp-page-footer-customizer {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.clp-footer-disabled .clp-page-footer {
    display: none;
}

/* 3rd party plugins */

#cookie-notice {
    display: none;
}

/* wpml */
body > .wpml-ls {
    display: none;
}

/* responsivness */
/*
@media screen and (max-width:1024px) {
    .login #login {
        min-height: auto!important;
    }
    .login .clp-login-logo {
        margin: 1em auto!important;
    }

    .clp-content {
        min-width: 400px;
    }

    body.clp-content-half:not(.clp-content-skew):not(.clp-content-opaque) .clp-background-wrapper {
        left: 400px;
    }

    html {
        overflow: hidden;
    }


}*/
/*
@media screen and (max-width:680px) {
    html {
        overflow: auto;
    }

    .clp-content {
        min-width: 100%;
    }
    .clp-page-footer {
        min-width: 100%;
    }

    .clp-content-half .clp-background-wrapper {
        left: 0!important;
    }

    .clp-footer-content.left,
    .clp-footer-content.right {
        text-align: center;
    }

    .clp-form-container {
        margin: 0!important;
        padding: 0 10px;
        width: 100%;
    }

   
}*/
@media screen and (max-width:460px) {
    .login #login {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}
 @media screen and (max-width: 767px) {
        #login{
            width: 300px;
        }
        .login form{
            padding-right: 0;
            padding-left: 0;
        }
        .login .loginpress-show-love{
            position: static;
            text-align: center;
            float: none;
            background: rgba(255,255,255, .5);
            margin-top: 11px;
            padding-bottom: 0;
            padding: 3px;
        }
    }










.wp-core-ui .button-primary{
text-shadow: none;
}

.login form{
    overflow: visible;
        border: none;
}
#loginform .user-pass-fields input{
    margin-bottom: 0;
}
#loginform .user-pass-fields {
    margin-bottom: 18px;
    position: relative;
}
#login form p.submit{
    position: relative;
  clear: both;
}
input[type=checkbox]:checked::before{
    margin: -.35rem 0 0 -.375rem;
}

body.login #login.login_tranparent,body.login  #login.login_tranparent #loginform{
    background: none !important;
}
body.login{
    display: flex;
    flex-direction: column;
}
body #login{
    margin-bottom: 0;
}
body.login label[for="authcode"]:after{
    display: none;
}
body.login label[for="authcode"]+input{
    padding-left: 15px;
}

/* Default Login Popup styling */

.interim-login.login form {
    margin: 30px !important;
}

.interim-login #login_error, .interim-login.login .message{
    margin: 0 20px 16px !important;
}

.interim-login.login {
    min-height: 520px;
    height: 100vh;
}

.interim-login #login {
    width: 100%;
    max-width: 380px;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.interim-login #login .submit{
    margin-top: 10px;
}


.language-switcher{
    clear: both;
    padding-top: 1px;
}
.login #language-switcher input[type="submit"]{
    margin: 0;
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
    height: inherit;
    width: inherit;
    font-size: inherit;
}





      .login form .input, .login input[type=text],.login form input[type=checkbox]{
        border-radius: 0;
      }
      input[type=checkbox]:checked:before {
          content: url('data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27><path%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F><%2Fsvg>');
          margin: -0.25rem 0 0 -0.275rem !important;
      }
      body .language-switcher{
        margin-top: 10px;
        clear: both;
        z-index: 1;
        position: absolute;
        top: 100%;
      }
      body #login{
        position: relative;
      }
      .wp-core-ui #login .button-primary{
          margin-left: 0;
      }
      .admin-email__actions-primary .button:first-child {
          font: 400 15px "Roboto", sans-serif;
          color: #fff;
          height: auto;
          line-height: 20px !important;
          padding: 13px;
          padding-top: 13px;
          padding-bottom: 13px;
          width: 100%;
          text-align: center;
          background-color: #b5b4b7;
          border: 0;
          margin-bottom: 8px;
          border-radius: 5px;
      }
      .admin-email__actions-primary .button:first-child:hover {
          background-color: #b5b4b7;
      }
      .login form.admin-email-confirm-form {
          max-width: 360px;
          margin: 0 auto;
      }
      .login-action-confirm_admin_email #backtoblog a {
          color: #008ec2 !important;
      }

    input[type=checkbox]:checked:before {
      content: '\f147';
      margin: -5px 0 0 -6px;
      color: #1e8cbe;
    }


    #login{
        margin-top: 5%;
        background: #fff;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
        box-shadow: 0 0 15px rgba(0,0,0,.8);
      max-width: 550px ;
        padding: 26px 26px 6px 26px;
        width: 100%;  

    }


    .login form .input, .login input[type="text"]{
        height: 48px;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 18px;
        font: normal 16px "Roboto", sans-serif !important;
        color: #7f7f7f !important;
        border-color: #bdbdbd;
        padding-left: 10px;
      font-weight: 500;
    }
    #jetpack_protect_answer{
      padding-left: 0;
      text-align : center;
    }
    .login input[type="submit"] {
        background: #fff;
        color: #fff;
        margin: 24px 0 24px;
        height: 46px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        font: normal 20px "Roboto", sans-serif;
        color: #444;
        width: 100%;
    }


  .login label {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

    .wp-core-ui.login  .two-factor-email-resend .button{
        color: #444;
    }
    .login #nav {
        text-align: center;
    }
    #login_error { display:block; }
    /*.message { display:none; }*/
    /*.custom-message {
        -moz-border-radius:3px 3px 3px 3px;
        border-style:solid;
        border-width:1px;
        margin:0 0 16px 8px;
        padding:12px;
    }*/
