:root :where(.wp-block-site-title) {
   background-color: transparent !important;
}

.page.page-id-1952{
   padding-top:0px !important;
}

.mm-box-login{
    color:#000;
    display:block;
    max-width: 800px;
    border:2px solid #000;
    display: flex;
    flex-wrap: wrap;
}

.box-padres,
.box-staff{
  flex-basis: 43%;
  display: flex;
  padding: 28px;
}

.box-padres,
.box-staff{
 flex-direction: column;
}

.box-padres .input{
    padding: 10px 20px;
    width: 87%;
    font-size: 18px;
    border: none !important;
    border-radius: 5px;
    margin-bottom:10px;
        background: #f0f0f0;
}

.box-padres .input:focus-visible{
    border:none !important;    
}

.mm-box-login h1{
    margin: 0px 0px 20px 0px; 
    padding: 0px;
    font-size: 19px;
    color: inherit;
}

.box-staff{
  background: #24305a;
  color: #FFF;  
}

.btn-primary{
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 3px;
    padding: 11px 23px 13px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #273a7e;
    cursor:pointer;
}
.clear{ clear:both; }

.link-google{
    background: #FFF;
    color: #24305a;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0px 15px;
    margin-top: 54px;
}

.link-google .google-icon-wrapper{
    display: flex;
}

.remember-pass{
    float: right;
    color: #24305a;
    padding-top: 13px;
}

.has-background-color {
    color: var(--wp--preset--color--background) !important;
}

.has-foreground-alt-color {
    color: var(--wp--preset--color--foreground-alt) !important;
}

.has-foreground-alt-color {
    color: var(--wp--preset--color--foreground-alt) !important;
}

body .is-layout-flex {
  /*  overflow: auto; */
}

:where(.wp-block-group.has-background) {
    padding:0px;
}

.has-child ul li a{
    padding:0px;
}

.wp-block-navigation .wp-block-navigation-item{
      padding: 10px 5px !important  
}

.access-deneged{
   padding: 10px 5px;
   text-align: center;
   background: #ffcbcb;
   margin: 10px 0px;
   border-radius: 6px;
   color: red; 
}

.btn-text{
  margin:5px;
}

.title-login{
     text-align: center;
     color: #24305a;
     font-size: 37px;
     margin-bottom: 20px;
     text-transform: uppercase;
     padding-top: 30px;
}

#recovery_pass{
    width: 100%;
    display:flex;
    justify-content: center;
}

#recovery_pass form{
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #000;
    width: 500px;
    margin-top: 30px;
}

 
#recovery_pass form label{
    display: block;
    text-align: center;
    color: #24305a;
    font-size: 20px;
    font-weight: 700;
}
 
#recovery_pass form input{
    padding: 20px 50px 20px 20px;
    width: 85%;
    border-radius: 50px;
    margin: 20px 0px;
    border: none;
    background: #f2f2f2;
    font-size: 18px;
}

#recovery_pass form button{
    position: absolute;
    right: 10px;
    top: 24px;
    border-radius: 46px;
    padding: 14px 20px;
    border: none;
    background: #24305a;
    color: #FFF;
    border: 5px solid #FFF;
    cursor: pointer;
}

#recovery_pass form .input-recovery-pass{
    position: relative;
}

#form-revovery button{
    position:relative !important;
}

#form-revovery input{
    margin:5px 0px !important;
}

.logout{
    text-align: center;
}

.logout a{
    color:#000;
}

#EventLogin{
    text-align:center;
}

.minh98 a{
  min-height: 98px;
}

.wglanguage-name{
    color:#000;
}
