.login-logo, .register-logo {
    font-size: 30px;
}

.login-logo a, .register-logo a {
    color: #FFFFFF;
}

.login-box-body, .register-box-body {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 8px;
}

.login-box-msg, .register-box-msg {
    color: #FFFFFF;
}

.has-feedback .form-control {
    background: hsla(0, 0%, 100%, .05) !important;
    border-color: hsla(0, 0%, 100%, .2);
    border-radius: 5px;
    color: #aba9a9;
}

.icheckbox_square-blue, .iradio_square-blue {
    border-radius: 5px;
}

.btn.btn-flat {
    border-radius: 5px;
}

.login-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    z-index: 999;
    font-size: 14px;
}

.login-remember-me {
    color: #aba9a9;
}

.login-logo{
    text-align: center;
}

.login-logo-img {
    width: 330px;
}
