.jumbotron {
  background-color: #FFF !important;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/assets/design2017/css/images/globe-bg-right.jpg);
}

.logo {
  width: 100%;
  background-image: url(/assets/views/account/images/logostack.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px;
  height: 100px;
  margin-bottom: 5px;
}

.loginButtons {
  text-align: center;
}
.loginButtons .googleLogin {
  box-sizing: border-box;
  width: 160px;
  height: 40px;
  display: inline-block;
  color: white;
  border-radius: 3px;
  font-family: "Roboto", "Open Sans", Arial;
  font-weight: 500;
  background-color: #4285F4;
  line-height: 40px;
  margin-left: auto;
  padding-left: 40px;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  font-size: 11pt;
  margin-left: 2px;
  margin-right: 2px;
}
.loginButtons .googleLogin .icon {
  border-radius: 3px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  background-size: 36px;
  background-image: url(../images/signon/googleIcon.png);
}
body.webp .loginButtons .googleLogin .icon {
  background-image: str-replace(str-replace(str-replace(str-replace("url(../images/signon/googleIcon.png)", "png", "webp"), "jpg", "webp"), "svg", "webp"), "/signon/", "/signon/webp/");
}
.loginButtons .lheader {
  height: 10px;
  position: relative;
  text-align: center;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.loginButtons .lheader .lbl {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  line-height: 10px;
  font-size: 8pt;
  z-index: 10;
  position: relative;
}
.loginButtons .lheader .lsplitter {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 1px;
  z-index: 1;
  background-color: #CCC;
}