body#LoginForm {
    background-color: #007863;
    padding: 0px;
}

.form-validate {
    width: 250px;
}

@media (max-height: 800px) {
    .main-div {
        margin-top: 2%;
    }
}

#logoLogin {
    width: 180px;
}

.panel h2 {
    color: #777777;
    font-size: 18px;
    margin: 0 0 8px 0;
    font-weight: bold;
}

.panel {
    margin: 10px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.panel label {
    color: #777777;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 25px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.login-form .novaSenha {
    margin-bottom: 15px;
}

.login-form .form-control:disabled {
    background: #d4d4d4 none repeat scroll 0 0;
}

.login-form .container-outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.login-form .container-middle {
    display: table-cell;
    vertical-align: middle;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    max-width: 400px;
    padding: 40px 64px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.login-form .form-group {
    margin-bottom: 18px;
}

.login-form {
    text-align: center;
    margin-top: 100px;
}

.forgot {
    text-align: right;
    margin-top: 20px;
}

    .forgot a {
        color: #777777;
        font-size: 14px;
        text-decoration: underline;
    }

.login-form .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

    .login-form .btn.btn-primary:hover {
        background: #d69b47 none repeat scroll 0 0;
        border-color: #d69b47;
    }

.forgot {
    text-align: right;
    margin-bottom: 30px;
    width: 100%;
}

.bottom-text {
    text-align: center;
    position: relative;
    top: 50px;
    width: 100%;
}

    .bottom-text a {
        color: #ffffff;
        font-size: 14px;
        margin: auto;
    }

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

    .back a {
        color: #444444;
        font-size: 13px;
        text-decoration: none;
    }

.captha {
    position: relative;
}

    .captha .captcha-botoes {
        width: 10px;
        /*float: right;*/
        right: 17px;
        top: 4px;
        position: absolute;
    }

.login-form .form-control.captcha-input {
    width: 180px;
    height: 35px;
    text-align: center;
    display: inline-block;
}

.captha .captcha-imagem {
    background-color: White;
    height: 50px;
    width: 100%;
}
