.top-right-logo {
    position: absolute;
    top: 20px;
    right: 20px;
}

.main-content {
    margin-top: 60px;
}

body {
    font-family: Arial, sans-serif;
    background-color: #001965;
    color: white;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    height: calc(100vh - 95px);
}

.left-side {
    display: flex;
    align-items: center;
    width: 40%;
}

.right-side {
    flex: 1;
    text-align: center;
}

.main-logo {
    width: 300px;
    margin-bottom: 20px;
    margin-left: 85px;
}

.vertical-line {
    border-left: 1px solid #1434A4;
    height: 20%;
    position: absolute;
    left: 38%;
    margin-left: -3px;
    top: 35%;
}

h1 {
    font-size: 80px;
    margin: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

p {
    margin-bottom: 30px;
}

.button {
    display: block;
    background-color: #2a918b;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 0;
}

.forgot-button {
    color: white;
    text-decoration: underline;
}

.secondary-button {
    display: block;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 5px;
    margin: 10px 0;
}

.copyright-section {
    font-size: 10px;
    background-color: #002C71;
    color: white;
    align-items: center;
}

.footer {
    text-align: center;
}

.footer p{
    color: white;
}
