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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA4ODEwNSIgeTE9IjAuMTQ2NjMxIiB4Mj0iMS4wODgxMDUiIHkyPSIwLjg1MzM2OSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxYzI5ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmN2FhMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-attachment: fixed;
  background-image: -moz-linear-gradient(329deg, #51c29d, #1f7aa3);
  background-image: -webkit-linear-gradient(329deg, #51c29d, #1f7aa3);
  background-image: linear-gradient(121deg, #51c29d, #1f7aa3);
}

/*
 * Open Sans's bold font did not like right when serving from WebSphere.
 * This font is a close approximation.
 */
h1 {
  font-family: "Verdana";
  font-weight: bold;
  color: #3B5997;
  font-size: 40px;
  text-align: center;
  margin-top: 20px;
  clear: both;
}
h1 span {
  font-weight: normal;
}
h2 {
  color: #0C8A7A;
  font: 600 14px / 25px 'Open Sans';
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
}

.loginRecover h1, .loginConfirm h1 {
  margin-top: 10px;
}

img.logo {
  display: block;
  margin: 0;
  float: right;
  max-width: 130px;
  clear: both;
  padding-top: 10px;
}

.loginConfirm img.logo {
  padding-top: 0;
}

.loginRegister img.logo, .loginReset img.logo {
  padding-top: 20px;
}

/***********************************************/
.vector {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

div.form {
  padding: 20px;
  margin-top: 230px;
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  div.form {
    margin-top: 20px;
  }
}
div.form div.links {
  float: right;
}
div.form input, div.form label {
  font-size: 14.5px;
  font-family: "Open Sans", serif;
  font-weight: 300;
}
div.form button.submit {
  height: 30px;
  width: 260px;
  background-color: #9ECC2F;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
}
div.form button.submit span {
  padding-right: 30px;
}
div.form button.other {
	font-family: "Open Sans", sans-serif !important;
}
div.form a.forgot {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  display: block;
  margin-top: 22px;
  text-align: center;
  max-width: 160px;
}
div.form div.question {
  width: 80%;
  min-height: 75px;
  border: 1px solid #94BED2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 21px;
  background: url("../../Image/Icons/exclamation.png") no-repeat 5% 50%;
  padding: 2px;
  margin-bottom: 40px;
  font-size: 14px;
}

.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
  left: 0;
}

.right-addon .glyphicon {
  right: 0;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

div.form_splash {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA4ODEwNSIgeTE9IjAuMTQ2NjMxIiB4Mj0iMS4wODgxMDUiIHkyPSIwLjg1MzM2OSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZjFlZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZWFlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(329deg, #dff1ef, #d9eaee);
  background-image: -webkit-linear-gradient(329deg, #dff1ef, #d9eaee);
  background-image: linear-gradient(121deg, #dff1ef, #d9eaee);
  margin-top: 260px;
  font-family: "Open Sans", sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div.form_splash h1 {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  div.form_splash {
    margin-top: 20px;
  }
  div.form_splash button.button {
    margin-bottom: 10px;
  }
  div.form_splash {
    margin-top: 20px;
  }
}
div.form_splash img.logo {
  margin-bottom: 30px;
  margin-top: 0px;
}
div.row {
  margin-bottom: 30px;
}
div.form_splash button.button {
  height: 30px;
  width: 150px;
  background-color: #9ECC2F;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}
div.form_splash button.button span {
  padding-right: 10px;
}
div.form_splash p {
  font-weight: 400;
  color: #565A5A;
  font-size: 14px;
}

div.unsupported {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-top: 150px;
}
@media screen and (max-width: 992px) {
  div.unsupported {
    margin-top: 20px;
  }
}
div.unsupported img {
  width: 100px;
  height: 100px;
}
div.unsupported div.wrap {
  background-color: #EEEEEE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 21px;
}
div.unsupported div.wrap h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
div.unsupported div.wrap h2 + p {
  font-weight: 600;
  margin-bottom: 20px;
}
div.unsupported div.wrap span.markRed {
  color: #AA4745;
}
div.unsupported div.footer {
  margin-top: 20px;
  font-size: 13px;
}
div.unsupported h4 {
  margin-top: 10px;
}
div.unsupported h4 a {
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  div.unsupported {
    margin-top: 20px;
  }
}
div.unsupported div.try {
  width: 150px;
  height: 40px;
  font-size: 17px;
  background-color: #F0AD4E;
  color: #ffffff;
  font-family: Roboto, serif;
}

footer {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}

div.loginRecover {
  font-family: "Open Sans", sans-serif;
}
div.loginRecover h2 {
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: left;
}
div.loginRecover h2 + p {
  margin-top: 5px;
  margin-bottom: 20px;
}
div.loginRecover form.recover {
  margin-top: 20px;
}
button.back {
  background-color: #E5E5E5;
}
button.back span {
  padding-right: 5px;
}
div.loginRecover button.subm {
  background-color: #35AA47;
  color: #ffffff;
}
div.loginRecover button.subm span {
  padding-left: 5px;
}

div.loginRegister {
  font-family: "Open Sans", sans-serif;
}
div.loginRegister h2 {
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: left;
}
div.loginRegister h2 + p {
  margin-top: 5px;
  margin-bottom: 20px;
}
div.loginRegister button.subm {
  background-color: #35AA47;
  color: #ffffff;
}
div.loginRegister button.subm span {
  padding-left: 5px;
}
div.loginReset div.info {
  background-color: #D9EDF7;
  border-left: none;
  color: #7C7EA8;
  margin-bottom: 20px;
}
div.loginReset div.info p {
  padding: 21px;
}
div.loginReset h2 {
  text-align: left;
}
div.loginReset button.reset {
  font-family: "Open Sans", sans-serif !important;
  background-color: #35AA47;
  color: #ffffff;
}
div.loginReset button.reset span {
  padding-left: 5px;
}

div.login {
  font-family: "Open Sans", sans-serif !important;
}
div.info {
  background-color: #F9F0F0;
  border-left: 5px solid #DCA7B0;
  margin-bottom: 20px;
}
div.info p {
  padding: 15px;
}
div.terms {
  background-color: #D9EDF7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 21px;
  font-weight: 400;
  color: #565A5A;
  font-size: 14px;
}

div.form_terms {
    margin-top: 20px;
    margin-bottom: 20px;
}
.nuBttn:disabled {
   color:grey;
}