html,
body {
  height: 100%;
}
body {
  background: 0% 0% no-repeat #00AADE;
  position: relative;
  background-size: cover;
  background-position: center;
}
body .login-box {
  background-color: #fff;
  padding: 40px 60px 40px 60px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  z-index: 2;
}
body .login-box .icon-holder {
  text-align: center;
}
body .login-box .icon-holder svg {
  width: 69;
  height: 44;
}
body .login-box .icon-holder svg .froghead {
  fill: #0171b9;
}
body .login-box input[readonly] {
  cursor: pointer;
}
body .login-box button[type="submit"],
body .login-box a.btn {
  margin-top: 10px;
}
body .login-box a.release-info {
  color: #BCBDBF;
  font-weight: bold;
  margin-left: -13px;
}
body .login-box a.release-info:hover {
  color: #95989A;
}
body .login-box a.forgot {
  font-weight: bold;
  margin-right: -13px;
}
body .login-box a.forgot:hover {
  text-decoration: none;
}
body .valign-outer {
  display: table;
  height: 100%;
  width: 100%;
}
body .valign-inner {
  display: table-cell;
  vertical-align: middle;
}
body .iframe-block {
  margin-top: 25px;
  margin-bottom: 0px;
}
body h1,
body h5 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "bpreplayregular", Arial, sans-serif;
  font-weight: lighter;
}
body h1:only-child,
body h5 {
  margin-bottom: 38px;
}
body .find-out-more {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  font-family: "bpreplayregular", Arial, sans-serif;
  font-weight: lighter;
}
body .find-out-more a {
  height: 8em;
  float: right;
  width: 16em;
  margin: 0 auto;
  padding: 3em;
  z-index: 0;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  body .login-box a.release-info,
  body .login-box a.forgot {
    float: none!important;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
body.lalcd .login-box a.forgot {
  font-weight: normal;
  margin-right: 0px;
  margin-left: -13px;
  float: left !important;
}
body.lalcd .login-box a.forgot:hover {
  text-decoration: underline;
}
body.lalcd .find-out-more a {
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  float: none;
}
body.lalcd .find-out-more a:hover {
  background-color: rgba(0, 0, 0, 0.55);
}
@media (max-width: 768px) {
  body.lalcd .login-box a.forgot {
    width: inherit;
  }
}
