.navbar-signup .logo{
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
}
.mpm-heading{
    text-transform: none;
    font-size: 4.8rem;
    color: black;
    font-weight: 700;
    line-height: 1.34;
}
.mpm-enter-email input{
    display: block;
    width: 100%;
    padding: 1.3rem 1.5rem;
    font-size: calc(1.285rem + 0.42vw);
    font-weight: 400;
    line-height: 1.4;
    color: #202124;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #B2B2B2;
    appearance: none;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
}
.mpm-enter-email .mpm-submit{
    color: #fff;
    background-color: #E8171C;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.55;
    padding: 1.4rem 2.5rem;
    border-radius: 1.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    text-transform: none;
    width: 100%;
    margin-top: 5rem;
    border: none;
}
.footer{
    display: none;
}
.panel-block{
    min-height: 90vh;
}
.mpm-enter-email label{
    text-align: left;
    font-size: 20px;
    color: rgb(32, 33, 36);
}
.mpm-sub-heading{
    font-size: 20px;
    color: rgb(32, 33, 36);
}
.btn-mpm{
    color: #fff;
    background-color: #E8171C;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.55;
    padding: 1.4rem 2.5rem;
    border-radius: 1.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    text-transform: none;
    width: 100%;
    margin-top: 5rem;
    border: none;
    display: block;
}
.mpm-enter-email label.error{
    padding-top: 1rem;
    color: #e8171c;
    font-size: 17px;
    display: none;
}
.mpm-submit .processing{
    display: none;
}