html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "NewsGothBTRoman", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.42857143;
}

.AccountBackgroundImage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("Images/LoginBackground.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.AccountOuterContainer {
    position: relative;
    margin: 120px auto 0;
    width: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .AccountOuterContainer {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .AccountOuterContainer {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .AccountOuterContainer {
        width: 1170px;
    }
}

.AccountOuterContainer .row {
    margin: 0 -15px;
}

.col-xs-12 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-push-1 {
        position: relative;
        left: 8.33333333%;
    }
}

.AccountContainer {
    background-color: #fff;
    color: #555555;
    padding: 20px 70px;
    box-sizing: border-box;
    position: relative;
}

.AccountContainer:not(.title) {
    min-height: 160px;
}

.AccountContainer.title {
    background-color: #141654;
    color: #fff;
    padding: 0 70px;
}

.AccountContainer.title h1 {
    line-height: 120%;
    margin: 0;
    padding: 20px 0;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
}

.MovedMessage {
    font-size: 16px;
    margin: 10px 0 20px;
}

.MovedLink {
    display: inline-block;
    color: #141654;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    word-break: break-all;
}

.MovedLink:hover,
.MovedLink:focus {
    text-decoration: underline;
}

.ClientLogo {
    right: 0;
    top: 0;
    position: absolute;
    display: block;
    padding: 10px;
}

.DateTimeDiv {
    bottom: 5px;
    float: right;
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    right: 10px;
    text-align: right;
    opacity: 0.5;
}

.DateTimeDiv a {
    color: #555555;
}

.MobileLogo {
    padding: 10px 0 0;
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
}

.MobileLogo img {
    width: auto;
    max-width: 100%;
}

.hidden-xs, .hidden-sm {
    display: block;
}

.visible-sm, .visible-xs {
    display: none;
}

@media (max-width: 767px) {
    .hidden-xs, .hidden-sm {
        display: none;
    }

    .visible-sm, .visible-xs {
        display: block;
    }

    .AccountContainer,
    .AccountContainer.title {
        padding: 20px 25px;
    }
}
