body{
    margin: 0;
    padding: 0;
    font-family: Futura, sans-serif, Arial;
    position: relative;
    min-height: 100vh;
    height: 100%;
}
body::before{
    content: "";
    position: absolute;
    background-image: url("../Assets/Header_Background.jpg");
    background-size: fill;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -2;
}

#e_email_address{
    display: none;
}

#e_username{
    display: none;
}

#e_password{
    display: none;
}

#e_confirm_password{
    display: none;
}

#error_popup{
    display: none;
}