.pm_pass_column { 
    padding: 10px !important;
    background-color: #FFF7E6;
    height: 400px;
}

.pm_password_protected_form  {
    position: relative;
    top: 20px;
    left: 50px;
    max-width: 80%;
}
@media only screen and (max-width: 720px ){
    .pm_password_protected_form  {
        position: relative;
        top: 0px;
        left: 0px;
        max-width: 100%;
    }
}

.pm_pass_submit_button {
    background-color: #E75025 !important;
    color: white !important;
    font-size: 120% !important;
    float: left !important;
    border: none !important;
    font-weight: 700 !important;
    margin-bottom: 40px !important;
  }
.pm_pass_submit_button:hover {
    color: white !important;
}

.pm_pass {  max-width: 200px !important; font-size: 150% !important;}
.pm_titulo {  color: #115EAA !important;}

.mashsb-container {
    display: none !important;
}
