.successarea {
    margin: 0 auto;
    float: none;
}
.float-left {
    float: left !important;
    width: 100%;
}
.billingpayarea {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.15) !important;
    border: 1px solid #dcdcdc;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.successarea .billingpayarea {
    padding: 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.successHead, .successHead > .successtext {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}
span#successHeader {
    word-break: break-all;
}
.successHead {
    margin: 20px 0 0;
}
.registerSucess .successview {
    padding: 0 30px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    max-width: 85%;
    margin: 10px auto 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #333333;
}
.registeremailarea {
    background-color: rgba(194,220,247,.25);
    width: 82%;
    margin: 0 auto;
    padding: 20px 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
    .registeremailarea > h3 {
        color: #333333;
        font-size: 22px;
        letter-spacing: .25px;
        line-height: 32px;
        text-align: center;
        margin: 20px 0;
    }
.buttonareasuccess {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    padding: 0 39px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.loginbtn {
    justify-content:center !important;
}
.justify-content-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
}
.mt30 {
    margin-top: 30px;
}
.iconsuccess {
    margin-bottom: 0;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #088856;
    border-radius: 80%;
    width: 90px;
    height: 90px;
    font-size: 50px !important;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    line-height: 90px !important;
}

p.successtext {
    font-size: 22px;
    color: #333;
    margin-top: 30px;
    font-family: 'arial_bold13';
    text-transform: uppercase;
}
.buttonareasuccess a {
    color: #ffffff;
    padding: 8px 35px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #0d934b;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
}
.iconBlock {
    background-color: #af0220!important;
}
.erBack {
    background: #ffffff !important;
    color: #0135c5 !important;
    border: 1px solid #0135c5 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}
.pagewrapper {
    height: calc(100% - 205px);
}
@media (max-width:767px) {
    .pagewrapper {
        height: auto !important;
        min-height: 600px;
        float: left;
        width: 100%;
    }
    .successHead, .successHead > .successtext {
        font-size: 20px;
    }

    .registerSucess .successview {
        max-width: 100%;
    }

    body .erBack {
        min-width: 100%;
        float: left;
        margin: 0px;
    }
    .registeremailarea {
        padding: 20px 1rem;
    }
    span#successHeader {
        word-break: break-all;
        font-size: 15px;
        line-height: normal;
    }
}