@font-face {
  font-family: Poppins-bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: Poppins-semibold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-regular;
  src: url(../fonts/Poppins-Regular.ttf);
}

p,
a,
div,
td,
h1,
h2,
h3,
h4,
h5 {
  font-family: Poppins-regular, "Open Sans" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: rgb(252, 252, 252) !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,a:hover {
    color: white;
    text-decoration: revert 
}

.authentication::before,
.authentication-alta::before {
  background-image: url(../../assets/images/bg-login.jpg) !important;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  content: "";
  position: fixed;
  background-size: cover;
}

.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,
.input-group-addon {
  border-radius: 5px;
}
.form-control::placeholder{
  color: white;
}
.btn-sm {
  padding: 5px 8px;
}
.btn-primary {
  background-color: white;
  border:2px solid  #141414;
  color: #141414;
  transition: transform .2s ease-in-out;
  border-radius: 3.125rem;
}
.btn-primary.recordar {
  background-color: #e51b15;
  border:2px solid  #141414;
  color: white;
  transition: transform .2s ease-in-out;
  border-radius: 3.125rem;
}
.btn-primary:hover,
.btn-primary:active,.btn-primary:focus {
  transform: scale3d(1.05,1.05,1);
  background-color: white !important;
  border:2px solid  #141414;
  border-color: #141414 !important;
  color: #141414 !important;
}
.btn-primary.recordar:hover {
  background-color: #e51b15 !important;
}
.btn-primary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled):active{
  box-shadow: none !important;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,.btn-secondary:focus
.btn-secondary:not(:disabled):not(.disabled):active{
  background-color: #141414 !important;
  text-decoration: none;
  transition: transform .2s ease-in-out;
  border-radius: 3.125rem;
  border:2px solid  #141414;
}
.btn-secondary:hover,
.btn-secondary:active {
  transform: scale3d(1.05,1.05,1);
}

@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;
}

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);
}

.bg-login {
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(228, 26, 21) !important;
}

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

.leyenda {
  font-weight: bold;
  float: left;
}
.dcs {
  font-size: 16px;
}
.ct {
  font-size: 14px;
}
.dc {
  font-size: 12px;
}

/*MAX*/
@media (max-width: 992px) {
  .bg-login {
    width: 100%;
  }
  .authentication-alta {
    height: 120vh;
  }
}
@media (max-width: 576px) {
  .authentication-alta {
    height: 150vh;
  }
}

/*MIN*/
@media (min-width: 576px) {
  .authentication-alta {
    height: 120vh;
  }
}
@media (min-width: 648px) {
  .authentication-alta {
    height: 115vh;
  }
}
@media (min-width: 768px) {
  .authentication-alta {
    height: 105vh;
  }
}
@media (min-width: 992px) {
  .authentication-alta {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .authentication-alta {
    height: 115vh;
  }
}
@media (min-width: 1400px) {
  .bg-login {
    width: 50%;
  }
  .authentication-alta {
    height: 110vh;
  }
}
