﻿#registration.smaller {
    background-image: url(../images/enduser/errorbg.png);
    background-position: center bottom;
}
#registration {
    background-image: url(../images/enduser/errorbg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100%;
    max-width: 1920px;
    margin: 0 auto 60px auto;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    background-size: cover;
}


#regForm .inner {
    width: 100%;
    background-image: none;
    text-align: center;
    padding: 0;
    margin: auto;
    background-color: transparent;
}

#regForm {
    box-shadow: none;
    background-color: transparent;
    backdrop-filter: none;
}