body.mepr-guest-layout {
    background-image: url("../img/bg-login-page.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

body.mepr-guest-layout .site.guest-layout {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.mepr-guest-layout .site.guest-layout::before {
    width: 416px;
    height: 160px;
    content: '';
    background-image: url("../img/SuperAbrasives-Logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 376px auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #707070;
    border-radius: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
    body.mepr-guest-layout .site.guest-layout::before {
        width: 220px;
        height: 85px;
        background-size: 200px auto;
    }
}

body.mepr-guest-layout .guest-layout .site-header {
    display: none;
}

body.mepr-guest-layout main {
    padding: 2em 0;
}

.mepro-boxed {
    padding: 70px;
}

@media only screen and (max-width: 768px) {
    .mepro-boxed {
        padding: 20px;
    }

}

#mepro-login-hero .mepro-boxed {
    width: 850px;
}

#mepro-login-hero .mepro-login-contents {
    padding: 0;
}

#mepr-template-login .mepro-form h1,
#mepr-template-login .mepr-form h1 {
    margin: 0 0 40px 0;
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    #mepr-template-login .mepro-form h1,
    #mepr-template-login .mepr-form h1 {
        margin: 0 0 20px 0;
        font-size: 28px;
        line-height: 1.2;
    }
}

.mp_wrapper h3 {
    font-size: 30px;
}
@media only screen and (max-width: 768px) {
    .mp_wrapper h3 {
        font-size: 24px;
    }
}

.mp_wrapper h1,
.mp_wrapper h2,
.mp_wrapper h3 {
    margin: 0 0 40px 0;
}
@media only screen and (max-width: 768px) {
    .mp_wrapper h1,
    .mp_wrapper h2,
    .mp_wrapper h3 {
        margin: 0 0 20px 0;
    }
}

#mepr-template-login .mepro-form input,
#mepr-template-login .mepro-form select,
#mepr-template-login .mepr-form input,
#mepr-template-login .mepr-form select {
    margin-bottom: 30px;
    background-color: #EEF3FF;
    border: 2px solid #132B5980;
    border-radius: 15px;
    padding: 16px 22px;
}

#mepr-template-login .mepro-form button,
#mepr-template-login .mepro-form input[type="button"],
#mepr-template-login .mepro-form input[type="reset"],
#mepr-template-login .mepro-form input[type="submit"],
#mepr-template-login .mepr-form button,
#mepr-template-login .mepr-form input[type="button"],
#mepr-template-login .mepr-form input[type="reset"],
#mepr-template-login .mepr-form input[type="submit"] {
    border: 1px solid;
    border-color: #132B59;
    border-radius: 15px;
    background: #132B59;
    color: rgb(255, 255, 255);
    line-height: 1;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 30px;
}

.mp_wrapper .mepro-form .mp-spacer {
    display: none;
}

.mp_wrapper .mepro-form .submit input {
    margin-bottom: 0 !important;
}

