﻿.btnPopUp_login {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

/*.fondoLogin {
    background-image: url('../Img/loginCity.jpg');
    background-size: cover;
    color: white;
}*/

.login-text {
    color: #00177a;
}

.login-block #txtUsuario {
    background: #fff url(../img/user.png) 10px center no-repeat;
    background-size: 25px 25px;

    text-align: left;
}

.login-block #txtPassword {
    background: #fff url(../img/pass.png) 10px center no-repeat;
    background-size: 25px 25px;
    text-align: left;
}

.login-block #txtPinCode {
    background: #fff url(../img/pincode.png) 10px center no-repeat;
    background-size: 25px 25px;
    text-align: left;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Candara;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block {
    width: 400px;
    padding: 30px;
    background: linear-gradient(#C0C0C0, #F4F6F6);
    border-radius: 5px;
    border-top: 5px solid #00177a;
    margin: 0 auto;
    text-align:center;
}

.login-button {
    width: 100%;
    height: 40px;
    background: #00177a;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #00177a;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 14px;
    font-family: Candara;
    outline: none;
    cursor: pointer;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    padding: 6px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    margin: 0em;
    -webkit-writing-mode: horizontal-tb;
    -webkit-appearance: button;
}

.login-button:hover {
    background-color: #ffc900;
    text-decoration: none !important;
    color: #fff;
}

.pwd_forget_lbl {
    color: #00177a;
    font-size: 12px;
    margin-bottom: 5px;
}

.pwd_forget_lbl :hover {
    color: #ffc800 !important;
}

.pwd_forget_lbl a {
    color: #00177a !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

.pwd_forget_lbl a :hover {
    color: #eab805;
}

.login-panel {
    padding-top: 4%;
    vertical-align: central;
}

.captcha-img {
    height: 80px;
    width: 130px;
    background-color: #fff;
    color: black !important;
}

input::-webkit-input-placeholder {
    color: #b1afaf !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #b1afaf !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #b1afaf !important;
}

input:-ms-input-placeholder {
    color: #b1afaf !important;
}

.login-footer {
    position: absolute !important;
    bottom: 0 !important;
    text-align: center !important;
    background-color:#f2f4f4;
}

.login_info_boton {
    background-color: #00177a !important;
    border-color: #00177a !important;
}

.login_info_boton:hover {
    background-color: #ffc800 !important;
}

.login_info_text {
    color: #00177a !important;
}