body {
    font-family: Arial, sans-serif;
    background-color: #1E3A5F;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.login-container {
    background-color: #2A4A73;
    border: 2px solid white;
    width: 650px;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: center;
}

h1, p , h2{
    text-align: left;
    width: 40%;
    margin-left: 0;
    text-align: center;
    font-size: 27px;
}

.tagline {
    font-size: 14px;
    margin-bottom: 20px;
    color: #c0d6e4;
}


input {
    width: 37%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 8px;
}

.forgot-password {
    display: block;
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline;
    margin-bottom: 20px;
}

button {
    padding: 10px 40px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
    background-color: #ffffff;
    color: #1b486b;
    font-weight: bold;
    transition: background 0.3s ease;
    margin-top: 10px; 
    
}

button:hover {
    background-color: #0066CC;
}

.button-container {
    display: flex;
    gap: 20px; 
}

.signup-prompt {
    font-size: 12px;
    margin-top: 20px;
}

.signup-prompt a {
    color: #ffffff;
    text-decoration: underline;
}
form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.clas{
    width: 330px;
    margin-top: 50px;
    position: absolute;
}
