html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/*# sourceMappingURL=reset.css.map */
body {
  background-color: #7AB7D5;
  font-family: Helvetica, Arial;
}

#header {
  width: 100%;
  height: 145px;
  background: #FFFFFF;
}
#header img {
  display: block;
}

#login-image {
  height: 189px;
  width: 100%;
  background: url('../img/prev/interface/login_image.png?1452649504');
  background-repeat: no-repeat;
  background-position: center;
}

.login-error {
  font-size: 80%;
  color: #ba1010;
  margin: 10px 0;
}

#copy-wrapper {
  width: 80%;
  margin: 30px auto 0;
}
#copy-wrapper p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  width: 93%;
}
#copy-wrapper p.head-copy {
  color: #4F4F4F;
  font-size: 25px;
  font-weight: bold;
}
#copy-wrapper h3 {
  font-size: 23px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
}

.left,
.right {
  width: 48%;
  display: inline-block;
}

.left {
  border-right: 2px solid #FFFFFF;
}

.form-wrapper {
  width: 50%;
  margin: 0 auto;
}
.form-wrapper label {
  font-size: 15px;
  display: block;
  margin: 10px 0;
}
.form-wrapper input[type=text],
.form-wrapper input[type=password],
.form-wrapper input[type=email] {
  height: 30px;
  width: 286px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #cccccc;
  padding: 0 10px;
}
.form-wrapper input[type=submit] {
  width: 40%;
  height: 10%;
  display: block;
  background: #6AAD47;
  color: #FFFFFF;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  font-size: 75%;
  line-height: 200%;
}

a.forgot-password {
  margin-top: 10px;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #656565;
}

body.tnflexkit #tn-logo {
  display: block;
}
body.tnflexkit #pn-logo {
  display: none;
}

body.pnflexkit #tn-logo {
  display: none;
}
body.pnflexkit #pn-logo {
  display: block;
}

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