/* @include opacity(0.8);*/
/* @include center-block;*/
html, body {
  height: 100%;
}

body {
  font-size: 14px;
  background-color: #293a4a;
  color: #fff;
}
body #SecurityForm .container-fluid {
  max-width: 450px;
  margin: auto;
}
body #SecurityForm .container-fluid .main-content {
  background: #fff;
  color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 15px;
}
body #SecurityForm .main_logo {
  border: none;
  margin-bottom: 20px;
}
body #SecurityForm #SecurityContent {
  padding: 0 0 20px 0;
}
body #SecurityForm #SecurityContent p {
  color: #F9A31A;
  font-size: 16px;
  text-transform: uppercase;
}
body #SecurityForm form {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
body #SecurityForm form div.field {
  margin: 0 0 20px;
  float: left;
  width: 100%;
}
body #SecurityForm form div.field:last-child {
  margin-bottom: 10px;
}
body #SecurityForm form div.field.checkbox label {
  width: auto;
  padding-left: 10px;
}
body #SecurityForm form .middleColumn {
  width: 100%;
  float: left;
}
body #SecurityForm form .middleColumn input.text, body #SecurityForm form .middleColumn select, body #SecurityForm form .middleColumn textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
body #SecurityForm form label.checkbox {
  font-weight: 400;
  margin-left: 20px;
}
body #SecurityForm form input.checkbox {
  margin: 7px 4px 0;
}
body #SecurityForm form #ForgotPassword {
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
body #SecurityForm form #ForgotPassword a {
  color: #616161;
}
body #credits {
  margin: 20px 0;
}
body #credits p {
  font-size: 0.8em;
  font-style: italic;
  color: #03699B;
}
body #credits p a {
  color: #03699B;
  text-decoration: none;
}
body #credits p a:focus, body #credits p a:visited, body #credits p a:hover {
  text-decoration: underline;
}
body .vCenteredHolder {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
body .vCenteredHolder .vCenteredContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .vCenteredHolder .vCenteredContainer .vCenteredInner {
  flex-grow: 1;
}

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