      body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
      }

      .background-image {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
      }

      .container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100vw;
      }

      .logo {
        width: 200px;
        /* Adjust the logo size as needed */
        margin-bottom: 60px;
      }

      .login-box {
        background-color: rgba(31,78,122,0.5);
        padding: 2em;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .input-field {
        display: block;
        width: 320px;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
      }

      .login-button,
      .signup-button {
        display: block;
        width: 255px;
        padding: 8px;
        background-color: #4caf50;
        border: none;
        border-radius: 4px;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s ease;
        align-items: center;
        margin-top: 25px;
      }

      .login-button:hover,
      .signup-button:hover {
        background-color: #2B60DE;
      }

      .login-button:active,
      .signup-button:active {
        background-color: #2B60DE;
      }

      /* Add space between the buttons */
      .signup-button {
        margin-top: 20px;
      }

.forgot-password{
color: black;
font-size: 16px;
}


.container .login-box table {
    width: 100%;
    height: 90%;
    background-color: rgba(255,255,255,0.1);
}

.container .login-box th {
    background-color: rgb(13 39 63);
    color: white;
    padding: 15px;
    font-size: 13px;
    font-weight: bold; 
}

.container .login-box td {
    background-color: rgba(31,78,122,0.3);  
    color: white; 
    font-size: 13px;
    padding: 15px;
}


.container .login-box th, td {
    border-width : 0; 
}

.container .login-box tbody{
    background-color: rgba(255,255,255,0.1);
}


/* Add your custom styles here */


.container h2 {
    text-align: center;
    color: white;
}

.container form {
    color: white;
    padding: 2em;
}

.container label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.container input {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.container input[type="submit"],
.container input[type="button"] {
    width: 260px;
    margin-bottom: 16px;
    box-sizing: border-box;
    background-color: #4caf50;
    color: white;
    cursor: pointer;
}

.container input[type="submit"]:hover,
.container input[type="button"]:hover {
    background-color: #2B60DE;
}

.tidal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.select-location{
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    
}

.submit-tidal{
        position: relative;
    display: flex;
    /* vertical-align: middle; */
    /* background: blue; */
    background-color: rgb(61, 140, 64);
    border-width: initial;
    border-style: none;
    border-color: initial;
    color: rgb(232, 230, 227);
    display: block;
    width: 231px;
    padding: 8px;
    background-color: #4caf50;
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-items: center;
    margin-top: 15px;
}
