body {
    background-color: #ededed;
    font-family: 'Open Sans', serif;

    font-size: 14px;
}

a {

    text-decoration: none;
    color: #106fb7;
}



.l-page__content-income-period > div {
    display: inline-block;
}

.l-page__content-income-period > div > span {
    background-color: #36b449;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
}



.l-page__showAll a {
    text-decoration: none;
    color: #106fb7;
}



.l-page__login {

}

.l-page__login-logo {margin-bottom: 25px;text-align: center}
.l-page__login-logo img {max-width: 300px}
.l-page__login-white {background-color: rgb( 255, 255, 255 );
    color: #999999; padding: 25px;}



.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ededed;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 300px;

    background: #ededed;

}


.l-page__paymore button {
    color: #fff;
    padding: 8px 30px;
    background-color: #106fb7;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    cursor: pointer;
}



.b-login__form input, .b-login__form select, .b-paymore__form input, .b-paymore__form select, .b-paymore__form textarea,  .b-passwordchange__form input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin: 5px 0;
    padding: 10px;

    background-color: #eeeeee;
    font-size: 16px;
    box-shadow: none;

    background-repeat: no-repeat;
    background-position: 10px center;
}

.b-paymore__form input, .b-passwordchange__form input, .b-paymore__form select, .b-paymore__form textarea {
    padding-left: 10px;
    background-color: #fff;
}






.b__login__form-text {
    margin-bottom: 30px;
}

.b-login__form-submit  {
    color: #fff;
    background-color: #0f6fb8;
    margin: 0;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    display: block;
    border: none;
    width: 100%;
    text-shadow: none;
    border-radius: 0;
    font-weight: 600;

}

.b__login__form-register {
    text-align: center; margin-top: 20px;
}

.b__login__form-forgot {
    text-align: center; margin-top: 20px; font-size: 12px;
}

.b__login__form-header {
    color: #444;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.b__button-href {
    display: inline-block;

    background: none;

    padding: 8px;
    margin-right: 1px;
    transition: all 0.1s ease-in;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #00bcd4;


}


.b__button-href.m_grey {
    color: #878787;
    font-weight: 400;
    background-color: #dfdfdf;


}

.l-page__login-copyright {
    position: absolute;bottom: 10px;text-align: center; vertical-align: middle; margin: 0 auto;left:0;right: 0;color: #878787;font-size: 12px;
}

@media screen and (max-height: 550px) {
    .l-page__login-copyright {
        display: none;
    }

}