html, body {
    height: 100%;
    margin: 0;
}
.body{
    /*background-color: #34F5EC;*/
    /*background-color: #5eaef3;*/
    /*color: #FFFFFF;*/
    background-image: url("../imagenes/index/login_back_full.jpg");
    background-position : center;
    background-repeat : no-repeat;
    background-attachment : fixed;


}
.wrapper {
    min-height: calc(100vh - 85px);
}
.formulario{
    border-radius: 20px;
    background-color: #228de1;
    color: #FFFFFF;
    border-style: solid;
}

.titulos
{
    font-size: x-large;
    font-weight: bold;
    color: #FFFFFF;
}
@media (max-width: 399px)   {
    .titulos
    {
        font-size:  small;
        color: #FFFFFF;
    }
}

.titulos1
{
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
}
@media (max-width: 399px)   {
    .titulos1
    {
        font-size:  small;
        color: #FFFFFF;
    }
}
/*************parte para la posiion del icono de los inputs asi como el placeholcer
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
    position: absolute;
    padding: 8px;
    pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  10px;}


/* add padding  */
.left-addon input  { padding-left:  50px; }

input::placeholder {
    color: #3aacf6 !important;
    font-style: italic;
}
.form-control{
    color: #0072bc !important ;
}
/*********************************************************************************/


.btnLogin{
    background-color: #0072bc;
    color: #FFFFFF;
    font-weight: bold !important;
    font-style: inherit !important;
    border-color: #FFFFFF !important;
    width: 100px;
}
/*.footer {
    position:fixed;
    left:0px;
    bottom:0px;
    height:80px;
    width:100%;
    color: #FFFFFF;
    font-size: small;
}*/
.aviso{
    font-size: medium !important;
    font-weight: bold;
}
.footer {
    color: #FFFFFF;
    font-size: small;
    height: 85px;
}

.link
{
    color: #FFFFFF;
}
.espacio_min{
    height: 15px;
}
.espacio{
    height: 20px;
}

.show {
    display: block !important;
}
.hide {
    display: none !important;
}

input:focus{box-shadow:#d6f5f0 0px 0px 15px; border:1px solid #B4EA11;}
.input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height:20px;
    border-radius:3px;
    padding-bottom:2px;
    margin-top:5px;
    text-align:center;
    color:#999;border:1px solid #CCC;
    background:none;
    color:#FFF !important;

}

.enviof{
    /*top:50px;
    left:15%;
    position:relative; margin-left:50px;
    */
    cursor:pointer;
    border-radius:5px;
    border:1px solid #FFF;
    color:#FFF;
    font-size:14px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
.enviof:hover{ color:#B4EA11; border:1px solid #B4EA11; box-shadow:#d6f5f0 0px 0px 15px; text-shadow:#d6f5f0 0px 0px 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;}