﻿/* Login
-------------------------------------------------- */
/*Logos del Login*/
#loginBg {
    height: 100%;
    position: fixed;
    right: 0px;
}

#loginlg {
    padding: 20px 10px 10px 20px;
    height: inherit;
    height: 80px;
}
/*Configurar titulos*/
.loginTitle {
    color: #26B460;
    font-size: 45px;
    line-height: 50px;
}

.loginTitleTwo {
    color: #26B460;
    font-size: 23px;
}
/*Configurar boton*/
/*.btnPurple {
    background-color: #744583;
    color: #fff !important;
    border: none;
    font-weight: 100;
    font-size: 13pt
}*/

.btnbnbr8 {
    border-radius: 0px 8px 0px 8px;
}
/*Cargando los iconos */
/*OFF*/
#loginUserIcon.inactive {
    background-image: url('../img/useroff.png');
}

#loginPasswordIcon.inactive {
    background-image: url('../img/passwordoff.png');
}

#userIcon.inactive {
    background-image: url('../img/useroff.png');
}

#passwordIcon.inactive {
    background-image: url('../img/passwordoff.png');
}

#newPasswordIcon.inactive {
    background-image: url('../img/passwordoff.png');
}

#confPasswordIcon.inactive {
    background-image: url('../img/passwordoff.png');
}
/* ON */
#loginUserIcon.active {
    background-image: url('../img/user.png');
}

#loginPasswordIcon.active {
    background-image: url('../img/password.png');
}
#userIcon.active {
    background-image: url('../img/user.png');
}

#passwordIcon.active {
    background-image: url('../img/password.png');
}

#newPasswordIcon.active {
    background-image: url('../img/password.png');
}

#confPasswordIcon.active {
    background-image: url('../img/password.png');
}

#loginEyeIcon {
    background-image: url('../img/eye.png');
    position: absolute;
    top: 9px;
    right: 5%;
    cursor: pointer;
    color: #32505F;
    height: 20px;
    background-size: cover;
    width: 30px;
}
#eyePasswordIcon {
    background-image: url('../img/eye.png');
    position: absolute;
    top: 9px;
    right: 5%;
    cursor: pointer;
    color: #32505F;
    height: 20px;
    background-size: cover;
    width: 30px;
}
#eyeNewPasswordIcon {
    background-image: url('../img/eye.png');
    position: absolute;
    top: 9px;
    right: 5%;
    cursor: pointer;
    color: #32505F;
    height: 20px;
    background-size: cover;
    width: 30px;
}
#eyeConfPasswordIcon {
    background-image: url('../img/eye.png');
    position: absolute;
    top: 9px;
    right: 5%;
    cursor: pointer;
    color: #32505F;
    height: 20px;
    background-size: cover;
    width: 30px;
}
/**/
.form-control-login {
    display: block;
    width: 100%;
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* Posiciona los iconos*/
.loginFormIcon {
    position: absolute;
    top: 3px;
    left: 5%;
    cursor: pointer;
    color: #32505F;
    height: 25px;
    background-size: cover;
    width: 25px;
    margin-right: 25px;
}

/*.loginFormIconPass {
    position: absolute;
    top: 3px;
    left: 5%;
    cursor: pointer;
    color: #32505F;
    height: 25px;
    background-size: cover;
    width: 25px;
}*/
/*Estilo input con icons*/
.loginSection input {
    border-bottom: 2px solid #C1C1C1;
    border-width: 0px 0px 2px 0px;
    padding-left: 40px;
}

    .loginSection input:focus {
        border-bottom: 2px solid #26B460;
        border-width: 0px 0px 2px 0px;
        padding-left: 40px;
    }
/* Quita los bordes*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}

.btn-purple {
    color: #fff !important;
    background-color: #744583 !important;
    border: 1px solid transparent !important;
    height: 35px;
    /*border-color: #744583;*/
}

    .btn-purple:hover {
        color: #fff;
        background-color: #744583;
        /*border-color: #1e7e34;*/
    }

    .btn-purple:focus, .btn-purple.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-purple.disabled, .btn-purple:disabled {
        color: #fff;
        background-color: #744583;
        /*border-color: #744583;*/
    }

    .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
    .show > .btn-purple.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        /*border-color: #1c7430;*/
    }

        .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-purple.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

.textGreen {
    color: #26B460;
    font-size: 12px;
}

.textGreenMd {
    color: #26B460;
    font-size: 22px;
}
