﻿body {
    background-color: var(--BackgroundColor) !important;
    overflow-x: hidden;
    overflow-y: hidden;
    /*margin: 0;
    padding: 0;*/
    min-height: 100vh;
}

/*Div contenedor de toda la estructura*/
.GlobalContent {
    height: calc(100vh - 26px);
}


.footerPage {
    background-color: rgb(255, 255, 255, 0.74);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 26px;
}

* {
    font-family: 'Montserrat', sans-serif;
}

/*Panel de carga msj*/
.dx-loadpanel-message {
    font-size:18px;
}


.dx-popup-bottom {
    padding-top:10px !important;
}


/*Logo imagen superior*/
.LogoImg {
    display: block;
    margin: auto;
    max-height: 100px;
    max-width: 360px;
    border-radius: 10px;
}

/*popup de confirmacion div circular*/
.btncircle {
    border-radius: 50%;
}


/*Div contenedor imagen y login*/
.Content {
    width: 768px;
    height: 500px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    display: block;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
}

/*div contendor imagen*/
.ImgContent {
    border-radius: 10px;
    background-color: #ffffff;
    height: 500px;
    width: 384px;
    padding: 0px;
}

/*Imagen login*/
.ImgLogin {
    /*max-height:500px;
    max-width: 384px;*/
    height: 500px;
    width: 384px;
    border-top-left-radius:9px;
    border-bottom-left-radius:9px;
    display: block;
    margin: auto;
}

/*Content form signin*/
.SigninContent {
    height: 480px;
    padding:30px;
    padding-top:40px;
    width:345px;
  
}

/*div texto sign in*/
.TitleSignin{
    color:#00375B;
    font-size:40px;
}

/*div contenedor de input login*/
.divSigninInput {
    padding-top:5px;
}

/*label user and password*/
.txtFontLoginInput {
    color: #737c8e;
    font-size: 18px;
}

/*input user*/
#InptUserName, #InptPassword {
    border: none;
    border-bottom: 1px solid #C5C8D2;
    border-radius: 0px;
}

/*Borde de input cambia de color al posicionarse en el*/
#InptUserName:focus, #InptPassword:focus, #InptUserName:hover, #InptPassword:hover {
    border-bottom: 1px solid #00d2be !important;
}

/*Contenedor de etiquedas user y password*/
.divLoginInput {
    margin-bottom:10px;
}

/*btn input login*/
.btn-login {
    background: #ff3a6a !important;
    border: 1px solid #ff3a6a !important;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 18px !important;
    width: 100%;
}

/*Contenedor de input de login*/
.inputSumit {
    height:57px;
    margin: 8px 0px;
    padding: 6px 12px;
}

/*Texto de login mensajes de validacion*/
.text-danger {
    color:#FF3E6C;
    font-weight:500;
}

/*pantalla menor a 800px se oculta imagen dejando solo el formulario*/
@media screen and (max-width: 800px) {
    #colImage {
        display:none;
    }
    #colSignin {
        max-width:384px;
    }
    .Content {
        max-width: 360px;
    }
    .SigninContent {
        text-align:center;
    }

}

@media screen and (max-height: 500px) {
    #dvdLogo{
        display:none;
    }
    
}



/*Footer*/
#footerLst {
    text-align:center;
}

.imgfooter {
    height:20px;
    margin-top:2px;
}


.txtfooter {
    font-size:10px;
    font-weight:600;
    color:#666666;
}

.imgfooterlistaso {
    height: 30px;
    margin-top: -2px;
    margin-left:-9px;
}