@font-face {
  font-family: Montserrat-bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: Montserrat-semibold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: Montserrat-regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}

:root {
  --primary: #440661;
  --secondary: #e70171;
  --ternary: #a177bd;
  --white: #fff;
  --dark: #3c3c3b;
}

.container {
  padding-top: 40px;
  /* max-width: 95%; */

}

.container .login {
  border-color: white;
  border-radius: 12px;
}

.vacio {
  width: 774px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.border-top {
  border-top-left-radius: 12px;
}

p,
a,
div,
td,
h1,
h2,
h3,
h4,
h5,
.modal {
  font-family: Montserrat-regular, "Open Sans" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  line-height: 24px;
  font-size: 15px;
}

h3 {
  font-size: 40px;
  line-height: 35px;
}

.bold {
  font-family: Montserrat-bold !important;
}

.right_menu .notif-menu,
.sidebar {
  background: rgb(252, 252, 252) !important;
}

.right_menu .notif-menu {
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-right: 1px solid #2c2c2c;
}

a {
  color: var(--secondary);
  text-decoration: underline;
}

a:hover,
a:focus {
  color: var(--secondary);
  text-decoration: underline;
}

.authentication,
.authentication-alta {
  background-image: url(../../assets/images/bg-login.jpg) !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  /* z-index: -1; */
  display: flex;
  justify-content: center;
  align-items: center;

}

.login {
  position: relative;
}

.minileftbar .menu_list li a:hover {
  background: #fcfcfc;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 12px 0px 0px 12px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #fcfcfc;
  color: #000000;
}

.minileftbar .menu_list li a:hover i {
  color: #000000;
}

.form-control {
  border-radius: 50px;
  border: 1px solid #fff;
  border-radius: 12px;
  color: white;
  height: 60px;
  padding-left: 60px;
  font-size: 20px;
}

.form-control:focus {
  background-color: white;
}

.form-control::placeholder {
  color: white;
}

svg#icon_email {
  top: 22px;
  left: 33px;
}

svg#icon_password,
svg#icon_profile,
svg#icon_nif,
svg#icon_pza {
  top: 17px;
  left: 36px;
}

.btn-sm {
  padding: 5px 8px;
}

.btn-primary {
  background-color: var(--secondary);
  border-radius: 12px;
  height: 60px;
  font-size: 20px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: var(--primary);
  box-shadow: none;
}

.btn-secondary {
  background-color: #337abe;
}

.btn-secondary:hover,
.btn-secondary:active {
  background-color: #4e6698;
}

button#sign-in {
  font-family: Montserrat-bold;
}

@media screen and (max-width: 992px) {
  .company_detail {
    display: none;
  }
}

.authentication .company_detail .logo img {
  vertical-align: middle;
}

.sidebar .user-info {
  border-bottom: 1px solid #dedede;
}

.authentication .company_detail .logo {
  margin-bottom: 15px;
}

.smart .logo,
.smart h3 {
  display: block !important;
}

.smart h3 {
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing: 2px;
  color: #ffffff;
}

input[type="checkbox"] {
  accent-color: #f80071;
  width: 25px;
  border-radius: 5px;
}

/* Ocultamos el checkbox original */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Estilo del contenedor */
.custom-checkbox span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 6px;
  /* igual que en la imagen */
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Estado cuando está marcado */
.custom-checkbox input[type="checkbox"]:checked+span {
  background-color: #df0672;
  /* color principal */
  border-color: #df0672;
  position: relative;
}

/* Marca (check) */
.custom-checkbox input[type="checkbox"]:checked+span::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


code {
  color: #154b7d;
  font-family: monospace;
}

@media (max-width: 992px) {

  .smartphones .logo,
  .smartphones h3 {
    display: block !important;
  }

  .smartphones h3 {
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 2px;
    color: #ffffff;
  }
}

@media (min-width: 993px) {
  .smartphones {
    display: none !important;
  }

  .card_form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.authentication .company_detail {
  color: rgb(100, 100, 100);
}

.authentication .company_detail hr {
  border-top: 1px solid rgba(0, 154, 228, 0.6);
}

.linea {
  margin: 0px 20px;
  width: 25%;
  border-top: 1px solid #999;
  position: relative;
  top: 10px;
  float: left;
}

.leyenda {
  font-weight: bold;
  float: left;
}

.ct {
  font-size: 14px;
}

.bg-login,
.bg-alta,
.bg-recordar {
  max-width: 480px;
  padding: 40px 0;
}

/*MAX*/
@media (max-width: 992px) {

  .bg-login,
  .bg-alta {
    width: 100%;
  }

  .authentication-alta {
    /* height: 120vh; */
  }

  form {
    padding-top: 30px;
  }

  .form-control {
    font-size: 15px;
  }
}

@media (max-width: 576px) {

  .container {
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bg-login,
  .bg-alta {
    max-width: 280px;
    /* padding: 100px 0; */
  }
}

.authentication {
  height: 120vh;
}


/*MIN*/
@media (min-width: 576px) {
  .authentication-alta {
    height: 140vh;
  }
}


@media (min-width: 992px) {

  .bg-login,
  .bg-alta {
    width: 75%;
  }

}

@media (min-width: 1400px) {

  .bg-login,
  .bg-alta {
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .authentication::before {
    background-size: cover;
  }
}

.login-subtitle {
  color: white;
  position: absolute;
  bottom: -50px;
  right: 32px;
  font-size: 20px;
  font-weight: 600;

}

@media screen and (max-width: 768px) {
  .login-subtitle {
    display: none;
  }

}