﻿@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
pre,
code,
address,
form,
fieldset,
blockquote {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th,
caption {
  font-weight: normal;
  text-align: left;
}
img,
fieldset {
  border: 0;
}
ol {
  padding-left: 0;
  list-style: decimal;
}
ul {
  padding-left: 0;
  list-style: square;
}
q:before,
q:after {
  content: "";
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
html,
body {
  background-color: transparent !important;
}
.page-login {
  opacity: 1 !important;
}
.page-content {
  background: none !important;
  background-color: none !important;
  width: 100%;
}
.panel {
  background: none !important;
  width: 100% !important;
}
.panel-body {
  width: 100%;
  padding: 5px !important;
}
.panel-body form {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.panel-body form .form-group {
  margin-bottom: 2px;
}
.panel-body form label {
  color: black !important;
  font-size: 10px;
}
.panel-body form input,
.panel-body form select {
  border-color: #777 !important;
  border-radius: 0;
  height: 24px;
}
.panel-body form select {
  width: 100%;
  font-size: 14px;
}
.panel-body form textarea {
  border-color: #777 !important;
  border-radius: 0;
}
.panel-body form button {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  background-color: #15429B !important;
  border: 1px solid transparent !important;
  border-radius: 0;
  color: white !important;
  height: 36px;
}
.panel-body form button:hover {
  border-color: #15429B !important;
  color: #15429B !important;
  background-color: white !important;
}
.panel-body form .form-forgot-password a {
  font-size: 12px !important;
}
.panel-body .text-registry {
  font-size: 12px !important;
  text-align: center;
}
.panel-body .text-registry a {
  font-size: 12px !important;
}
.panel-body .gobacklink {
  font-size: 12px !important;
}
a {
  color: #15429B;
}
.brand-img {
  display: none;
}
.page-copyright {
  display: none;
}