body {
    background-color: #DDDDDD;
    overflow: hidden;
}

.login.login-with-news-feed {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.login.login-with-news-feed .news-image, .register.register-with-news-feed .news-image {
    background-position: right;
}

.login.login-with-news-feed .right-content {
    min-height: 100%;
    background: #fff;
    width: 500px;
    margin-left: auto;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login.login-with-news-feed .right-content .login-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.login.login-with-news-feed .right-content .login-header+.login-content {
    padding: 30px 0 0 0;
    margin: 0;
}

.login.login-with-news-feed .right-content .login-content {
    width: auto;
}

.login.login-with-news-feed .right-content .login-header .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.form-signin-heading,
.checkbox {
    margin-bottom: 30px;
}

.error-msg {
    max-width: 380px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,0.1);  
}

.checkbox {
    font-weight: normal;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;

}

input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#PasswordResetSpinner {
    padding: 14px 0;
    display: none;
}

.error {
    color: #ff5b57;
}