body {
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

#contenedor_login{
    background-color: #FFFFFF;
    width: 44%;
    height: 308px;
    min-height: 490px;
    max-height: 200px;
    min-width: 290px;
    max-width: 200px;
    border-radius: 15px;
    -webkit-box-shadow: 10px 10px 70px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 70px 1px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 70px 1px rgba(0,0,0,0.75);
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

#logo_empresa{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 21px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

#datos{
    float: left;
    display: block;
    width: 100%;
    /*height: 98px;*/
    /* margin-left: 50px; */
    /*margin-top: 40px;*/
}

#loginBtn{
    float: left;
    display: block;
    width: 100%;
}

#loginPsw{
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

.dato {
    float: left;
    display: block;
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 40px;
    width: 80%;
    font-family: Gotham XLight;
    max-width: 360px;
    min-width: 70%;
    font-size: 18px;
    color: #000000;
    padding-left: 40px;
    margin-left: 10%;
    border: 1px solid #CCCCCC;
    opacity: 1;
    /*margin-top: 8px;*/
}

.ico1 {
    background-image: url(../Images/NewImages/login/ico1.jpg);
}
.ico2 {
    background-image: url(../Images/NewImages/login/ico2.jpg);
}
.ico3 {
    background-image: url(../Images/NewImages/login/ico3.png);
}

.btnLogin2 span{
    opacity:0.7;
}

/*#boton_ingresar:hover{
    background-color: #D0D3D4;
    
}*/

.btnLogin2:active{
    background-color: #999999;
    
}

.recuperar_contrasena {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 14px;
    color: #008c95;
    cursor: pointer;
    margin-top: 4px;
}

.recuperar_contrasena:hover{
    color: #888888;
}

::-moz-placeholder {
  opacity: 0.8;
  color:rgba(0,0,0,0.75);
  font-size:16px;
  font-family:'Gotham XLight';
  font-weight:bold;
}

@media (min-width: 1000px){
    #contenedor_login{
        min-width:290px;
        min-height: 490px;
    }
}


@media (min-width: 1500px){
    #contenedor_login{
        min-height:500px;
        min-width:430px;
    }
}

@media (max-height: 498px){
   #contenedor_login{
        margin-top: 0px;
   }
}

@media (max-width: 1199.98px){
     #contenedor_login{
         min-width: 240px;
         min-height: 440px;
     }

     #logo_empresa{
         margin-left: 8px;
     }

     #logo_empresa img{
        height: 200px;
        width: 200px;
     }

     .btnLogin2{
         font-size: 15px;
     }
}

@media (max-width: 780px) {
    #contenedor_login{
        min-width: 290px;
        min-height: 490px;
    }

    #logo_empresa{
         margin-left: 0;
     }

     #logo_empresa img{
        height: auto;
        width: 100%;
     }

     .btnLogin2{
         font-size: 17px;
     }
}


/*#footer{
    background-image: url(../Images/login/HBdKm2VF.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    width: 100%;
    height: 150px;
}*/


/*Login Test Example*/

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel{
    width: 100% !important;
}

.carousel-inner {
    width: 102.4% !important;
}

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

.login,
.image {
  min-height: 100vh;
}

.bg-image {
  width:  100%; /*or 70%, or what you want*/
  height: 100%; /*or 70%, or what you want*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 2rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}


/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }
}