body.loginsynccloud {
  background: #45abf9 url(bg_synccloud.png) no-repeat top center fixed;
  
  background-size: cover;

  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  
  min-height: 100vh;
  min-width: 100vw;
  margin: 0;
}
.FileExplorerLoginInputBG {
  width: 427px;
  height: 388px;
  margin-top: -80px;
  position: relative;
}
.logo {
  margin-bottom: 50px;
  margin-left: 50px;
  width: 500px;
  height: 200px;
}
.loading {
  position: absolute;
  top: 150px;
  left:150px;
  width: 150px;
}
