html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  /*background-image: url("../img/login-bg.jpg");*/
  background: linear-gradient(to bottom right, #1c3259 30%, #636363 100%);
  background-size: 100% 1000px;
  background-repeat: no-repeat;

}
#wrap {
  flex: 1;
}
#logo{
	margin-top: 0px !important;
	padding: 10px !important;
}

#header{
	height: 64px !important;
}


#spanishLang, #englishLang, #portuguesLang, #frenchLang{
	cursor: pointer;
	
}
#spanishLang:hover, #englishLang:hover, #portuguesLang:hover, #frenchLang:hover{
  text-decoration: underline
}

@media (min-width: 769px) { 
  #kunakCloudLogo{
    float: none;
  }
   #loginForm{
    margin-top: 50px;
  }
}


@media (max-width: 768.99px){
  #kunakCloudLogo{
    float: none;
  }
  #loginForm{
    margin-top: 15px;
  }
}