/*.login-image {
    background-image: url('../img/login-color.jpg');
    height: 100vh;
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.background-logo-load {
    width: 199px;
    background-image: url(https://icargo-public.s3-eu-west-1.amazonaws.com/live/images/company/logo/instaDispatchLogo1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    right: 0;
    margin: auto;
    text-align: center;
}*/

html { 
  background: url('../img/login-color.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.background-logo-load {
    width: 199px;
    background-image: url(https://icargo-public.s3-eu-west-1.amazonaws.com/live/images/company/logo/instaDispatchLogo1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    right: 0;
    margin: auto;
    text-align: center;
}