html {
  margin: 0 !important;
}

body {
  padding: 0 !important;
}

main {
  background-image: url(/wp-content/uploads/2020/06/fondo_pg_M_3.png);
  background-repeat: repeat-y;
  background-size: auto;
  opacity: 0.9;
  background-color: #f6f6f6;
  min-height: 100vh;
}

input.login-submit {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background-color: #f9c82e;
  margin: 20px 0;
  color: #0e1052;
  font-size: 20px;
  cursor: pointer;
}

.login h1 a {
  background-image: url(/wp-content/themes/template/images/logo.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  color: #444;
  height: 59px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

#login {
  margin: auto;
  padding-bottom: 20px;
}

#loginform {
  margin: 20px 15px;
  font-weight: 400;
  overflow: hidden;
}

.btb-login {
  font-family: "Armata", sans-serif;
}

.btb-login h3 {
  text-align: center;
  color: #0e1052;
  font-size: 1.75rem;
  margin-top: 10px;
  margin-bottom: 30px;
}

.btb-login label {
  color: #0e1052;
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.btb-login form input[type="checkbox"] {
  background: #fff;
}

.login form .input,
.login input[type="password"],
.login input[type="text"] {
  font-size: 24px;
  line-height: 1.33333333;
  width: 100%;
  border-width: 0.0625rem;
  padding: 0.1875rem 0.3125rem;
  min-height: 40px;
  max-height: none;
  background: #fff;
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  background-color: #fff;
  color: #32373c;
}

.login .button.wp-hide-pw .dashicons {
  width: 1.25rem;
  height: 1.25rem;
  top: 0.25rem;
}

.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
}

.login .button.wp-hide-pw {
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 2;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 5px 9px;
  position: absolute;
  right: 0;
  top: 0;
}

.login #backtoblog {
  margin: 16px 0;
  color: #444;
}

.login #backtoblog a {
  color: #444;
}

.login #backtoblog,
.login #nav {
  font-size: 13px;
  padding: 0 24px 0;
}

.btb-button {
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  width: 120px;
  margin: auto;
}

.btb-blue {
  background-color: #2abeec;
}

.img-order {
  height: 53px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card-acegen{
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}


   
