﻿
#bienvenido {
    display: none !important;
}

#DivRedesMobile {
    display: none !important;
}
#DivRedesSociales {
    display: none !important;
}

body{
    background-color: #FFF;
}

.imgProfile {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50% !important;
    object-position: 50% 0;
}

#SessionActive {
    margin-top: 20%;
}

#error {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

.card {
    width: 600px;
    height: 657px;
    padding: 10px 30px 10px 30px;
    border: 0px;
}

#panelUSR {
    margin-top:55px;
    height: 100px;
}

#panelPASS {
    height: 215px;
}

.botones {
    position: initial;
    width: 100%;
    bottom: 40px;
}

#btnContinuar{
  /*  background-color: #FFF;*/
   /*color:#204471;*/
}

#fondo {
    background-image: url('../images/fondo_default.jpg');
    min-height: calc(100vh);
    /* width: 100%;*/
    /*  z-index: 90;*/
}

#titulo {
    margin-top:26px;
    font-size: 60px;
    color: #4a90e2;
    font-weight: 600;
    text-align: center;
}
    #titulo:before {
        content: "Axton IT";
    }


#subtitulo {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}

    #subtitulo:before {
        content: "Oficina Digital";
    }

.instruction {
    color: #FFF;
    font-size:16px;
}

#texto {
    text-align: center;
}

#imgLogo {
   display: none;
}

#sessioncheck {
    padding-top: 30px;
}

.btnLogin {
    border-radius: 0.5rem;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-size: 18px;
    background-color: #204471!important;
    border-color: #204471!important;
    letter-spacing: 5px;
}

#mainpanel {
    background: transparent;
}

.formAdaptLogin {
    background: transparent !important;
    box-shadow: none !important;
    /* color: black !important; */
    border-color: transparent !important;
    /* border-bottom-color: black !important; */
    border-radius: 0px;
    color: #fff !important;
    border-bottom-color: #fff !important;
}

#mainpanel{
    max-height:auto!important;
}
#fondo {
    align-items: baseline!important;
}
#btnRecuperar {
    color: white;
    margin-top:15px;
}
#checklabel {
    color: #FFF;
}

#btnVolver {
    background: #6c757d;
    color: #FFF;
}
#userAux {
  font-size:20px;
}
