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;
}

.LoginButton {
    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:#0093D1;
    margin:8px;
}
.ShellLoginPassword::before {
    content: "\f023" !important;
    font: normal normal normal 20px/1 FontAwesome;
    float: left;
    color: #0093D1;
    margin: 8px 11px;
}
.ForgotPasswordLink{
    float:left !important;
}
.ShellLoginPage{
    width:280px;
}