html, body, p, td, div, li a, .btn-ppol, .meta, .ss button, input, textarea {
  font-family: 'Roboto', 'Arial', sans-serif !important;
}
input:focus, select:focus, button:focus {
  outline:none;
}
body.body-login {
	margin:0;
  padding:0;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
}
.login-left {
  display: table-cell;
  height: 100%;
  width: 50%;
  min-width: 500px;
  position: relative;
}
  .login-left.login-left-help {
    width: 100%;
  }
.login-right {
  display: table-cell;
  height: 100%;
  width: 50%;
  vertical-align: top;
  background: white;
}
@media screen and (max-width: 800px) {
  .login-right {
    display: none;
  }
}
.release-notes-banner {
  display: table;
  width: 100%;
  padding: 10px 0;
  background: rgba(0,0,0,0.3);
  text-align: center;
  font-size: 11pt;
  color: white;
}
.login-main {
    margin: 10% auto 0;
    width: 31%;
    text-align: center;
    padding: 2% 4% 5%;
    border: 1px solid #ddd;
    border-radius: 8px;

}
.login-main.login-main-help {
  width: 450px;
  padding: 6% 0 0 0;
}

.login-main .logo {
  margin-bottom: 25px;
}

.login-main .tag {
  margin: 0 0 15px;
  color: #121212;
  font-size: 15pt;
}

.login-main .logo img {
  width: 190px;
  height: 25px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.login-field {
  position: relative;
}
.if-t {
  color: #676767;
  top: 15px;
  left: 10px;
  background:white;
  padding: 0 5px;
  position: absolute;
  display: none;
  font-size: 16px;
  z-index: 99
}
.if-t.o {
  color: #007eff;
}
.if-t.ip {
  left: 10px;
  top: -10px;
  display: block;
  font-size: 13px;
}
 .text-input {
  width: 100%;
  display: block;
  padding: 13px 15px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color:#444;
  font-size: 16px;
  margin: 5px 0 10px;

}
.text-input:focus {
  border-color: #007eff;
  color: #007eff;
}
.submit-input {
  background: #007eff;
  color: white;
  border-radius: 2px;
  border:0;
  padding: 5px 10px;
  width: 100%;
  display: block;
  border: 1px solid rgba(0,0,0,0.15);
  cursor: pointer;
}
.submit-input:hover {
  color: white !important;
  text-decoration: none;
}
.meta {
  color: rgba(255,255,255,0.95);
  display: block;
  text-align:left; 
  padding:10px 0 5px;
}
.banner {
  width:100%; 
  display:table; 
  height:100%; 
}
  .banner h1 {
    font-weight: bold;
    margin:0;
    padding:0;
    font-size: 28pt;
    color: #708090;
  }
  .banner p {
    font-size: 14pt;
    margin:0;
    padding:0;
    color: #708090;
    opacity: 0.85;
    padding-top: 20px; margin-top: 15px; border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
.productivity {
    margin: 0 auto;
    padding: 5% 5% 0;
    text-align: center;
    position: absolute;
}

.error, .success {
    color: #a94442;
    text-align: center;
}

.error-i {
  display: none;
  color: #cc0000;
  font-size: 8pt;
  margin: -5px 0 10px 5px;
  text-align: left;
}

.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.error h1, .success h1 {
  font-weight: normal;
  display: block;
  margin: 0;
  font-size: 14pt;
}
.jump {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 10ptpx;
  font-weight: 400;
  line-height: 1.42857;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: Arial;
  font-size: 13pt;
  transition:all .218s ease 0s;
  box-shadow: 0 -15px 0 rgba(0, 0, 0, 0.05) inset;
  background-color: #FFFFFF;
  color: #333333;
}
.jump:hover {
  background-color: #f3f3f3;
  color: #000;
  text-decoration: none;
}
.login-footer {
  text-align: center;
  margin: 20px 0 0;
}
.login-footer a {
  color: #888;
  font-size: 11pt;
  margin: 0 5px;

}
.login-footer .footer-right {
  padding-right: 20px;
}
.login-help {
  color: #007eff;
  font-size: 11pt;
  margin-top: 5px;
  display: inline-block;
}
.login-help:hover {
  color: #007eff;
}
.note {
    border: 1px solid #faebcc;
  background: #fcf8e3;
    color: #8a6d3b;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 15px;
}
.error-link, .success-link {
  color: #a94442;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.success-link {
  color: #3c763d;
}

.sh-p {
  font-size: 18px;
  color: #888;
  position: absolute;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  top: 18px;
}

.sh-p .fa-eye-slash, .sh-p.o .fa-eye { display: none; }
.sh-p.o .fa-eye-slash  { display: inline-block; }

.hd { display: none; }

#emailUserTag {
  margin-bottom: 20px;
}

#emailUserTag .t {
    display: inline-block;
    font-size: 11pt;
    border: 1px solid #ddd;
    padding: 3px 18px;
    border-radius: 14px;
    font-weight: bold;
    cursor: pointer;
}

.acct {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  text-align: left;
  cursor: pointer;
  transition: all 200ms ease;
  color: #007eff;
}

.acct:hover {
  background: rgba(0,126,255,0.1);
}

  .acct .acct-url {
    font-size: 8pt;
    color: #888;
  }

.ver {
  color: #888;
}
