footer, .sp-column.navigation, .right-nav, #sp-top-bar, #sp-topsearch, .LoginStatus, .LoginUserNameLabel, .LoginPasswordLabel {
    display: none;
}

#sp-logo {
    width: 100% !important;
}

    #sp-logo img {
        max-height: 100%;
        max-width: 200px;
        margin-top: 0px;
        margin: 15px auto;
    }

.ShellStoreMainContent, div#ctl00_Store_content_Store_content {
    width: 100% !important;
}

.SubmitButton {
    width: 100%;
    margin: 10px auto;
    background-color: #0093D1;
    font-weight:bold;
    color: #FFF;
}
.ShellLoginUserName input, .ShellLoginPassword input{
    width:80% !important;
}
.ShellLoginUserName::before {
    content: "\f2be" !important;
    font: normal normal normal 18px/1 FontAwesome;
    float: left;
    color: #adb730;
    margin: 8px;
}
.ShellLoginPage{
    width:280px;
}
.PageBorder{
    box-shadow: 2px 2px 5px #ccc !important;
}
.RadCaptcha {
    text-align: center;
}
.RadCaptcha .imageClass{
    display: initial !important;
}
.RadCaptcha input {
    margin: 5px auto;
}