﻿
*::before,
*::after {
  box-sizing: border-box; 
}
.cdivBloqueo {
    border:none;
    padding-top:20%;
    /*padding:400px 50px 150px 450px;*/
    background-color: #3598dc;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
    opacity: .5;
    color:red ;
    display: none; /*Hidden by default*/ 
    position: fixed; /* Stay in place */
    z-index: 5;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*border-radius: 25px;*/
    text-align-last:center;
    text-align: center;
    cursor:wait;
}
.MsjBloqueo {
    width:200px;
    margin-left: auto;
    margin-right: auto;
}

body,
	html {
		margin: 0;
		padding: 0;
		height: 100%;
		/*background: #C8C3C3 !important;*/
        /*border: 2px solid red;*/
		}
		


.ContenedorLogin {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 98%!important;
    border: 2px solid white;
}
.SubContenedor {
    height: 100%!important;
    justify-content: center!important;
    display: flex!important;
}
.CajaLogin {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #e7ecea;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.clDivLogo {
    justify-content: center!important;
    display: flex!important;
}
.clForm {
    justify-content: center!important;
    display: flex!important;
    margin-top: 0px;
}
.clFormEnc {
    justify-content: center!important;
    display: flex!important;
    /*margin-top: 100px;*/
}
.clAccion {
    justify-content: center!important;
    display: flex!important;
    margin-top: 1rem!important;
    padding: 0 2rem;
}
.clPie {
    justify-content: center!important;
    display: flex!important;
}
.clLogoContenedor {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -75px;
    border-radius: 50%;
    background: #3598dc;
    padding: 10px;
    text-align: center;
    display: none;
}
.clLogo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
    vertical-align: middle;
   
}
.clLogoF2 {
    height: 150px;
    width: 150px;
    /*border-radius: 50%;*/
    /*/*border: 2px solid white;*/*/
    vertical-align: middle;
}
.grupoInput {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
        margin-bottom: 1rem!important;
}
.gIcono {
    margin-left: -1px;
    display: flex;
}
.cIcono {
        align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
        background: #3598dc !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.inputCtrl {
        display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
    outline: 0px !important;
        overflow: visible;
            margin: 0;
    font-family: inherit;
}
form {
    display: block;
    margin-top: 0em;
    /*margin-block-end: 1em;*/
}
 .grupoInput>.inputCtrl:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.grupoInput>.inputCtrl {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.login_btn {
    cursor: pointer;
    -webkit-appearance: button;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    background: #3598dc !important;
    color: white !important;
}



@media screen and (max-width: 600px) {

}

.disabled {
  pointer-events: none;
  /*opacity: 0.5;*/
}
.disabledBtn {
  pointer-events: none;
  opacity: 0.5;
}