.formContainer {
    max-width:320px;
    box-shadow : 4px 8px 16px #d7d7d7;
    margin:0 auto;
    padding:20px;
    border-radius:0px 0px 4px 4px;
  }
  input {
    box-shadow:none !important;
    outline:none;
    
  }
  #btnHolder {
    margin:0px -20px -20px -20px;
    margin-left: 1cm;
    width: 80%; /* หรือความกว้างที่คุณต้องการ */


  }
  #btnHolder .btn {
    border-radius:4px 4px 4px 4px !important;
    height:58px;
    margin-left: 1cm;
    width: 80%; 
    position: relative;
    top: 20px; 
    color: #ffffff; /* กำหนดสีข้อความเป็นสีขาว */
    background-color: #2b2b2b; /* กำหนดสีพื้นหลังเป็นสีน้ำเงิน */

  }
  @media screen and (max-width:766px){
    .centerOnMobile {
      margin : 20vh auto
    }
  }
  @media screen and (min-width:767px){
    #mainBgn {
      background : url('/images/logo7.png') no-repeat;
      background-size:cover;
      background-position:center;
      height:100vh;
      width:100%;
      
    }
    #mainContainer {
      box-shadow : 2px 4px 12px rgba(0,0,0,0.4);
      height:90vh;
      margin: 5vh 20px;
    }
  }
  .form-floating input {
    width: 80%; /* หรือความกว้างที่คุณต้องการ */
    margin-left: 2cm;
}
.form-floating label {
    width: 80%; /* หรือความกว้างที่คุณต้องการ */
    margin-left: 2cm;
}
#welcome {
    position: relative;
    top: -40px; /* ปรับตามความต้องการ */
    color: #605e5e; /* เปลี่ยนสีข้อความเป็นสีแดง */

  }

  body {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  #yourImage {
    width: 100%;
    height: 100vh;
    object-fit: cover; /* ป้องกันการทำให้รูปซ้ำซ้อน */
  }
  #loginn{
    position: relative;
    top: -20px; /* ปรับตามความต้องการ */
  }
  #loginn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #605e5e; /* เปลี่ยนสีข้อความเป็นสีแดง */

  }
  
  #loginn::before,
  #loginn::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #c5c5c5; /* สีของเส้น */
    margin: 0 30px; /* ระยะห่างของเส้น */
  }

  #error-alert {
            max-width: 80%; /* ปรับความกว้างของ alert */
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px; /* ปรับระยะห่างด้านบนของ alert */
            /*  opacity: 1; กำหนดค่าเริ่มต้นเป็นความโปร่งใสสูงสุด */
            /* transition: opacity 2s ease-in-out; เพิ่ม transition เพื่อให้การเปลี่ยนแปลง opacity เป็นไปอย่างช้าๆ */
        }
  