.navbar-1 {
    display: none;
} 

.login-body {
    display: block;
    align-items: center;
    width: 400px;
    margin: 5% auto 0px auto;
    border-radius: 5px;
    padding: 1%;
    background-color: var(--navbar-color);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

#logo {
    text-align: center;
    margin: 0% auto 10px auto;
}

.social-login-border {
    display: flex;
    justify-content: center;
    border-style: none;
    border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 2%;
    text-decoration: none;
    color: black;
}

.redirect-links {
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
}

.redirect-links a {
    text-decoration: none;
    color: rgb(0 128 255 / 90%);
}

#submit-button {
    transition: 0.5s text ease;
}