html {
    height: 100%;
}

body {
    background: url("../../images/template/blue-header.jpg") no-repeat !important;
    background-size: cover !important;
}

.ss-login-failed-alert {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.ss-login-container {
    padding: 50px;
}

.ss-login-header {
    background: url("../../images/template/welcome-to-smart-sign.png") no-repeat center;
    background-size: contain;
    height: 200px;
}

.login-form {
    width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.login-form h2 {
    margin-top: 0;
}

.login-form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

.login-form input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.login-form input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#password-label {
    margin-top: 10px;
}