#logo {
    font-family: "Bebas Neue";
    font-size: 35px;
    color: rgba(255, 255, 255, 1);

    padding: 5px 10px;

    border: 3px solid rgba(26, 176, 166, 255);
}

#login-register {
    color: white;
}

body {
    background-repeat: no-repeat;
    font-family: "Bebas Neue";
    background-size: 100%;
    background-position: center center;
    background-color: rgba(1, 8, 22, 255);
}

nav {
    background: linear-gradient(to right, rgba(1, 8, 22, 255), rgba(6, 14, 39, 255));
    border-bottom: 7px solid rgba(26, 176, 166, 255);
    height: 100px;
}

#code {
    border: none;
    color: rgba(125, 155, 127, 255);
    font-size: 25px;
}

#code-label-id {
    border: none;
    border-radius: 0%;
    background-color: rgba(1, 8, 22, 255);
    color: rgba(115, 174, 120, 255);
    font-size: 25px;
}

#login-main-card {
    margin-top: 100px;
    display: none;
    /* margin-top: 150px; */
    /* height: 450px; */
    /* background-color: rgba(6, 14, 39, 0.9); */
    /* border-radius: 10%; */
}

#login-first-card {
    padding: 20px;
    /* height: 400px; */
    background-color: rgba(6, 14, 39, 0.9);
    border-radius: 30px;
}

#login-second-card {
    border-top: 2px solid gray;
    padding-top: 70px;
    margin: auto;
    color: white;

}

#submit-button {
    background-color: rgba(37, 150, 138, 255);
    border: 2px solid rgba(254, 215, 67, 255);
    font-size: 25px;
}

#email-label-id {
    border: none;
    border-radius: 0%;
    background-color: rgba(1, 8, 22, 255);
    color: rgba(115, 174, 120, 255);
    font-size: 25px;
}

#password-label-id {
    border: none;
    border-radius: 0%;
    background-color: rgba(1, 8, 22, 255);
    color: rgba(115, 174, 120, 255);
    font-size: 25px;
}

#email {
    border: none;
    color: rgba(125, 155, 127, 255);
    font-size: 25px;
}

#password {
    border: none;
    color: rgba(125, 155, 127, 255);
    font-size: 25px;
}

a {
    color: white;
}

a:hover {
    color: rgba(254, 215, 67, 255);
}

#toggler {
    border: 1px solid black;
}

/* new media query */

/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 768px) {

    body {
        font-size: 14px;
        background-size: cover;
        background-position: center left;

    }


    .navbar {
        height: 200px;

    }


    #toggler {
        height: 50px;
        color: white;
        border: 3px solid white;
    }

    #login-main-card {

        margin-top: 30px;
    }


}

@media (max-width: 800px) {

    body {
        font-size: 14px;
        background-size: cover;
        background-position: center left;

    }


    .navbar {
        height: 200px;

    }


    #toggler {
        height: 50px;
        color: white;
        border: 3px solid white;
    }

    #login-main-card {

        margin-top: 200px;
    }


}

/* @media (min-width:1024px){
    .navbar {
            height: 100px;
    
        }
    #login-main-card {
    
            margin-top: 50px;
        }
} */