   /* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Container Styling */
body {
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #ffffff;
}

.container {
    display: grid;
    grid-template-columns: 60% 40%;
    width: 100%;
    height: 100%;
}

.welcome-section {
    height: 100%;
    flex: 1;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* color: white; */
    overflow: hidden;
}

.welcome-section h1 {
    font-size: 3rem;
    text-align: center;
}

.login-section {
    flex: 1;
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
}

.login-section h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-family: "DM Serif Display", serif;
    color: #aa4126;
    max-width: 400px;
    margin: 50px auto;
    margin-top: 23px;
    line-height: 1.1;
    font-weight: 400;
    margin-left: unset;
}

.login-section p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #888;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.login-form label {
    
     */
    font-weight: bold;
}



.remember-me {
    display: flex;
    align-items: center;
}

.remember-me input {
    margin-right: 10px;
}

.btn {
    background: #aa4126 !important;
    color: white !important;
    padding: 12px;
    font-size: 1.1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: var(--secondary-color);
}

.footer-links {
    margin-top: 20px;
    font-size: 1.1rem;
    text-align: center;
}

.footer-links a {
    color: #aa4126;
    text-decoration: none;
    margin: 0 5px;
}

.footer-links a:hover {
    text-decoration: underline;
}


h2 {}

img.fwewef {
    height: 100%;
}

h2.forg_pass {
    font-family: "DM Serif Display", serif;
    font-size: 1em;
    margin-top: 70px;
}

p {}

p.forg_p {
    margin-bottom: 20px;
}

.container.login {
    max-width: 100%;
    padding: unset;
    background: white;
}

img#login_logo {
    text-align: center;
    display: block;
    vertical-align: unset;
}

div#verified-page {
    display: flex;
    width: 600px;
    height: 100%;
}