#danger {
    display: none;
}
body,
html {
    background-image: url("../images/15972355_1513121615383704_5656383351644399241_o.jpg");
    height: 100%;
    width: 100%;
    background-size: contain;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left left;
    background-color: #FFF;
}
.login {
    color: #000;
    right: 0px;
}
#startlogin {
    position: absolute;
    right: 10%;
    width: 30%;
}
#name {
    font-size: 35px;
    text-transform: uppercase;
}
@media (max-width: 960px) {
    body,
    html {
        background-image: url("../images/15972355_1513121615383704_5656383351644399241_o_old.jpg");
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left left;
        background-color: #FFF;
    }
    #startlogin {
        position: absolute;
        width: 50%;
        left: 25%;
    }
}
@media (max-width: 680px) {
    body,
    html {
        background-image: url("../images/15972355_1513121615383704_5656383351644399241_o_old.jpg");
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left left;
        background-color: #FFF;
    }
    #startlogin {
        position: absolute;
        width: 80%;
        left: 10%;
    }
}