html,
body {
  height: 100%;
}

a {
 
    color: white;
}

body {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-family: 'Optima', sans-serif;
  font-size: 1em;
}
.omyaTitle {
 
    font-size: 2.2rem;
    font-weight: 700;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
        
}
.omyaSubtitle {
 
    font-size: 1.1rem;
    font-weight: 300;
    display: block;
    justify-content: center;
    padding-top: 15px;
}
   --------------------------------------------
   LOGO HEADER (fixed top area on page)
--------------------------------------------- */

.logo-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 10px;
  text-align: center;
}

.logo-container img.logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease;
  margin-left: 15p;
}
.logo-text {
 
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
 
    position: relative;
    display: inline-block;
    align-items: center;
}
    .slient-header {
        padding: 2px;
        margin-bottom: 25px;
        justify-content: start;
    }
    .slient-logo {
        display: inline-block;
        vertical-align: middle;
        width: 55px;
    }
.register-info {
    font-size: 0.8em;
}

.h3 {
    font-size: 1.3em;
}


.form-floating > label {
  opacity: 1 !important;
  transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
  color: #6c757d;  
}

.form-control {
  color: #212529;  
}

.form-control::placeholder {
  color: #adb5bd; /* Lighter grey */
  opacity: 1;
}
 

.form-signin {
  width: 480px;
  max-width: 100%;
  padding: 15px;
  margin: auto;
  margin-top: 0;
  color: black;
}
 

.form-signin .checkbox {
  font-weight: 400;
}

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

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: black;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: black;
  font-family: Arial;
}

.form-control {
    color: black;
}

  .error-message {
            color: red;
            font-size: 0.875rem;
            display: none; /* Hidden by default */
        }
                .bd-placeholder-img {
            font-size: 1.125rem;
            text-anchor: middle;
            user-select: none;
        }
        
  .btn {
      background-color: #29ABE2!important;
      border: none;
  }

        @media (min-width: 768px) {
            .bd-placeholder-img-lg {
                font-size: 3.5rem;
            }
            .form-signin {
 
  max-width: 380px;
 
}
        }

        .error-message {
            color: red;
            font-size: 0.875rem;
            display: none; /* Hidden by default */
        }
 .error-message { color: red; display: none; font-size: 0.8em; margin-top: 5px; }
        .checkbox-group { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
        .checkbox-group div { flex: 1 0 30%; }
        .form-floating textarea { height: 100px; color: black;}
        .form-floating select { height: 58px; color: black;}
        .conditional-field { display: none; }
        