@keyframes rotate{to{transform:rotate(360deg)}}

html,body {
  height:100%;
  font-size:13px
}

body.login,
#loading-mask,
#bg,body.zarafa-welcome {
  margin:0;
  padding:0;
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDgwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2NjYztvcGFjaXR5Oi4yfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoMTkyMHYxMDgwSDB6IiBzdHlsZT0iZmlsbDojZmNmY2ZjIi8+PHBhdGggZD0iTTAgMjY1LjE2czIuNTctMi45MyAyMS42MSAxNS45M2wzNjQuODQgMzYxLjU3IDM2NC44NCAzNjEuNTdjMzAuNzEgMzAuNDMgMjguMzggNzUuNzQgMjguMzggNzUuNzRIMFYyNjUuMTZaIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNMCAwdjYyNGwxMzQuMzkgMTMzLjA3YzE5LjAzIDE4Ljg2IDQzLjk4IDI4LjMgNjguOTMgMjguM3M0OS45LTkuNDMgNjguOTMtMjguM0w2MzcuMDkgMzk1LjVsMzY0Ljg0LTM2MS41OEMxMDI4LjI5IDExLjY2IDEwMjQgMCAxMDI0IDBIMFpNMTkyMCAxMDgwaC0zNzdsLTE0NS43MS0xNDYuMWMtMTguOTQtMTkuMTItMjguNDItNDQuMTctMjguNDItNjkuMjIgMC0yNS4wNSA5LjQ3LTUwLjExIDI4LjQyLTY5LjIyTDE5MjAgMjY4djgxMloiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==) no-repeat center center;
  background-size:cover;
}

body.login.theme-basic:after,
body.theme-basic #loading-mask:after,
body.theme-basic #bg:after,
body.theme-basic.zarafa-welcome:after,
body.login.theme-highcontrast:after,
body.theme-highcontrast #loading-mask:after,
body.theme-highcontrast #bg:after,
body.theme-highcontrast.zarafa-welcome:after,
body.login.theme-dark:after,
body.theme-dark #loading-mask:after,
body.theme-dark #bg:after,
body.theme-dark.zarafa-welcome:after {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:0;
  padding:0;
  background-size:cover;
  z-index:-1
}

#loading-mask {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:20002;
}

body.login #form-container,
#loading-mask #form-container {
  display:inline-block;
  visibility:hidden;
  top:0;
  position:relative;
  overflow:hidden;
  z-index:20010;
  color:#222;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  width: 400px;
  min-height: 320px;
}

body.login #form-container #bg
,#loading-mask #form-container #bg {
  position:absolute;
  left:0;
  top:0;
  width: 400px;
  height: 320px;
}

body.login #form-container #content,
#loading-mask #form-container #content {
  padding: 35px 25px;
  background:rgba(243, 243, 243, 1.0);
  position:relative;
  min-width: 350px;
}

body.login #form-container #content:after,
#loading-mask #form-container #content:after {
  content:" ";
  display:block;
  clear:both
}

body.login #form-container .left,
#loading-mask #form-container .left {
}

body.login #form-container .right,
#loading-mask #form-container .right {
  width: 300px;
  min-height: 150px;
  margin: 40px auto 0px;
}

body.login #form-container h1,
#loading-mask #form-container h1 {
  font-size:36px !important;
  line-height:36px;
  font-weight:normal;
  margin:0 0 30px
} 

body.login #form-container h2,
#loading-mask #form-container h2 {
  font-size:13px;
  font-weight:normal;
  text-align:right 
}

body.login #form-container #logo,
#loading-mask #form-container #logo {
  background-size:160px auto;
  background-position: center;
  width: 100%;
  height:73px;
  background-image: url(https://vdgrommunio.s3.ca-central-1.amazonaws.com/LOGO_transp_sm.png);
  background-repeat: no-repeat;
  background-position: center;
}

body.login #form-container.loading,
#loading-mask #form-container.loading {
  visibility:visible
}

body.login #form-container.loading .right,
#loading-mask #form-container.loading .right {
  background:url(../../images/load.gif) no-repeat center center;
  animation:rotate 1.3s 0s infinite ease
}

body.login #form-container.loading .right h1,
body.login #form-container.loading .right form,
#loading-mask #form-container.loading .right h1,
#loading-mask #form-container.loading .right form {
  display:none
}

body.login>#form-container label {
  display:block;
  margin-bottom:0.5em
}

body.login>#form-container input[type="text"],
body.login>#form-container input[type="password"] {
  display:block;
  width:273px;
  padding: 5px !important;
  line-height: 1.5 !important;
  border-radius: 25px;
  border:1px solid #e6e6e6;
  padding:0 6px;
  padding-left: 20px !important;
  margin-bottom:15px;height:24px;
}

body.login>#form-container input:-webkit-autofill {
  -webkit-box-shadow:0 0 0px 1000px white inset
}

body.login>#form-container input:focus {
  outline:0;
  border-color:#3094e3
}

body.login>#form-container #password {
  margin-bottom:8px
}

body.login>#form-container #error {
  color:#e40023
}

body.login>#form-container #submitbutton {
  background:#0f70bd;
  color:white;
  height:28px;
  line-height:1.5;
  border:1px solid transparent;
  border-radius: 25px;
  padding:0 9px;
  width: 100%;
  margin:12px 0 0;
  box-shadow:0px 1px 1px 0px rgba(0,0,0,0.35)
}

body.login>#form-container #submitbutton:hover {
  background-color:#065fa5;
  cursor: pointer;
}

body.login>#form-container #submitbutton:active {
  background-color:#065fa5
}

body.login>#form-container #submitbutton:focus {
  box-shadow:0 0 0 1px #fff inset
}

.disclaimer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.grommunio-welcome-viewport .x-box-inner {
  overflow: auto !important;
}

/*# sourceMappingURL=login.css.map */
