body{
    background: url(../img/background.png) no-repeat center center fixed;
    background-size: cover;
}

.main-section{
    margin:0 auto;
    margin-top:25%;
    padding: 0;
}
.main-section2{
    
    margin-top:5%;
    padding: 0;
}

.modal-content{
    background-color: #0E5482;
    opacity: .85;
    padding: 0 20px;
    box-shadow: 0px 0px 3px #848484;
}
.user-img{
    margin-top: -50px;
    margin-bottom: 35px;
    text-align: center;
}

.user-img img{
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 3px #848484;
    border-radius: 50%;
}

.form-group input{
    height: 42px;
    font-size: 18px;
    border:0;
    padding-left: 54px;
    border-radius: 5px;
}
.form-group2 input{
    height: 42px;
    font-size: 18px;
    border:0;
    padding-left: 24px;
    border-radius: 5px;
}

.form-group::before{
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    left: 28px;
    font-size: 22px;
    padding-top:4px;
}

.form-group#user-group::before{
    content: "\f007";
}

.form-group#contrasena-group::before{
    content: "\f023";
}

button{
    width: 60%;
    margin: 5px 0 25px;
}

.forgot{
    padding: 5px 0;
}

.forgot a{
    color: white;
}
.bg-title{
  color:#D8D8D8;
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
  background-color:#0E5482;
  font-size:40px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  text-align: center;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.footer2 {
  width: 100%;
  line-height: 60px; /* Vertically center the text there */
  background-color: #1F202C;
}
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  color: #fff;
}
.container2 {
  width: auto;
  padding: 0 15px;
  color: #fff;
}
.contenedor-foot{
    text-align: center;
    background-color:rgba(110,110,110,0.8);
    color: #fff;
}

@media (max-width: 700px) { 
  .hdn {
    display: none;
  }
  .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 20px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
  .text-cel {
  font-size: 12px;
}
 }