html, body {
    height: 100%;
}
body {
    color: #333;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.wrapper {
    padding-top: 95px;
    min-height: 100%;
}
body.default {
    background-color: #fafafd;
}
a {
    font-size: 10px;
    text-decoration: none;
    color: #4970A3;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
.clear-after:after {
    clear: both;
    content: "";
    display: table;
}
#logo {
    text-align: center;
}
#logo img {
    max-height: 100px;
    max-width: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#header {
    margin-top: 120px;
    text-align: center;
}
#ssoBox {
    margin-top: 24px;
    padding: 32px 24px;
}
#ssoButton {
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}
#ssoTitle {
    font-size: 14px;
    margin-bottom: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#loginTitle {
    font-weight: 600;
    line-height: 33px;
    font-size: 22px;
}
#formLogin {
    margin-top: 24px;
}
#linkLogin {
    color: #999;
}
#linkReset {
    color: #194883;
    font-size: 12px;
    line-height: 20px;
}
#loginContainer {
    margin-top: 0;
}
#loginErrorMessageContainer {
    line-height: 24px;
    margin-left: 10px;
}
#loginErrorMessageContainer::after {
    content: ".";
    visibility: hidden;
}
#loginErrorMessage {
    color: #e0302e;
}
#resetMessageContainer {
    margin: 20px 0 0 10px;
}
#resetMessageContainer.loading {
    height: 12px;
}
#resetMessage.error {
    color: #e0302e;
}
#loginErrorMessage,
#resetMessage {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    visibility: visible;
}
#loginErrorMessageContainer.loading,
#resetMessageContainer.loading {
    background: url(/static/login/loading.gif) no-repeat center center;
}
#loginErrorMessage.hidden,
#resetMessage.hidden {
    visibility: hidden;
}
.input-container {
    position: relative;
    z-index: 0;
}
.input-container > * {
    font-size: 14px;
}
.input-container > input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    color: #333;
    margin: 0;
    outline: medium none;
    padding: 7px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #e6e9f0;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.input-container > input::-webkit-input-placeholder {
    color: #E0E0E0;
}
.input-container > input:-moz-placeholder {
    color: #E0E0E0;
}
.input-container > input::-moz-placeholder {
    color: #E0E0E0;
}
.input-container > input:-ms-input-placeholder {
    color: #E0E0E0;
}
body.bgwhite .input-container > input {
    border-color: #EEE;
}
.input-container > input:focus,
body.default .input-container > input:focus {
    background-color: #FFF !important;
    border: 1px solid #194883;
    outline: none;
}
.input-container.error > input {
    border: 1px solid #e0302e;
}
.popup-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.box {
    margin: 0 auto;
    padding: 32px 24px;
    width: 310px;
    background: white;
    border-color: #EEE;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}
.title {
    text-align: center;
    margin-bottom: 32px;
    color: #333333;
}
.box > :first-child {
    margin-top: 0 !important;
}
.actions > .action {
    color: #333;
    font-size: 13px;
    width: 100%;
    margin-left: 10px;
}
.actions > .helpers-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.channel .actions > .action {
    float: none;
    margin-top: 24px;
    width: auto;
}
.action {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}
.action-checkbox > * {
    display: table-cell;
    vertical-align: middle;
}
.checkbox {
    background: url(/client/compass/images/widget-icon/checkbox.png) no-repeat center center;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.checkbox.checked {
    background-image: url(/client/compass/images/widget-icon/checkbox-selected.png);
}
.remember {
    cursor: pointer;
    padding-left: 7px;
    font-style: normal;
    font-weight: 400;
}
.back {
    margin-top: 24px;
}
.submit {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #194883;
    border: none;
    margin: 0;
    color: #FFF;
    cursor: pointer;
    height: 44px;
    width: 100%;
    font-size: 12px;
    font-family: "Open Sans", arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
}
.submit:hover {
    background-color: #153c6e;
}
.submit:focus {
    outline: 0;
}
.reset-help {
    color: #666666;
    font-size: 14px;
    margin: 10px 0 24px 0;
    text-align: center;
}
.bottom-container {
    margin-top: 16px;
}
.channel .box {
    margin: 0;
    padding: 0;
    width: auto;
}
.channel .input-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.channel .bottom-container .button-container,
.channel .bottom-container .infos,
.channel .bottom-container .submit.login {
    float: none !important;
}
.channel .bottom-container .infos {
    margin-top: 15px;
}
.channel .input-container > input {
    font-family: "Open Sans", arial, sans-serif;
}
.channel .back {
    display: none;
}
.channel #resetMessageContainer.loading {
    background-position: center center;
    height: 12px;
}
