﻿.contenedor {
    width: 860px;
    height: 634px;
    min-width: 860px;
    margin: 0 auto;
    border: 2px solid #999999;
    border-radius:8px;
    border-color:royalblue;
    /*background: url('') no-repeat;*/
    background-size: 100%;
    box-shadow: 10px 12px 30px 8px #808080;
/*    display: flex;
    justify-content: center;
    align-items: center;*/
}
.fondo {
    
    background: rgb(246,246,247);
    background: linear-gradient(90deg, rgba(246,246,247,1) 0%, rgba(219,246,240,1) 12%, rgba(207,255,252,0.9192051820728291) 72%, rgba(247,247,247,0.11528361344537819) 100%);
    height:617px;
}

.tablacentro {
    text-align: center;
    width: 100%;
    height: 100%;
}


.labels {
    font-family: Calibri;
    font-size: 20px;
    font-style: normal;
    color: #304E81;
    font-weight: 500;
    /*box-shadow:3px 10px 30px 8px #FFFFFF*/
}
.labels1 {
    font-family: Calibri;
    font-size: 20px;
    font-weight: 500;
    color: #304E81;
}

.txtusr {
    width: 340px;
    vertical-align: middle;
    border-bottom-color: lightgray;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-left-style: none;
    height: 30px;
    border-radius: 8px;
    font-family: Calibri;
    font-size: 18px;
    color: #013060;
}

.txtclave {
    width: 340px;
    vertical-align: middle;
    border-bottom-color: lightgray;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-left-style: none;
    height: 30px;
    border-radius: 8px;
    font-family: Calibri;
    font-size: 18px;
    color: #013060;
}

.txtcapchat {
    width: 100px;
    vertical-align: top;
    text-align: center;
    border-bottom-color: lightgray;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-left-style: none;
    height: 28px;
    font-family: Calibri;
    font-size: 32px;
    font-weight: 600;
    color: red;
}

.numcapchat {
    vertical-align: top;
    height: 30px;
    width: 32px;
}

.btnclave {
    align-self: flex-end;
    align-content: center;
    width: 30px;
    height: 30px;
    vertical-align: top;
}
.btnFiltrar {
    color: #304E81;
    background-color: #f37b39;
    border-radius: 10px;
    user-select: none;
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    width: 133px;
}

/*
.sip-home {
    display: flex;
    background:#ff6d01 ;
    height: 100vh;
    padding: 50px 250px;
}

    .sip-home .container {
        display: flex;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        border-radius: 10px;
    }

        .sip-home .container .imedi {
            width: 40%;
        }

            .sip-home .container .imedi img {
                height: 100%;
                border-radius: 10px 0px 0px 10px;
            }

                .sip-home .container .imedi img.m {
                    display: none;
                }

        .sip-home .container .red-content {
            width: 60%;
            text-align: center;
            display: flex;
            vertical-align: middle;
            align-items: center;
            justify-content: center;
        }

.cont {
}


.sip-home .container .red-content .cont p {
    font-size: 24px;
    color: #666666;
}

.sip-home .container .red-content .cont form {
    text-align: left;
}

.contform {
    text-align: left;
}



.sip-home .container .red-content .cont form input {
    width: 500px;
    margin: 10px 0px 20px 0px;
    background: #F6F6F6;
    border: none;
    height: 40px;
    padding: 5px 15px;
    border-radius: 5px;
}

.contforminput {
    width: 500px;
    margin: 10px 0px 20px 0px;
    background: #F6F6F6;
    border: none;
    height: 40px;
    padding: 5px 15px;
    border-radius: 5px;
}

.btncambiar {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #1f84e6 ;
    padding: 0px 0px;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.sip-home .container .red-content .cont button.login {
    width: 500px;
    margin-top: 30px;
    padding: 10px 0px;
    border: none;
    background: #ff6d01;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

    .sip-home .container .red-content .cont button.login a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

.btnLogin {
    width: 500px;
    margin-top: 30px;
    padding: 10px 0px;
    border: none;
    background: #ff6d01;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
}

.lblMensaje {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 20px;
    color: maroon;
    background-color: #fdfbac;
}

.capchat {
    margin-top: 7px;
    width: 32px;
    height: 30px;
    vertical-align: bottom;
}

.capchatchange {
    margin: 1px;
    width: 32px;
    height: 30px;
    vertical-align: bottom;
}

@media screen and (max-width:1739px) {
    .sip-home {
        padding: 50px 50px;
    }
}

@media screen and (max-width:1180px) {
    .sip-home .container .red-content .cont form input,
    .sip-home .container .red-content .cont button.login {
        width: 290px;
    }

    .sip-home .container .imedi {
        width: 50%;
    }

    .sip-home .container .red-content {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .btnLogin, .contformInput {
        width: 290px;
    }
}

@media screen and (max-width:1062px) {
    .sip-home .container .imedi img.l {
        display: none;
    }

    .sip-home .container .imedi img.m,
    .sip-home,
    .sip-home .container {
        display: block;
        width: 100%;
    }

        .sip-home .container .imedi {
            width: 100%;
        }

        .sip-home .container .red-content .cont button.login {
            margin-bottom: 50px;
        }

    .btnLogin {
        width: 50px;
    }
}

@media screen and (max-width:460px) {
    .sip-home .container .red-content .cont form input,
    .sip-home .container .red-content .cont button.login {
        width: 100%;
    }

    .sip-home {
        padding: 50px 10px;
    }

    .btnLogin {
        width: 100%;
    }
}
    */