/*
Theme Name: icbpi

Description: Dedicated Wordpress theme for ICBPI

*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700);
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* ----- !ERIC-MEYER-RESET ----- */
/* --- http://meyerweb.com/eric/tools/css/reset/	v2.0 | 20110126	License: none (public domain) --- */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*=== post reset ===*/
h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: bold;
}

h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-weight: bold;
}

h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  font-weight: bold;
}

h6 {
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  font-weight: bold;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}

ol {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
}

blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
  font-style: italic;
}

body {
  background: #3F4E67;
}

strong {
  font-weight: bold;
}

.container {
  width: 976px;
  margin: 25px auto;
}

.login-template {
  text-align: center;
}
.login-template .container {
  background: #F2F2F2;
}
.login-template header {
  margin-bottom: 50px;
}
.login-template footer {
  padding-top: 60px;
}
.login-template p {
  color: #666666;
  font-family: Segoe UI;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.login-template a.defaultsubmit {
  display: block;
  margin-top: 30px;
  width: 254px;
  margin-left: auto;
  margin-right: auto;
  height: 28px;
  padding-top: 12px;
}

p.motto {
  font-family: Segoe UI;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  margin: 0;
}

.defaultinput {
  width: 254px;
  height: 36px;
  text-align: left;
  font-family: 'Segoe UI';
  font-size: 16px;
  color: #BCBCBC;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #eeeeee;
}

.defaultsubmit {
  text-align: center;
  font-family: Segoe UI;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  border: 2px solid #eeeeee;
  width: 254px;
  height: 36px;
  background: #70A6DD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

div.error {
  border: 1px solid #cc0000;
  background: #ffa6a6;
  color: #000000;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
  margin: 0 auto 10px;
}

div.success {
  border: 1px solid #009900;
  background: #a3d696;
  display: table;
  color: #000000;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 10px;
}

div.warning {
  border: 1px solid #f2bc29;
  background: #f2dd29;
  display: table;
  color: #000000;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 10px;
}

.center-form {
  width: 256px;
  margin: 0 auto;
}
.center-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.center-form ul li {
  position: relative;
  margin-bottom: 10px;
}
.center-form ul li label {
  position: absolute;
  top: 13px;
  left: 2px;
  font-family: 'Segoe UI';
  font-size: 16px;
  color: #BCBCBC;
  font-style: normal;
  font-weight: bold;
}
.center-form .remembertoggle {
  float: left;
  margin: 0;
  cursor: pointer;
}
.center-form .remembertoggle label {
  font-family: Segoe UI;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #797979;
  cursor: pointer;
}
.center-form .remembertoggle input {
  cursor: pointer;
}
.center-form .lostpasslink {
  float: right;
  margin: 0;
  padding-top: 3px;
}
.center-form .lostpasslink a {
  font-family: Segoe UI;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #418AD3;
}
.center-form .lostpasslink a:hover {
  text-decoration: underline;
}
.center-form .defaultsubmit {
  margin-top: 20px;
}
