/* for/css/style.css */
@font-face {
    font-family: 'BR Hendrix';
    src: url('../fonts/BRHendrix-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

        body {
            margin: 0;
            padding: 0;
            font-family: 'BR Hendrix', Arial, sans-serif;
            background: url('../img/mainbg.png') no-repeat center center fixed;
            background-size: cover;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            overflow-x: hidden;
        }

.login-container {
    width: 300px;
    height: 450px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    margin: 120px 0px;
}

.logolog {
    width: 150px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1 {
    margin: 0 0 5px 0;
    color: #46514e;
    font-size: 24px;
    font-weight: bold;
}

.errorlog {
    color: rgb(225, 85, 34);
    text-align: center;
    font-size: 10px;
    padding: 0px 10px;
}

.subtitle {
    font-size: 12px;
    color: #46514e;
    margin: 0 0 30px 0;
}

.input-group {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #142855;
    z-index: 2;
}

input {
    width: 100%;
    height: 40px;
    padding: 12px 12px 12px 40px;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'BR Hendrix', Arial, sans-serif;
    position: relative;
    outline: none;
}

input::placeholder {
    color: #a5a5a5;
    opacity: 0.7;
    font-size: 16px;
}
input::-moz-placeholder {
    color: #a5a5a5;
    opacity: 0.7;
    font-size: 16px;
}
input::-webkit-input-placeholder {
    color: #a5a5a5;
    font-size: 16px;
}

.password-container {
    position: relative;
    width: 100%;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 2;
}

button {
    padding: 12px;
    background-color: #142855;
    color: white;
    border: none;
    border-radius: 0;
    clip-path: polygon(
        10px 0%,
        100% 0%,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        0% 100%,
        0% 10px
    );
    cursor: pointer;
    font-size: 16px;
    font-family: 'BR Hendrix', Arial, sans-serif;
    font-weight: bold;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}

button:hover {
    background-color: #0f1d3d;
    clip-path: polygon(
        12px 0%,
        100% 0%,
        100% calc(100% - 12px),
        calc(100% - 12px) 100%,
        0% 100%,
        0% 12px
    );
}

.buttonlog {
    width: 100%;
    padding: 12px;
    background-color: #142855;
    color: white;
    border: none;
    border-radius: 0;
    clip-path: polygon(
        10px 0%,
        100% 0%,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        0% 100%,
        0% 10px
    );
    cursor: pointer;
    font-size: 16px;
    font-family: 'BR Hendrix', Arial, sans-serif;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}

.buttonlog:hover {
    background-color: #0f1d3d;
    clip-path: polygon(
        12px 0%,
        100% 0%,
        100% calc(100% - 12px),
        calc(100% - 12px) 100%,
        0% 100%,
        0% 12px
    );
}
        .main-content {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-grow: 1;
            width: 100%;
            padding: 20px;
            box-sizing: border-box; 
        }

        .login-container {
            width: 100%;
            max-width: 300px;
        }

        footer {
            background-color: rgb(20,40,85);
            width: 100%;
            max-width: 1176px;
            padding: 40px 80px;
            text-align: left;
            font-family: 'BR Hendrix', Arial, sans-serif;
            color: #fff;
            margin: 0 auto;
            box-sizing: border-box; 
        }
        
        .footer-links {
            display: flex;
            gap: 20px;
            margin-bottom: 15px;
            flex-wrap: wrap;
            text-decoration: underline;
            text-underline-offset: 4px;
        }
        
        .footer-links a {
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            white-space: nowrap;
            font-size: 1.125rem;
            line-height: 1.25rem;
            letter-spacing: normal; 
        }
        
        .footer-text {
            margin-bottom: 15px;
            word-break: break-word;
            font-weight: 500;
            max-width: 44.1875rem;
            font-size: 0.875rem;
            line-height: 1rem;
            letter-spacing: normal;
        }
        
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid #ddd;
            padding-top: 15px;
            font-size: 12px;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .footer-bottom-links {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;       
        }
        
        .footer-bottom-links a {
            color: #fff;
            text-decoration: underline;
            text-underline-offset: 4px;
            white-space: nowrap;
            font-size: 0.730rem;
            line-height: 1rem;
            letter-spacing: normal;
            
        }
        
       .footer-links .separator {
            margin: 0px 0px 0px -20px;
            color: #fff;
            display: inline-flex;
            align-items: center;
        }
        
        .footer-links .separator svg {
            width: 25px;
            height: 25px;
            fill: currentColor;
        }

        .copyright {
            color: #fff;
            white-space: nowrap;
            font-size: 0.875rem;
            line-height: 1rem;
            letter-spacing: normal;
        }

        .social-links {
            display: flex;
            gap: 15px;
            align-items: center;
        }
        
        .social-links a {
            display: inline-block;
            width: 24px;
            height: 24px;
            transition: transform 0.2s;
        }
        
        .social-links a:hover {
            transform: scale(1.1);
        }
        
        .social-links img {
            width: 100%;
            height: auto;
        }

        @media (max-width: 768px) {
            footer {
                padding: 20px 15px;
            }
            
            .footer-text {
                font-size: 11px;
            }
            
            .footer-bottom-links {
                gap: 5px;
            }
            .login-container {
                margin-top: 100px;
            }
        }