/* wrapper */
.wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
}
.wrapper-left {
    width: 50%;
    height: 100%;
    float: left;
    background: url(../images/login-bg.png) left center no-repeat;
    background-size: auto 100%;
    position: relative;
}
.login-logo {
    margin: 40px;
    text-align: left;
}
.propaganda {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 80%;
    text-align: right;
}
.propaganda img {
    width: 100%;
    max-width: 648px;
}
.page-wrapper {
    width: 50%;
    height: 100%;
    float: left;
    background: #fff;
    position: relative;
}
.mainContent {
    margin-top: 160px;
}
.login-title {
    text-align: center;
    margin-bottom: 40px;
}
.login-box {
    width: 380px;
    margin: 0 auto;
}
.login-box label {
    color: #3A5064;
    margin: 0;
    font-weight: normal;
    line-height: 24px;
}
.login-box .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px #E8E8E8 solid;
    box-shadow: none;
    padding: 6px 0;
}
.login-box .form-control:focus {
    border-bottom-color: #00ADED;
}
.login-box .form-control::-moz-placeholder {
    color: #C0C4D0;
    font-weight: 300;
    opacity: 1;
}
.login-box .form-control:-ms-input-placeholder {
    color: #C0C4D0;
    font-weight: 300;
}
.login-box .form-control::-webkit-input-placeholder {
    color: #C0C4D0;
    font-weight: 300;
}
.login-box .input-group-addon {
    border-radius: 0;
    border: none;
    background: none;
    padding: 0;
}
.login-box .input-group-addon img {
    height: 34px;
}
.login-box .btn-primary {
    width: 120px;
    background-color: #00ADED;
    border-color: #00ADED;
}
.login-box .btn-primary:hover {
    background-color: #007BBB;
    border-color: #007BBB;
}
.btn:active {
    box-shadow: none;
}
.btn:active:focus, .btn:focus {
    outline: none;
}
.login-box a {
    color: #337ab7;
}
.login-box a:hover {
    color: #23527c;
}
.login-box a span {
    color: #BBBFC8;
    margin-right: 10px;
}
.login-box .form-group.btns {
    margin-top: 30px;
}
.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.footer p {
    font-size: 14px;
    color: #9291A4;
    margin: 15px 0;
    text-align: center;
}