
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
}
body {
    min-height: 100vh;
    background-color: rgba(128, 255, 212, 0.44) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
}
.content {
    width: 400px;
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(13px);
    padding: 35px 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1;
    border-radius: 33px;
}
.content h1 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    color: black;
    font-family: 'Parisienne';
}
.content h1 span {
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-top: 5px;
    color: black;
}
input {
    background-color: #1d1b1b !important;
    color: white !important;
}
.input-box {
    position: relative;
    margin: 25px 0;
    height: 55px;
}
.input-box input {
    width: 100%;
    height: 100%;
    border-radius: 33px !important;
    padding: 20px 45px 20px 20px;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
}
.input-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.input-box i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px;
}
.remember label input[type="checkbox"] {
    accent-color: #fff;
    margin-right: 6px;
    cursor: pointer;
}
.remember a {
    color: #fff;
    font-size: 14px;
}
.remember a:hover {
    text-decoration: underline;
}
.btnn {
    background: #fff;
    color: #0a2862;
    width: 100%;
    height: 45px;
    border-radius: 33px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin: 30px 0 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border: none;
    transition: background-color 0.3s ease;
}
.btnn:hover {
    background-color: #cdd853;
    color: #fff;
}
.social-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(179, 228, 212, 1);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    z-index: 1000;
}
.social-footer a {
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 25px;
    background: #333;
    transition: background-color 0.3s ease;
    font-size: 14px;
    white-space: nowrap;
}
.social-footer a i {
    margin-right: 8px;
    font-size: 18px;
}
.social-footer a:hover {
    background-color: #cdd853;
    color: #fff;
}

@media (max-width: 480px) {
    .content {
        width: 90%;
        padding: 25px 20px;
    }
    .social-footer {
        padding: 12px 10px;
        gap: 10px;
    }
    .social-footer a {
        font-size: 13px;
        padding: 6px 10px;
    }
    .input-box {
        height: 50px;
    }
    .input-box input {
        padding: 15px 40px 15px 15px;
        font-size: 14px;
    }
}
.message {
    margin-top: 15px;
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    position: relative;
}
.message.error {
    background-color: rgba(0, 0, 0, 0.88);
    color: #a40000;
    border-radius: 33px !important;
}
.message.success {
    background-color: rgba(0, 255, 0, 0.7);
    color: #000;
    border-radius: 33px;
}
p.register-links {
    margin-top: 25px;
    text-align: center;
    color: #cdd853;
    font-weight: 500;
}
p.register-links a {
    color: black;
    margin: 0 8px;
    transition: opacity 0.3s ease;
}
p.register-links a:hover {
    opacity: 0.7;
}
.message.info {
background-color: rgba(0, 112, 255, 0.6);
color: #fff;
border-radius: 33px;
}

.link-verify-email {
color: #cdd853;
font-weight: 600;
text-decoration: underline;
cursor: pointer;
display: inline-block;
margin-top: 10px;
text-align: center;
}

.social-footer a:hover {
    background-color: #444;
    color: #fff;
}

/* Instagram */
.social-footer a:hover .ri-instagram-fill {
    color: #E4405F;
}

/* Facebook */
.social-footer a:hover .ri-facebook-fill {
    color: #1877F2;
}

/* Pinterest */
.social-footer a:hover .ri-pinterest-fill {
    color: #BD081C;
}

/* Twitter / X */
.social-footer a:hover .ri-twitter-fill {
    color: #1DA1F2;
}

/* TikTok */
.social-footer a:hover .ri-tiktok-fill {
    color: #69C9D0;
}

/* Snapchat */
.social-footer a:hover .ri-snapchat-fill {
    color: #FFFC00;
    text-shadow: 0 0 8px #FFFC00;
}

/* YouTube */
.social-footer a:hover .ri-youtube-fill {
    color: #FF0000;
}

/* Dribbble */
.social-footer a:hover .ri-dribbble-fill {
    color: #EA4C89;
}
