.shadow-input {
  color: black;
  border: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 16, 0.25);
}

.btn-principal{
  background-color: #fa4616;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-principal:hover{
  background-color: #f73e0f;
}

.disabled {
  display: none !important;
}

.login-first-column {
  display: none !important;
}

@media (min-width: 980px) {
  .login-first-column {
    display: flex !important;
  }
}

@media (max-width: 721px) {
  .banner-absolute-section{
    background: white !important;
        height: 100vh !important;
  }
  
  .banner-absolute-section h2{
      color: #fa4616 !important;
      font-size: 34px !important;
  }
  
  .banner-absolute-section .job-filter{
      border: none !important;
  }
  
  .banner-absolute-section .banner-absolute-search{
       border: none !important;
  }
  
  .banner-absolute-section .banner-absolute-section-bottom{
        margin-top: 50px !important;
  }
  
  .banner-absolute-section .banner-absolute-search-select{
        margin-bottom: 20px !important;
        margin-top: 20px !important;
  }
  
  .section-job-detail-alpha-breadcrumb.banner-intern-job h1{
      font-size: 32px !important;
  }
}


