body{
    background-image: url("account bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100vh;
    width: 100vw;
    margin-left:auto;
    margin-right:auto;
    background-size:cover;
    /* width: 971px; */
    z-index: 2;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.site_naam {
    color: rgb(0, 0, 0);
    position: relative;
    margin-left: 25% ;
    margin-top: 10%;
    text-align: center;
    height: 70px;
    width: 400px;
    border-radius: 30px;
    background-color: #fefefe;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.75;
   
}

.Logo {
    position:fixed;
    top: 10px;
    right: 10px;
    width: 200px;
    height: 200px;
}

.login {
    color:rgb(0, 0, 0);
    position: fixed;
    bottom: 70px;
    left: 150px;
    height: 50px;
    width: 100px;
    border-radius: 30px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.75;
    
}

.mail {
    color:rgb(0, 0, 0);
    position:fixed;
    bottom: 70px;
    right: 50px;
    height: 50px;
    width: 200px;
    border-radius: 30px;
    background-color: #fcfcfc;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.75;
}