body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(/img/login-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    background: #fff;
    background: rgba(255,255,255,0.65);
    margin-bottom: 50px;
}

.form-signin-heading {
    font-size: 65px;
    text-align: center !important;
    margin-bottom: 20px;
}

.form-signin input[type="text"] {
    margin-bottom: 10px;
}
.form-signin input[type="password"] {
    margin-bottom: 20px;
}
footer {
    background: transparent !important;
    border: none;
}

#tyuui {
    font-size: 80%;
    color: #C00;
    text-decoration: underline;
}

.tyuui-message {
    font-size: 80%;
    color: #C00;
}

.support-message {
    font-size: 100%;
    color: #C00;
    text-align: right;
}

.login-btn {
    background-color: #19A0EF !important;
    color: #FFF !important;
}
