body {
    background: url("IMG/landing.png") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.row {
    padding-top: 70vh;
}

.login {
    justify-content: center;
    max-height:7vw;
}

.box {
    width: 40%;
    max-width: 400px;
    margin:auto;
}

.fabo {
    background-image: url("IMG/misc/continue_w_facebook.png");
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.google {
    background-image: url("IMG/misc/btn_google_signin_light_normal_web@2x.png");
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

@media only screen and (max-width: 1200px) {
    .row {
        padding-top: 60vh;
      }
    
}