* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    height: 100vh;
}

.hand-logo {
    width: 50%;
    padding: 16px 8px 0px;
}

.hand-image {
    width: 100%;
    height: 100%;
}

.hand-logo-text {
    font-size: 40px;
    font-weight: bolder;
    color: white;
    margin-bottom: 8px;

}

.top-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 12vh;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 2%;
}

body {
    background-color: #00984a;

}

.white-line {
    height: 3px;
    background-color: white;
    margin-left: 7%;
    margin-right: 7%;
    border-radius: 8px;
}

.footer {
    padding: 1% 7%;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

section {
    position: relative;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    padding: 0 7%;
    background-color: #00984a;
    align-items: center;
    width: 100%;
}

.second-logo {
    display: none;
    width: 60%;
}

.card-logo {
    display: flex;
    justify-content: space-between;
}





.login-container {
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.login-box {
    padding: 23px 20px;
    background-color: white;
    border-radius: 2%;
    color: #65B32E;
    width: 30%;
}

.title {
    height: 25px;
    margin: 7px 0px;
}

.fields {
    display: flex;
    flex-direction: column;
    margin: 6px 0px;
}

.language {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 14px;
    height: 40px;
}

.inputFields {
    color: #65B32E;
    border: 1px solid #65B32E;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
}

.inputFields::placeholder {
    color: #a1cd42;
    opacity: 1;
    font-size: 13px;
}

.forgot-password {
    color: #a1cd42;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: -10px;
    opacity: 0.8;
    display: flex;
    justify-content: flex-end;
}

.submit-btn {
    padding: 10px !important;
    background-color: #a1cd42 !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
}

input,
select {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.btnlayout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#imgGo {
    background-color: #65b32e !important;
    width: 50% !important;
}

#imgLogout {
    width: 50% !important;
    background-color: white !important;
    color: black !important;
    border: 1px solid #000 !important;
}

.content {
    height: 100vh;
    width: 100%;
}

.left-image {
    display: none;
}

.right-image {
    display: none;
}



@media (max-width: 575px) {

    #img-logo {
        height: 100px;
    }

    .footer {

        font-size: 10px;
        margin-bottom: 24px;
        text-align: center;
        margin-top: 8px;
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .hand-logo {
        width: 100%;
    }

    .white-line {
        display: none;
    }

    .hand-image {
        border: 4px solid white;
        border-radius: 8px;
        padding: 4px;
        height: 80%;
    }

    .hand-logo-text {
        font-size: 24px;
        text-align: center;
    }

    .top-content {
        display: none;
    }

    section {
        padding: 16px 16px 0px;
        flex-direction: column;
        justify-content: space-evenly;
        background-image: none;
        background-color: #00984a;
    }

    .notch-image {
        display: flex;
        justify-content: center;
    }

    .second-logo {
        display: block;
        width: 60px;
    }

    .card-logo {
        display: flex;
        justify-content: space-between;
    }

    .third-column {
        display: none;
    }

    .login-box {
        width: 100%;
        padding: 10px;
    }

    .language,
    .inputFields {
        width: 100%;
        font-size: 14px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 8px;
    }

    .forgot-password {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .login-container {
        flex-direction: column;
        width: 90%;
    }



    .footer {
        font-size: 8px;
        text-align: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        padding: 24px;
    }



    .white-line {
        display: none;
    }

    .hand-image {
        border: 4px solid white;
        border-radius: 8px;
        padding: 4px;
        height: 90%;
    }

    .top-content {
        display: none;
    }

    .hand-logo {
        width: 100%;
    }

    .hand-logo-text {
        font-size: 24px;
        text-align: center;

    }

    .notch-image {
        display: flex;
        justify-content: center;
    }

    .second-logo {
        display: block;
        width: 60px;
    }

    .card-logo {
        display: flex;
        justify-content: space-between;
    }

    .third-column {
        display: none;
    }

    section {
        flex-direction: column;
        justify-content: space-evenly;
    }

    .login-box {
        width: 80% !important;
        padding: 15px;
    }

    .fields {
        margin: 10px 0;
    }

    .language,
    .inputFields {
        width: 100%;
    }

    .submit-btn {
        font-size: 16px;
        padding: 10px;
    }

    .inputFields::placeholder {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-container {
        flex-direction: column;
        width: 80%;
    }

    .left-image {
        display: block;
        position: absolute;
        left: 3%;
        top: 7%;
    }

    .right-image {
        display: block;
        position: absolute;
        right: 3%;
        top: 7%;

    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .footer {

        font-size: 16px;
        text-align: center;
        margin-top: 8px;
    }

    .white-line {
        display: none;
    }

    .hand-image {
        border: 4px solid white;
        border-radius: 8px;
        padding: 4px;
        height: 500px;
    }

    .top-content {
        display: none;
    }

    .hand-logo {
        width: 100%;
    }

    .hand-logo-text {
        font-size: 24px;
        text-align: center;

    }

    .notch-image {
        display: flex;
        justify-content: center;
    }

    .second-logo {
        display: block;
        width: 60px;
    }

    .card-logo {
        display: flex;
        justify-content: space-between;
    }

    .third-column {
        display: none;
    }

    section {
        padding: 10%;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .login-box {
        width: 60%;
        padding: 20px;
    }

    .fields {
        margin: 8px 0;
    }

    .language,
    .inputFields {
        width: 100%;
        font-size: 15px;
    }

    .submit-btn {
        font-size: 18px;
        padding: 10px;
    }

    .inputFields::placeholder {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .footer {

        font-size: 16px;
        text-align: center;
        margin-top: 24px;
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .white-line {
        display: none;
    }

    .hand-image {
        border: 4px solid white;
        border-radius: 8px;
        padding: 4px;
    }

    .hand-logo-text {
        font-size: 24px;
        text-align: center;

    }

    .hand-logo {
        width: 100%;
    }

    .login-box {
        width: 40%;
        padding: 20px;
    }

    .second-logo {
        display: none;
        width: 60px;
    }

    #footer {
        height: 45px;
    }


    .card-logo {
        display: flex;
        justify-content: space-between;
    }

    .third-column {
        display: none;
    }

    .fields {
        margin: 10px 0;
    }

    .language,
    .inputFields {
        width: 100%;
        font-size: 16px;
    }

    .submit-btn {
        font-size: 18px;
        padding: 10px;
    }

    .inputFields::placeholder {
        font-size: 14px;
    }

    .notch-image {
        width: 56% !important;
    }

    #img-logo {
        height: 100px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .login-box {
        width: 35%;
    }

    .imagefit{
        max-width: unset !important;
    }

    .footer {

        font-size: 16px;
        margin-bottom: 24px;
    }

    .second-logo {
        display: block;
        width: 60px;
    }

    .card-logo {
        display: flex;
        justify-content: space-between;
    }

    .third-column {
        display: none;
    }

    .fields {
        margin: 10px 0;
    }

    .language,
    .inputFields {
        width: 100%;
        font-size: 16px;
    }

    .submit-btn {
        font-size: 18px;
        padding: 10px;
    }

    .inputFields::placeholder {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    .login-box {
        width: 30%;
    }

    .second-logo {
        display: none;
        width: 60px;
    }

    .card-logo {
        display: flex;
        justify-content: space-between;
    }

    .submit-btn {
        font-size: 20px;
        padding: 10px;
    }

    .inputFields::placeholder {
        font-size: 16px;
    }

    .notch-image {
        display: flex;
        justify-content: end;
    }
}