﻿body {
    background-color: #f0f0f0;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
}

.top-header {
    background-color: #004B87;
    padding: 0.75rem;
}

.logo-container img {
    height: 40px;
}

.register-link {
    /* color: #004B87; */
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

    .register-link:hover {
        text-decoration: underline;
    }

.second-header {
    background-color: #dfe1e2;
    padding: 0.5rem;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
}

.login-container {
    background: white;
    padding: 1.75rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    max-width: 500px;
    margin: 2rem auto;
}

.form-control {
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius:10px !important;
}

.btn-primary {
    background-color: #4169E1;
    border: none;
    padding: 0.5rem 2rem;
}

.footer-logo {
    max-width: 200px;
    margin: 2rem auto;
}

.form-label {
    /*color: #666;*/
    /*margin-bottom: 0.5rem;*/
    /*font-weight : 600;*/
    font-size: 15px;
}

.password-input-container {
    position: relative;
}

.toggle-password {
    position:absolute;
    right:15px;
    top:31%;
    cursor: pointer;
    z-index:100;
    background:white;
}
