﻿/* Critical comment to prevent build error */
.frontend-header {
  position: relative;
  padding: 40px;
  background: white;
  text-align: center;
}
.frontend-content {
  background: white;
  text-align: center;
}
.frontend-footer {
  background: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 10px;
}
.login-frame {
  max-width: 350px;
  background: #b6c7c9;
  border: none;
  border-radius: 2px;
  padding: 20px;
  text-align: center;
  margin: 0 auto 30px auto;
  color: white;
}
.login-frame form {
  margin: 0;
}
.login-frame .login-controls {
  margin: 0 auto;
  text-align: left;
  max-width: 200px;
}
.login-frame .login-controls .k-textbox {
  margin-bottom: 10px;
  width: 100%;
}
.login-frame .login-controls .vm-button {
  width: 100%;
}
.login-frame .login-controls fieldset {
  margin-bottom: 10px;
}
.login-frame .login-links {
  text-align: center;
  margin-top: 10px;
}
.login-frame .login-links a {
  color: white;
  text-decoration: underline;
}
.notice-box {
  font-size: 1.4em;
  color: #617d90;
}
.notice-box i {
  margin-right: 10px;
}
.frontend-form {
  margin: 0 auto;
  max-width: 350px;
}