
body {
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

a{
    text-decoration:  none;
}

.register-card {
  background: linear-gradient(
    180deg,
    #208e73,
    #208e73 0%,
    #208e73 18.44%,
    #282634 51.56%,
    #282634 100%
  );
  height: 0 auto;
  min-height: 100vh;
  padding: 30px;
  color: #fff;
  max-width: 750px;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.register_link
{
  color: #FFE500;
}

.form-label{
  text-align: left !important;
}

.form-control,.form-select {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.1 ) !important;
}

.form-control:focus,.form-select:focus
{
  border: 2px solid #FFE500 !important;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
}

.form-select option 
{
  background-color: transparent;
  color: #333;
}


.form-control::placeholder {
  color: #bbb;
}

.nav-tabs .nav-link.active {
  background-color: #ffe500;
  color: #333;
  font-weight: 600;
}

.nav-tabs  {
  border-bottom:none ;
  padding-bottom: 20px;
}

.nav-tabs .nav-link {
  background-color: #fff;
  color: #333;
  border: none;
  margin: 5px 3px;
}

.nav-tabs .nav-link:hover {
  color: #333;
  border: none;
}

table thead th
{
  color: #ffe500 !important;
}

.btn-register {
  background-color: #ffe500;
  color: #333 !important;
  font-weight: 550;
  border: none;
}

.btn-login {
    font-weight: 550;
    background-color: #ffe500;
    color: #333 !important;
    border: none;
    border-radius: 20px;
  }

  .btn-register:hover , 
  .btn-login:hover
  {
    background-color: #ffe500;
    color: #333 !important;
  }
  

.text-small {
  font-size: 0.875rem;
  color: #ccc;
}

.eye-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}

  
.header {
  background-color: #232323;
  text-align: center;
  padding: 1rem;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.custom-width{
  min-height: 100vh;
  height: 100%;
  width: 60%;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    #208e73,
    #208e73 0%,
    #208e73 18.44%,
    #282634 51.56%,
    #282634 100%
    );
}

@media (max-width: 767px) {
  .custom-width{
    width:100%;
  }
}
