/* submissions-paycancel page css */

body:before {
    display: none;
}

#Logo,
#MainMsg,
#ErrorMsg {
    position: relative;
}

#LogoInner,
#MainMsgInner,
#ErrorMsgInner {
    width: 70vw;
    max-width: 500px;
    margin: auto;
    margin-top: 5vh;
    text-align: center;
    font-size: 18px;
}

#ErrorMsgInner {
    color: rgb(175, 19, 19);
}

#MainMsgInner,
#ErrorMsgInner {
    background-color: #f9f9f9;
    padding: 16px;
    border: 1px solid rgb(100, 73, 37);
    border-radius: 8px;
    line-height: 28px;
}