/* Child Custom CSS */

.clogin1 {
    background-color: rgba(122, 123, 119, 0.48);
    color: #114c97;
    position: absolute;
    text-align: center;
    top: 140px;
    left: 50px;
    padding: 25px;
    font-weight: bold;
    width: 300px;
    height: 410px;
    z-index: 2;
}

.clogin2 {
    background-color: rgba(122, 123, 119, 0.48);
    color: #114c97;
    position: absolute;
    text-align: center;
    top: 160px;
    left: 50px;
    padding: 25px;
    font-weight: bold;
    width: 300px;
    height: 410px;
    z-index: 2;
}

.clogin3 {
    background-color: #67c9e0;
    color: #114c97;
    position: absolute;
    text-align: center;
    top: 60px;
    left: 5px;
    padding: 25px;
    font-weight: bold;
    width: 240px;
    height: 400px;
    z-index: 2;
}

.clogin4 {
    background-color: #67c9e0;
    /*background-color: #bbbfc9;*/
    color: #114c97;
    text-align: center;
    font-weight: bold;
z-index: 2;
}


.btnAbrirLogin1 {
    visibility: hidden;
    position: absolute;
    text-align: center;
    top: 75px;
    left: 5px;
    z-index: 2;
}

.btnAbrirLogin2 {
    visibility: hidden;
    position: absolute;
    text-align: center;
    top: 18px;
    left: 5px;
    z-index: 2;
}

.tooltip2 {
    background-color: #67c9e0;
    color: #114c97;
    position: absolute;
    padding: 4px;
    text-align: center;
    top: 28px;
    left: 47px;
    color: #ffffff;
    width: 100px;
    height: 25px;
    z-index: 2;
    font-size: 12px;
}

.tooltip1 {
    background-color: #1e73be;
    color: #114c97;
    position: absolute;
    padding: 4px;
    text-align: center;
    top: 120px;
    left: 5px;
    color: #ffffff;
    width: 130px;
    height: 30px;
    z-index: 2;
}


.vinculoslogin {
    cursor: pointer;
    font-size: 11px;
}


/*Validación*/


.error {
    background-color: rgba(30, 115, 190, 0.83);
    border-radius: 4px 4px 4px 4px;
    color: white;
    margin-left: -12px;
    margin-top: 6px;
    padding: 6px 12px;
    position: absolute;
    font-size: 10px;
}

    .error:before {
        border-color: transparent rgba(30, 115, 190, 0.83) transparent transparent;
        border-style: solid;
        border-width: 6px 8px;
        content: "";
        display: block;
        height: 0;
        left: -16px;
        position: absolute;
        top: 8px;
        width: 0;
    }


.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.modal-content {            
    margin: 0 auto;
}