* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #6cbbc9;
    background: #6cbbc9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    padding: 20px;
}

.container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 650px;
    max-width: 100%;
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center!important;
    align-items: center!important;
}

.container h1 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 32px;
}

.container p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin: 25px 0;
    text-align: center;
}

.container span {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.container a {
    color: #0066cc;
    font-size: 18px;
    text-decoration: underline;
}

.container button {
    background-color: #0066cc;
    color: #fff;
    font-size: 18px;
    padding: 15px 45px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
}

.container button:hover {
    background-color: #0052a3;
}

.container form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.container input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 12px 0;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 4px;
    width: 100%;
    outline: none;
}

.container input:focus {
    border-color: #0066cc;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 30px 20px;
    }

    .container h1 {
        font-size: 28px;
    }

    .container p, 
    .container span, 
    .container a, 
    .container button,
    .container input {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 20px 15px;
    }

    .container h1 {
        font-size: 24px;
    }

    .container button {
        padding: 12px 30px;
    }

    .container input {
        padding: 12px 15px;
    }
}

@media screen and (max-height: 600px) {
    body {
        height: auto;
        min-height: 100vh;
    }
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: relative;
    background-color: #fff;
    margin: 10% auto;
    padding: 40px;
    padding-top: 50px;
    border-radius: 10px;
    width: 90%;
    max-width: 700px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.popup-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.popup-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

#resetPasswordForm {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

#resetPasswordForm input {
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 18px;
}

#resetPasswordForm button {
    padding: 15px;
    font-size: 20px;
    border-radius: 8px;
}

.close {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
}

.close:hover {
    color: #666;
}

@media screen and (max-width: 768px) {
    .popup-content {
        margin: 20% auto;
        padding: 30px;
        padding-top: 40px;
        width: 95%;
    }

    .popup-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .popup-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #resetPasswordForm input {
        padding: 12px;
        font-size: 16px;
    }

    #resetPasswordForm button {
        padding: 12px;
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .popup-content {
        margin: 30% auto;
        padding: 20px;
        padding-top: 35px;
    }

    .popup-content h2 {
        font-size: 24px;
    }

    .popup-content p {
        font-size: 16px;
    }

    #resetPasswordForm input,
    #resetPasswordForm button {
        padding: 10px;
        font-size: 16px;
    }

    .close {
        font-size: 32px;
        right: 10px;
        top: 2px;
    }
}

@media screen and (max-height: 600px) {
    .popup-content {
        margin: 5% auto;
    }
}

.footer-bottom {

    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw!important;
    z-index: 9999!important;
}

.footer-container {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto;
}

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logo-container {
    position: relative;
    width: 300px; 
    height: 150px; 
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box !important;
    padding: 0;
}

.logo {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    object-position: center; 
    max-width: 100%;
    max-height: 100%;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

form input, 
form button,
form span,
form p,
form h1,
.alert {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

form h1 {
    margin-bottom: 20px;
}