﻿.login-body {
    background: url(../../img/background.jpg) no-repeat center fixed;
    background-size: cover;
}

.login-container {
    padding: 60px 15px 0px;
}

.pwd-container {
    display: flex;
    justify-content: center;
}

.login-form {
    margin-top: 60px;
}

.login-control {
    color: #5d5d5d;
    background: rgba(255, 255, 255, 0.85);
    padding: 26px;
    border-radius: 10px;
}

    .login-control input,
    .login-control button {
        height: 34px;
        border-radius: 4px;
    }

.login-container .input-group-btn {
    background: lightgray;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

    .login-container .input-group-btn button {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.form-group.has-feedback {
    position: relative;
}

.glyphicon.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

.remember-password {
    text-align: center;
    margin-top: 16px;
}

    .remember-password a {
        color: royalblue;
    }
