
body{
  font-family: "Lucida Console", Courier, monospace;
}

.modal-card{
  opacity: 0.2;
  margin-top: -30px;
}

.modal-card {
  display: block;
  position: fixed;
  z-index: 1;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  /* background-color: rgb(0,0,0); */
  font-family: Arial;
}

.modal-header{
   background-color: #fff;
   padding: 0 20px;
   border-radius: 8px;

}

.content-aviso{
  display: flex;
}

.img-aviso{
  height: 30px;
  margin-top: 16px;
}

.txt-aviso{
  font-size: 20px;
  margin-left: 5px;
  color: #2893D1;
}

.modal-content {
  text-align: justify;
  background-color: #fff;
  margin: auto;
  border: 1px solid #888;
  width: 45%;
  box-shadow:2px 2px 8px #000;
  border-radius: 8px;
}

.modal-text{
  padding: 20px 20px;
}

.modal-text p{
  margin-top: -10px;
  color: #2893D1;
  font-size: 14px;
  line-height: 20px;
  background-color: #d9edf8;
  border-radius: 4px;
  border: 1px solid #cce1e2;
  padding: 15px;
}

hr{
  border: 0 none #000000;
  border-top: 1px solid #E2E2E2;
}

.btn{
  margin-bottom: 40px;
  padding: 10px 20px 20px 20px;
}

.btn-aceptar{
  transition: 3s;
  border: 0px;
  border-radius: 4px;
  padding: 13px;
  background-color: #45b1ef;
  color: #fff;
  font-size: 15px;
  float: right;
}

.btn-aceptar:hover{
  cursor: pointer;
  transition: 3s;
  background-color: #258CC9;
}


header{
  position: absolute;
  /* background: rgb(2,50,82); */
  background: linear-gradient(0deg, rgba(2,50,82,1) 0%, rgba(1,79,129,1) 53%, rgba(0,100,162,1) 82%, rgba(0,109,175,1) 100%);  top:0;
  left: 0;
  right: 0;
  width: 99.8%;
  border-radius: 0 0 8px 8px;
}

header{
  height: 95px;
  border-bottom: 1px solid blue;
  border-left: 1px solid blue;
  border-right: 1px solid blue;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.header-logo{
  margin-left: 5px;
}

.img-logo{
  margin-top: -90px;
  height: 270px;
  width: 260px;
}

.header-txt{
  float: right;
  margin-top: -116px;
  margin-right: 17px;
  font-family: Arial;
  color: #fff;
  font-size: 9px;
}

.img-cai{
  margin-bottom: -15px;
}

.content-titulo{
  margin-top: 144px;
  margin-left: 160px;
  margin-bottom: -7px;
  font-family: Helvetica;
  font-weight: 100;
  font-size: 15px;
  color: #0594C2;
}

.content-row-form{
  display: inline-flex;
  margin-left:13%;
  margin-bottom: 80px;
  width: 80%;
}

.form-login{
  width:450px;
  margin-right: 45px;
  font-family: Arial;
  font-size: 14px;
  color: #56534F;
}

::placeholder{
  font-size: 14px;
  font-family: Arial;
  color: #ADA7A7;
}

input[type=text], input[type=password] {
  width: 100%;
  height: 40px;
  margin: 8px 0 15px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 0;
  box-sizing: border-box;
}

.ipt-username, .ipt-password{
  text-indent: 12px;
}

.ipt-username:focus, .ipt-password:focus{
  text-indent: 12px;
  background-color: #FFFBCC;
  border-color: rgb(0, 146, 189 );
  box-shadow: 0 0 0 rgba(0, 146, 189, 0.025)inset, 0 0 8px rgba(0, 146, 189 ,0.4);
  outline: 0 none;
}

.img-cai2{
  margin-top: -110px;
  width:450px;
  height:310px;
}

.btn-login{
  border-radius: 4px;
  padding: 12px 14px;
  background-color: #099BEF;
  border: 0px solid;
  color: white;
}

.btn-login:hover{
  padding: 11px 13px;
  border: 1px solid #000;
}

.btn-borrar{
  border-radius: 4px;
  padding: 12px 14px;
  background-color: #FAFAFA;
  border: 1px solid #E3E3E3;
  color: #606060;
}

.btn-borrar:hover{
  border: 1px solid #D2D2D2;
}

footer{
  position: relative;
  border-radius: 5px;
  border: 1px solid  #FDF1CB;
  width: 80%;
  height: 100px;
  /* bottom: 20px; */
  left:10%;
  right:10%;
  background-color: #fdf7e7;
  /* background-color: red; */
}

.txt-footer{
  padding: 5px 15px;
  color: #bf930d;
  font-family: Arial;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}

.txt-footer a{
  text-decoration: none;
  color: #2494D5;
}

.txt-footer a:hover{
  text-decoration: underline;
}

/* @media screen and (max-width: 1236px){

    .img-cai2{
      width:400px;
      height:280px;
    }

} */

@media screen and (max-width: 1000px){

  .content-row-form{
    margin-bottom: 40px;
  }

  .form-login{
    position: absolute;
  }

  .img-cai2{
    margin-top: 230px;
    position: relative;
    width:600px;
    height:350px;
  }

}


@media screen and (max-width: 780px){

  .img-cai2{
    width:500px;
    height:300px;
  }

}

@media screen and (max-width: 600px){

  .img-cai2{
    width:400px;
    height:250px;
  }
}
