#header div.logo{
    background-color: white;
}
#login div.logo{
    width: 100vw;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    background-size: cover;
}
#login div.logo img{
    display: none;
}
#login div.nag{
    width: 30vw;
    min-width: 400px;
    height: fit-content;
    position: relative;
    z-index: 2;
    background-color: white;
    margin:5vh 5vw;
    border-radius: 2rem;
    border: 1px solid var(--menu-border);
    box-shadow: 0.1rem 0.1rem 0.1rem 0rem var(--menu-border);
}
#login div.nag div.sgd{
    background-image: url('../img/owner.png?25');
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top center;
    margin-top: 1rem;
    position: relative;
    line-height: unset;
    height:220px;
}
#login div.nag div.sgd span{
    margin-top: 170px;
    display: inline-block;
}
#login div.include{
    position: relative;
    width: auto;
    bottom: unset;
    right: unset;
}