*{
    margin: 0;
    padding: 0
}
body{
    background: white;
    text-align: center
}
.log_prim_linea{
    background: #D30B1C;
    width: 100%;
    height: 5px;
    margin-top:5px;
}
.log_seg_linea{
    border-top: 10px solid rgb(204,204,204);
    background: rgb(103,60,142);
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0; 
}
.img_login{
    //border-right: 2px solid white;
    padding-right: 5px;
    position: relative;
    margin-right: 4px;
    top: -2px;
}
.area_logeo{
    border: 1px solid rgb(204,204,204);
    width: 550px;
    margin: 20px auto;
    height: 170px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 0px 20px 0px;
    background: rgb(103,60,142);
}
.area_logeo > div{
    margin: 21px auto;
}

.txtlogeo{
    width: 352px;
    height: 33px;
    padding:0px 5px;
    outline: none;
    border-width: 0;
    background: transparent;
    color:white;
    border: 1px solid rgb(204,204,204);
    font-size: 17px;
}
.txtlogeo::-webkit-input-placeholder { color: white }
.txtlogeo:-moz-placeholder { color: white }
.txtlogeo::-moz-placeholder {color: white}
.txtlogeo:-ms-input-placeholder { color: white }
.btnlogin{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 50px;
    font-size:18px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: black;
    background:rgb(204,204,204);
    border: 2px solid rgb(204,204,204);
}
.btnlogin:hover{
    background:rgb(103,60,142);
    border: 3px solid rgb(204,204,204);
    color: white;
}
.logeo{
    position: absolute; 
    margin-top: 60px;
    z-index: 2;
    left: 50%;
    top: 300px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.sms_validar{
    color: white;
    font-family: 'century gothic';
    position: relative;
    top: 8px;
}
.titulo_login{
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.cargando_web{
    position: fixed; 
    z-index: 2000; 
    width: 100%; 
    min-height: 100%; 
    background-color: rgba(255, 255, 255, 0.88); 
    padding: 20px
}

.centrocentro{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 560px) {
  .area_logeo {width: 100%;height: 265px;;}
}

    