.label-left {
    text-align: left;
    display: block;
    font-weight: bold;
}


#id_username {
    font-size: 18px;
}

.container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

/* Left side image */

/* Right side content */
.right-content {
    flex: 2;
    padding: 20px;
}

@font-face {
    font-family: 'cambria';
    src: url('../fonts/cambria.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    overflow: hidden;
    font-family: 'cambria';

  }


a {
    text-decoration: none;
}

/* Optional: Add a hover effect for links */
a:hover {
    text-decoration: none; /* Keep underline removed */
    color: #007bff; /* Change color on hover */
}