html {
  width: 100%;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h4 {
  font-size: 19px;
  font-weight: 600;
}

h6 {
  font-size: 17px;
  font-weight: 600;
}
text {
  font-family: 'Roboto', sans-serif;
}
._card-rounded {
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-weight: 300 !important;
  color: #5E5E5E;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: none;
  border-radius: 8px 8px 8px 8px;
  /*padding:20px;*/
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
._card-rounded body {
  padding: 10%;
}
.btn-edd-primary {
  background-color: #006FB3;
  color:white;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
  padding: 2% 3%;
  float: right;
  transition: all .1s ease-in-out;
}
.btn-edd-primary:hover {
  background-color: #00578d;
  color:white;
}
.btn-edd-primary:after {
  background-color: #00578d;
  color:white;
  border:1px solid #006FB3;
}
.btn-edd-secondary {
  background-color: #0A132D;
  color:white;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
  padding: 2% 3%;
  float: right;
  transition: all .1s ease-in-out;
}
.btn-edd-secondary:hover {
  background-color: #000000;
  color:white;
}
.card-new .header {
  padding: 45px 60px 150px 60px;
  line-height: 2.05;
  border-bottom: 0px solid rgba(204, 204, 204, 0.35);
}
.menu-right {
  float: right;
  padding-top: 22px;
}
a.menu-social {
  margin-left: 20px;
  transition: all 0.2s ease;
  opacity: 1;
}
.menu-social img {
  width: 30px;
  height: 30px;
  margin: 10px;
  transition: all .1s ease-in-out;
}
.menu-social img:hover {
  transform: scale(1.1);
}
footer {
  position: absolute;
  bottom:0;
  margin: 37px 0px 0px 0px;
  width: 100%;
  background-color: white;
  box-shadow: 0px -3px 7px #797e9b29;
}
.footer_info {
  font-size: 12px;
  background-color: #FFF;
  color: #757575;
  width: 100%;
  margin-top: 50px;
}
.footer_content {
  padding: 15px 0px 40px 0px;
  background-image: url(../img/footer_linea.png);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: top;
  position: relative;
}
.footer_content p {
  margin: 0px;
  padding: 0.5%;
}
.footer_barra {
  background-image: url(../img/footer_linea.png);
  background-size: 100%;
  width: 200px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card {
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: white;
}
.card-body {
  padding:15% 7%;
  color:black;
}
.card-body h1 {
  margin:0 0 20px 0;
}
.card-body p {
  line-height: 25px;
}
.new-login-text {
  font-size: 16px;
  color: black;
  margin: 16px 0 0 0;
}
.form-control {
  border: 1px transparent;
  color:#006FB3;
  font-size: 14px;
  padding: 5%;
  background-color: #f2f4ff;
}
.new-login-input {
  border-radius: 5px;
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px;
}
.hr-new-login {
  margin-top: 30px;
  background-color: #FE6565;
  height: 2px;
  width: 80px;
  margin-bottom: 0px;
}
.login_bg_2021 {
  background: linear-gradient(to top, #0A132D, rgba(0, 111, 179, 0.1)), url(../img/bg_image.jpg);
  background-size: cover;
  background-position: 10% 45%;
  padding-bottom: 20px;
  height: 450px;
}
.logo-img {
  top:0;
  width:200px;
}
.logo-container {
  margin-bottom:30px;
}
.bg-edd {
  background: url(../img/bg-image-login_fix.svg);
  background-color:#0A132D;
  background-size:contain;
  background-position: 1% 80%;
  background-repeat: no-repeat;
}
.login-text {
  text-align: center;
  color:#006FB3;
}
.btn-login {
  text-align: center;
  width: 100%;
  margin: 30px 0 10px 0;
  padding: 4%;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 900px) {
  footer {
      position:relative;
  }
  .card {
    margin:0 0 20px 0;
  }
  .menu-right {
    float: none;
  }
  .logo-img {
    margin:0 0 10px 0;
  }
  .footer_content p {
    padding: 1% 3%;
  }
}
