/* html {
    font-family:"Noto Sans TC","微軟正黑體",sans-serif;
    font-size:24px;
    color:#313d38;
    box-sizing: border-box;
    margin:0;
} */
nav{
    text-align: center;
    margin: 0 auto;
    background-color: #313d38;
    padding: 15px 0;
    margin-bottom: 30px;
    color:azure;
    min-height: 60px;
}
nav a{
    color:azure;
    text-decoration: none;
}
.container{
    max-width: 960px;
    margin:0 auto;
    line-height: 1.7;
}

.container1{
    max-width: 1080px;
    margin:0 auto;
    line-height: 1.7;
}
/* .flex-grid 
{
    display: flex;
    max-width: 960px;
    margin:0 auto;
    text-align: center;
    overflow-wrap: normal;
} */
.buyBtn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 20px 2px;
    cursor: pointer;
  }
/* .col {
flex: 1;
} */
h1{
    font-size: 240%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
h2{
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
h3{
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
footer{
    text-align: center;
    margin: 36px 0;
}
.w3l-mockup-form {
    position: relative;
    min-height: 100vh;
    z-index: 0;
    background: rgba(99, 194, 110, 0.1);
    padding: 40px 40px;
}
.w3l-mockup-form .main-mockup {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 40px 0;
}
.w3l-workinghny-form .logo {
    text-align: center;
}
.w3l-mockup-form .alert-close {
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 35px;
    position: absolute;
    right: -5px;
    top: -5px;
    background: #62c16e;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}
.w3l-mockup-form .social-icons ul span.fa {
    color: #696687;
    font-size: 18px;
    opacity: .8;
}
.w3l_form {
    padding: 0px;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    background: #00c16e;
    padding: 100px 50px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* input[type=text] {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
} */

/* .companyLogo{
        display: block;
        margin-left: auto;
        margin-right: auto;
} */
/* form{
    text-align: center;
}
input{
    margin-bottom: 20px;
} */
.clientMenu{
    padding-left:10px;
    position: relative;
    display: block;
    float: left;
}
.thankyouText{
    text-align:center;
    font-size: 140%;
    margin: 80px 0;
}
.staffMenu{
    padding-right:10px;
    position: relative;
    display: block;
    float: right;
}
.order{
    border: black dotted;
    margin: 40px 0;
}
nav ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 6px;
  }


  .flex-grid {
    display: flex;
    justify-content: flex-start; /* Align items to the start (left) */
    max-width: 960px;
    margin: 0 auto; /* Center the grid itself */
    align-items: flex-start; /* Align items to the top */
}

.col {
    flex: 1;
    padding: 0; /* Remove padding to eliminate extra space */
}

.logo-col {
    border-right: 1px solid #313d38;
    text-align: right; 
    padding-right: 20px; 
}

.form-col {
    padding-left: 20px; /* Space between the line and form */
    text-align: left; /* Align the form to the left */
    width: 100%; /* Ensure the form column takes full width */
}

/* Form container to group welcome message and form */
.form-container {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align all items to the left */
    width: 100%; /* Take full width of the column */
    margin: 0; /* Reset any margins that might push it */
}

/* For each form group */
.form-group {
    margin-bottom: 15px; /* Space between form groups */
    width: 100%; /* Ensure the form group takes full width */
}

label {
    margin: 0; /* Remove label margin */
}

input[type="text"], input[type="password"], input[type="submit"] {
    margin: 0; /* Remove input margin */
    padding: 5px; /* Add padding for better appearance */
    width: 100%; /* Ensure inputs take full width of the column */
    text-align: left; /* Align text inside input fields to the left */
}

/* For smaller screens, stack the items vertically and remove the border */
@media (max-width: 960px) {
    .flex-grid {
        display: block; /* Stack items vertically */
    }

    .col {
        margin-bottom: 20px; /* Add space between stacked items */
        border-right: none; /* Remove the vertical line */
    }
}





 


/* Responsive layout - makes a one column-layout instead of a two-column layout */
/* @media (max-width: 960px) {
    .flex-grid {
        display: block;
      }
} */