.login-container {
    margin-top: 10%;
    padding: 50px 50px 50px 50px;
    position: relative;
}

.login-div {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; 
    z-index: 0;
}

.login-div-two {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.login-main-div {
    width: 100%;
    width: 600px;
    padding: 120px 60px 30px 60px;
    background: #f4f4f4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
}

.login-logo-header {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.login-logo-img {
    height: 50px;
    width: 324px;
    margin: 10px 0;
}

.login-btn {
    width: 90%;
    height: 40px;
    border-radius: 10px;
    border-color: #008000;
    background-color: #FFF;
    color: #008000;
    font-size: 18px;
    letter-spacing: 2px;
}

.login-btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.login-btn-hvr:hover {
    background:#008000;
    color:#ffffff;
    border-color: #8f8f8f;
}

.login-cancel-btn-hvr {
    width: 25%;
    height: 40px;
    border-radius: 5px;
    background:#c0c0c0;
    color:#008000;
    font-size: 12px;
    letter-spacing: 2px;
}

.login-cancel-btn-hvr:hover {
    background:#d60000;
    color:#FFF;
}

.login-label-font {
    color: #008000;
    letter-spacing: 0.5px;
    line-height: 1rem;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-left: 20px;
}

.login-reset-btn {
    width: 50%;
    height: 40px;
    border-radius: 10px;
    border-color: #008000;
    background-color: #008000;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.login-reset-btn-hvr:hover {
    background:#fffdfd;
    color:#008000;
    border-color: #008000;
}

.login-background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

input[id="new-password"],
input[id="confirm-new-pw"],
input[id="email_login"],
input[id="password_login"],
input[id="forgot-password"],
select {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0 20px 28px;
    border: 1px solid transparent;
    background-color: #ffffff;
    border-bottom: 1px solid #008000;
    transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


input[id="new-password"]:focus,
input[id="confirm-new-pw"]:focus,
input[id="email_login"]:focus,
input[id="password_login"]:focus,
input[id="forgot-password"]:focus,
select:focus {
    border: 2px solid #28a745;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

.changepw-container {
    margin-top: 10%;
    padding: 50px 50px 50px 50px;
    position: relative;
    margin-top: -10px;
}

.changepw-div {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; 
    z-index: 0;
}

.changepw-div-two {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.changepw-main-div {
    width: 100%;
    width: 600px;
    padding: 30px 45px 30px 45px;
    background: #f4f4f4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
}

.changepw-btn {
    width: 90%;
    height: 40px;
    border-radius: 10px;
    border-color: #008000;
    background-color: #FFF;
    color: #008000;
    font-size: 18px;
    letter-spacing: 2px;
}

.changepw-btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.changepw-btn-hvr:hover {
    background:#008000;
    color:#ffffff;
    border-color: #8f8f8f;
}

.changepw-label-font {
    color: #008000;
    letter-spacing: 0.5px;
    line-height: 1rem;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-left: 20px;
}

.changepw-reset-btn {
    width: 50%;
    height: 40px;
    border-radius: 10px;
    border-color: #008000;
    background-color: #008000;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.changepw-reset-btn-hvr:hover {
    background:#fffdfd;
    color:#008000;
    border-color: #008000;
}