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

section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

section .kids{
    position: absolute;
    bottom: -30px;
    scale: 0.65;
    pointer-events: none;
}

section .kids {
    animation: animateKids 51s linear infinite;
}

@keyframes animateKids {
    0% {
        transform: translateX(calc(100% + 100vw));
    }
    50% {
        transform: translateX(calc(-100% - 100vw));
    }
    50.01% {
        transform: translateX(calc(-100% - 100vw)) rotateY(180deg);
    }
    100% {
        transform: translateX(calc(100% + 100vw)) rotateY(180deg);
    }
}


.login {
    width: 30%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -100px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    border: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    flex-direction: column;
    gap: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.login h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2 em;
    font-family: "Muli-Regular";
    font-weight: 600;
    color: #8f2c24;
    margin-bottom: 10px;
}

.login .inputBox {
    position: relative;
}

.login .inputBox input {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    outline: none;
    font-size: 1.25em;
    font-family: "Muli-Regular";
    color: #8f2c24;
    border-radius: 5px;
    background: #fff;
    border: none;
    margin-bottom: 30px;
}

.login .inputBox ::placeholder {
    color: #8f2c24;
}

.login .inputBox #btn {
    position: relative;
    border: none;
    outline: none;
    background: #8f2c24;
    color: #fff;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 500;
    transition: 0.5s;
}

.login .inputBox #btn:hover {
    background: #d64c42;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.login .group {
    display: flex;
    justify-content: space-between;
}

.login .group a {
    font-size: 1.25em;
    font-family: "Muli-Regular";
    color: #8f2c24;
    font-weight: 500;
    text-decoration: underline;
}

.login .group a:nth-child(2) {
    text-decoration: underline;
}

.leaves {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}

.leaves .set {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.leaves .set div {
    position: absolute;
    display: block;
}

.leaves .set div:nth-child(1) {
    left: 20%;
    animation: animate 20s linear infinite;
}

.leaves .set div:nth-child(2) {
    left: 50%;
    animation: animate 14s linear infinite;
}

.leaves .set div:nth-child(3) {
    left: 70%;
    animation: animate 12s linear infinite;
}

.leaves .set div:nth-child(4) {
    left: 5%;
    animation: animate 15s linear infinite;
}

.leaves .set div:nth-child(5) {
    left: 85%;
    animation: animate 18s linear infinite;
}

.leaves .set div:nth-child(6) {
    left: 90%;
    animation: animate 12s linear infinite;
}

.leaves .set div:nth-child(7) {
    left: 15%;
    animation: animate 14s linear infinite;
}

.leaves .set div:nth-child(8) {
    left: 60%;
    animation: animate 15s linear infinite;
}
.leaves .set div:nth-child(9) {
    left: 30%;
    animation: animate 16s linear infinite;
}


@keyframes animate {
    0% {
        opacity: 0;
        top: -10%;
        transform: translateX(20px) rotate(0deg);
    }
    10% {
        opacity: 1;
    }
    20% {
        transform: translateX(-20px) rotate(45deg);
    }
    40% {
        transform: translateX(-20px) rotate(90deg);
    }
    60% {
        transform: translateX(20px) rotate(180deg);
    }
    80% {
        transform: translateX(-20px) rotate(45deg);
    }
    100% {
        top: 110%;
        transform: translateX(20px) rotate(225deg);
    }
}
.error-message {
    color: #8f2c24;
    font-weight: bold;
    font-family: "Muli-Regular";
    margin-top: -5px;
    text-align: center;
    display: block;
}


.leaves .set div:nth-child(1) { left: 20%; animation: animate 20s linear infinite; }
.leaves .set div:nth-child(2) { left: 50%; animation: animate 14s linear infinite; }
.leaves .set div:nth-child(3) { left: 70%; animation: animate 12s linear infinite; }
.leaves .set div:nth-child(4) { left: 5%; animation: animate 15s linear infinite; }
.leaves .set div:nth-child(5) { left: 85%; animation: animate 18s linear infinite; }
.leaves .set div:nth-child(6) { left: 90%; animation: animate 12s linear infinite; }
.leaves .set div:nth-child(7) { left: 15%; animation: animate 14s linear infinite; }
.leaves .set div:nth-child(8) { left: 60%; animation: animate 15s linear infinite; }
.leaves .set div:nth-child(9) { left: 30%; animation: animate 16s linear infinite; }

@keyframes animate {
    0% {opacity: 0;
        top: -10%;
        transform: translateX(20px) rotate(0deg);}
    10% {opacity: 1; }
    20% { transform: translateX(-20px) rotate(45deg);}
    40% {transform: translateX(-20px) rotate(90deg);}
    60% {transform: translateX(20px) rotate(180deg);}
    80% {transform: translateX(-20px) rotate(45deg); }
    100% {top: 110%; transform: translateX(20px) rotate(225deg);}}












