@font-face {
  font-family: "ATT Aleck Sans Bold";
  src: url("/fonts/ATTAleckSans_Bd.ttf") format("truetype");
}

@font-face {
  font-family: "ATT Aleck Sans Light";
  src: url("/fonts/ATTAleckSans_Lt.ttf") format("truetype");
}

@font-face {
  font-family: "ATT Aleck Sans Regular";
  src: url("/fonts/ATTAleckSans_Rg.ttf") format("truetype");
}

body,
html {
  background-color: #ffffff;
  font-size: 12px;
  height: 100%;
  font-family: "ATT Aleck Sans Regular";
}

.main-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

h4.title {
  text-align: center;
  font-family: "ATT Aleck Sans Bold";
  font-size: 18px;
}

.logo {
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
}

a[target="_blank"] {
  font-size: 14px;
}

a[target="_blank"]:after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url('/img/external-link.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading {
  margin-bottom: 10px;
  text-align: center;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 10px;
    font-size: 16px;*/
  font-size: 12px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.btn {
  border-radius: 3px !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #009fdb;
  border-color: #ffffff;
}

.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #009fdb;
  border-color: #5a8fd6;
}

.form-signin h4.title {
  text-align: center;
}

.bg {
  /* The image used */
  /*background-image: url("/img/desk-background.jpg");*/
  /*background-image: url("/img/desk-background.webp");*/
  /*background-image: url("/img/desk-background-armalo.webp");*/
  /*background-image: url("/img/att-bg-hbo-max.webp");*/


  /*background-image: url("/img/premium_bg.webp");*/

  /*!* Full height *!*/
  /*height: 100%;*/

  /*!* Center and scale the image nicely *!*/
  /*!*background-position: center;*!*/
  /*background-position: top;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/

  /*background-image: url('/img/premium_bg.webp');*/
  background-image: url('/img/login-background-2025.jpg?ts=202502251a');
  height: 100vh;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  background-color: #000000;
}

.legales {
  position: fixed;
  background-color: #000000;
  bottom: 0;
  color: white;
  padding: 10px;
}

@media only screen and (min-width: 320px)  {
  .bg {
    background-position: right;
  }

  .login.card {
    top: 200px !important;
    min-height: 350px;
    height: 500px !important;
  }

  .support {
    top: 0px !important;
    z-index: 10001;
  }

  .copyright {
    /*background-color: red!important;*/
  }

  .legales {
    position: unset!important;
  }
}

@media only screen and (min-width: 425px) {
  .bg {
    background-position: right;
  }

  .login.card {
    width: 100% !important;
    height: auto !important;
    top: 25%!important;
  }

  .login-form .form-horizontal .form-group {
    margin-left: 10px;
    margin-right: 10px;

  }
}

@media only screen and (min-width: 768px) {
  .bg {
    background-position: right!important;
  }

  .login.card {
    width: 520px!important;
  }

  .login-form .form-horizontal .form-group {
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/

  }

  .legales {
    position: fixed!important;
  }
}

@media only screen and (min-width: 1024px) {
  .bg {
    background-position: top center !important;
    background-size: contain;
  }

  .login.card {
    width: 530px !important;
    min-height: 440px !important;
  }

  .login-form .form-horizontal .form-group {
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
  }

  .legales {
    position: fixed!important;
  }
}

@media only screen and (min-width: 1440px) {
  .bg {
    background-position: top center !important;
    background-size: cover;
  }

  .login.card {
    width: 610px !important;
    min-height: 440px !important;
  }

  .login-form .form-horizontal .form-group {
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
  }

  .legales {
    position: fixed!important;
  }
}

.login-button {
  width: 100%;
  background-color: #009fdb;
  border: 0;
  height: 40px;
  color: white;
  font-family: "ATT Aleck Sans Bold";
  font-size: 18px;
  line-height: 40px;
  margin-top: 20px;
}

.login-button:focus {
  outline-color: rgba(51, 51, 51, 0.5);
  border: 1px solid rgba(51, 51, 51, 0.5);
}

.form-body {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}

.form-control {
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
  border: 0;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
}

.btn-link {
  color: #ffffff;
  font-size: 12px;
}

.btn-link:hover {
  color: #ffffff;
}

.copyright {
  margin-left: 25%;
  color: #333333;
  position: absolute;
  bottom: 20px;
  right: 60px;
}

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333333;
}

.modal-title {
  font-family: "ATT Aleck Sans Bold";
  color: #333333;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-warning {
  color: #fff;
  background-color: #ea7400;
  border-color: #eea236;
}

.support {
  position: fixed;
  width: 320px;
  color: white;
  padding: 0;
  min-height: 215px;
  max-height: 215px;
  transition: 0.5s;
  margin: 0;
  /* transform: translate(0, -50%); */
  overflow-x: hidden;
  overflow-y: hidden;
  right: -272px;
  font-size: 14px;
  top: 150px;
}

.support div.label {
  position: relative;
  left: 0px;
  font-size: 16px;
  text-transform: uppercase;
  top: 10px;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 48px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ea7400;
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 5px 0 0 5px;
  box-shadow: 3px 0px 5px 0px rgb(0 0 0 / 50%);
}

.support div.content {
  position: relative;
  top: 0px;
  padding: 10px;
  margin-left: 48px;
  margin-right: 0;
  background-color: white;
  color: #333333;
}

.support div.content .well {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: "ATT Aleck Sans Light", sans-serif;
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 5px;
}

.support:hover {
  right: 0;
}

@media (min-width: 320px) {
  .main-content {
    top: 33%;
  }

  /*//.login, .copyright {*/
  /*  //    margin-left: auto;*/
  /*  //    width: 90%;*/
  /*  //}*/
}

@media (min-width: 960px) {
  .main-content {
    top: 50%;
  }

  /*//.login, .copyright {*/
  /*  //    margin-left: auto;*/
  /*  //    width: 400px;*/
  /*  //}*/
}

.att-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  background-size: cover;
}

.att-icon.icon-user {
  background-image: url("../img/usuario.svg");
}
.att-icon.icon-logout {
  background-image: url("../img/cerrarsesion.svg");
}
.att-icon.icon-config {
  background-image: url("../img/herramientas.svg");
}
.att-icon.icon-help {
  background-image: url(../img/ayuda.svg);
  width: 48px;
  height: 48px;
  display: block;
  left: -4px;
  position: relative;
}

.bene-logo {
  font-size: 30px;
  line-height: 30px;
  margin: 30px auto 20px auto;
  text-align: left;
  width: fit-content;
}

.bene-logo .bold {
  font-family: "ATT Aleck Sans Bold";
  color: #309fdb;
  /* color: #ffffff; */
}

.bene-logo .thin {
  font-family: "ATT Aleck Sans Light";
  color: #333333;
  text-align: left;
  font-weight: 500;
}

.container {
  height: 100% !important;
}

.login.card {
  /*background-color: rgb(255 255 255 / 85%)!important;*/
  /*background-image: url(/img/att-logo-transparent-blue.svg);*/
  /*background-repeat: no-repeat;*/
  /*min-height: 500px;*/
  /*height: 500px;*/
  /*max-height: 500px;*/
  /*background-position-x: -43%;*/
  /*background-size: 60%;*/
  /*background-position-y: 50%;*/
  /*border-radius: 15px;*/
  /*box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.25);*/
  /*top: 15%;*/
  /*position: relative;*/
  /*width: 58%;*/
  /*margin-right: auto;*/
  /*margin-left: 25%;*/

  /*background-color: rgba(255, 255, 255, 0.30) !important;*/
  /*!*background-image: url("/img/att-logo-transparent-blue.svg");*!*/
  /*background-image: url("/img/att-logo-transparent.svg");*/
  /*background-repeat: no-repeat;*/
  /*min-height: 500px;*/
  /*height: 500px;*/
  /*max-height: 500px;*/
  /*background-position-x: -43%;*/
  /*background-size: 60%;*/
  /*background-position-y: 50%;*/
  /*border-radius: 15px;*/
  /*box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.25);*/
  /*top: 25%;*/
  /*position: relative;*/
  /*width: 58%;*/
  /*margin-right: auto;*/
  /*margin-left: 2%;*/
  /*z-index: 1040;*/


  background-color: rgba(255, 255, 255, 0.30) !important;
  /* background-image: url(/img/att-logo-transparent.svg); */
  background-image: url('/img/att-logo-white-1.svg');
  background-repeat: no-repeat;
  height: 440px;
  background-position-x: -43%;
  background-size: 60%;
  background-position-y: 50%;
  border-radius: 15px;
  box-shadow: 0 0 0 0 rgb(255 255 255 / 25%);
  top: 20%;
  position: relative;
  width: 610px;
  margin-right: 50px;
  margin-left: auto;
  z-index: 1040;
  background-image: url('/img/att-logo-blue-1.svg');
  box-shadow: 0 0 20px rgba(51, 122, 183, 0.5);
}

.login.card:before {
  background: inherit;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  filter: blur(1000px);
}

.login.card a {
  color: #333333!important;
  font-size: 12px!important;
}


@media screen and (max-width: 420px) {
  .login.card {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    top: 140px;
  }

  .login.card .login-form {
    margin: 0 !important;
    padding: 10px !important;
  }

  .copyright {
    margin-left: 0%;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    right: 65px;
  }
}

.login.card .login-form {
  height: auto;
  color: #333333;
  padding: 0;
  margin: 50px -15px 50px;
}

.login.card .login-form h4,
.login.card .login-form h5 {
  text-align: center;
  margin-bottom: 20px;
}

.login.card .login-form h4 {
  font-family: "ATT Aleck Sans Bold", serif;
}

.login.card .login-form h5 {
  font-family: "ATT Aleck Sans Regular", sans-serif;
  font-weight: lighter;
}

.login.card .login-form input[type="text"],
.login.card .login-form input[type="password"] {
  border-radius: 0;
  border-color: #309fdb;
}

.login.card .login-form a.btn.btn-link,
.login.card .login-form a.btn.btn-link:focus {
  color: #ffffff;
  border: 0;
}

.login.card .login-form .btn.btn-primary {
  border-radius: 3px;
  /* border-color: #ffffff; */
  /* background-color: #ffffff; */
  color: #ffffff;
}

.login.card .login-form .btn.btn-primary:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(250, 250, 250, 0.6) !important;
}

.login.card .logo-att {
  /*background-image: url(/img/att-logo-white-1.svg);*/
  background-image: url("/img/att-logo-blue-1.svg");
  background-size: cover;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.form-control-sm {
  height: 30px;
  padding: 0.25rem 0.5rem;
  font-size: 1em;
  line-height: 30px;
  border-radius: 0.2rem !important;
  box-shadow: none !important;
  border: 1px solid #e5e5e5;
}

.form-control-sm:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(250, 250, 250, 0.6) !important;
}

.btn-link:focus,
.btn-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
  background-color: transparent;
}

.btn-primary:focus {
  background-color: #009fdb;
  text-decoration: underline;
}

.form-container {
  height: 100%;
  margin: 0;
  padding: 0;
}

a.link {
  /* color: #ffffff!important; */
  margin-top: 10px;
  display: inline-block;
}

a.link:hover {
}
