.monteserin_modal_back{
  display: none;
  position: fixed;
  top: 0;
  background: rgba(0,0,0,0.7);
  width: 100%;
  z-index: 9999;
  height: 100vh;

}
.monteserin_login_box li{
  margin-top: 12px
}
.monteserin_login_box li a{
  font-weight: normal;
}
.monteserin_login_box{


  background: white;
border-radius: 40px;
padding: 45px;
border: 7px solid black;
  max-width: 500px;
  margin: auto;
  margin-top: 40px;
  position: relative;
}
.monteserin_login_box input{
  width: 240px;
}
.is-visible{
  display: block;
}
.monteserin-close{
  width: 30px;
  height: 30px;
  background: black;
  color: white;
  position: absolute;
  top: 0;
  border-radius: 100%;
  right: 0;
  text-align: center;
font-size: 1.2rem;
line-height: 30px;
font-weight: bold !important;
border: none;
font-family: 'Open Sans' , sans-serif;
padding: 0
}
#login label{
  display: none
}
.login-username, .login-password{
  text-align: center
  }

.login{
  text-align: center;
  margin: auto
}

#wp-submit{
  color: white;
  font-weight: bold;
  border-radius: ;
  background: #86b914;
}

