body {
  margin: 0;
  padding: 0;
  color: #373737 !important;
  font-family: Open Sans, sans-serif !important;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 1.5em !important;
  background-color: #f6f5fa !important;
}

a, a:link, a:visited {
  color: #ef4723;
  font-weight: normal;
  text-decoration: underline;
}

a.more {
  color: #286090;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

p.first {
  margin-bottom: 10px
}

img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold !important;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 13px !important;
  margin: 0 0;
  text-transform: uppercase;
}

input[type="password"], input[type="text"] {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  border: 1px solid #bebebe;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 2px 4px;
  margin-bottom: 14px;
  color: #9c9c9c;
}

input[type="password"]:active, input[type="text"]:active {
  color: #373737;
}

#body_wrapper {
  width: 100%;
  display: table;
}

#body_wrapper .left-side, #body_wrapper .right-side {
  display: table-cell;
}

#body_wrapper .left-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

#body_wrapper .left-side.default-image {
  background: url("../images/portal/on-premis-image.png") no-repeat;
  background-size: 100%;
}

#body_wrapper .left-side iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  border: none;
}

#body_wrapper .right-side {
  width: 50%;
  float: right;
  margin-top: 50px;
}

.right-side a {
  color: #1885ca;
}

#site_title {
  float: left;
  margin: 0;
  width: 100%;
}

#loginForm {
  display: inline-block;
  margin: auto;
  text-align: left;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 3px #DDD;
  -webkit-box-shadow: 0px 0px 3px #DDD;
  -moz-box-shadow: 0px 0px 3px #DDD;
}

#loginForm .login_container .title {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
}

#loginForm .login_container input {
  border: 2px solid #e3e3e5;
  border-radius: 2px;
  padding: 7px;
}

.submit .btn, .sso-login .btn {
  text-decoration: none;
}

.submit .btn, .submit .btn a, .sso-login .btn {
  color: #fff;
}

.apply .submit {
  padding-bottom: 20px;
}

.login_container .forgot-password {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

#site_title h1 {
  margin: 0;
  padding: 0
}

#site_title h1 a {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  text-indent: -10000px;
  background: url(../images/new/qtest-logo.svg) no-repeat center center;
  background-size: contain;
}

.bggrey {
  background: #f6f5fa;
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  display: block;
}

.qtest-login {
  width: 800px;
  display: table;
  margin-bottom: 40px;
  clear: both;
  margin: 0 auto;
}

.qtest-login [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  padding: 0 23px;
}

.qtest-login .span3 {
  width: 304px;
}

.qtest-login .span3.last {
  margin-left: 0;
  border-left: none;
  width: 358px;
  min-height: 120px;
  border-right: solid 1px #333;
}

.qtest-login .span3.last h2 {
  float: right;
}

.qtest-login iframe {
  width: 302px;
}

.qtest-login .detailnews {
  text-align: right;
  font-style: italic;
  width: 350px;
  float: right;
}

.qtest-login .apply {
  font-style: italic;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.qtest-login .apply a {
  float: right;
}

.error-msg {
  clear: both;
  color: #ef4723;
  background: url(../images/new/error-msg.png) no-repeat top left;
  padding-left: 20px;
  background-position-y: 2px;
}

.tua-error-msg {
  clear: both;
  color: #ef4723;
  background: url(../images/new/error-msg.png) no-repeat top left;
  padding-left: 20px;
  padding-top: 10px;
  background-position-y: 12px;
  background-position-x: 245px;
}

.footer {
  width: 100%;
  text-align: center;
  font-size: 11px;
  clear: both;
  color: #545454;
}

.footer a {
  color: #1E64AF;
}

.footer .iconwidget {
  background: url(../images/new/widget_32x32.png) no-repeat;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-right: 10px;
}

.footer .tw {
  background-position: 0 0;
}

.footer .lin {
  background-position: 0 -32px;
}

.footer .gg {
  background-position: 0 -64px;
}

.footer .yt {
  background-position: 0 -96px;
}

.footer .qr {
  background-position: 0 -128px;
}

.footer .fb {
  background-position: 0 -160px;
}

/*Success Page*/
.sucesspage {
  background: #ffffff url(../images/new/body-success.png) top repeat-x;
}

.sucesspage #body_wrapper {
  width: 939px;
  padding-top: 26px;
  margin: 0 auto;
}

.sucesspage #site_title {
  margin-bottom: 0;
}

.sucesspage #site_title h1 a {
  background-position: top left;
  height: 35px;
}

.sucesspage .thankyou {
  background: url(../images/new/icon-success.png) top center no-repeat;
  width: 100%;
  clear: both;
  padding-top: 86px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #595959;
  line-height: 28px;
  margin-bottom: 21px;
}

.information {
  width: 100%;
  display: table;
  margin-bottom: 40px;
  clear: both;
}

.information [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  padding: 0 23px;
  color: #fff;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  height: 96px;
}

.information .span3.last {
  background: url(../images/new/breadcrum.png) top right no-repeat;
  text-align: right;
  padding-right: 35px;
  width: 284px;
  padding-top: 8px;
  height: 88px;
}

.information .span3.last.uppercase {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  padding-top: 32px;
  height: 64px;
}

.information .span3.text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 32px;
  width: 208px;
  font-size: 13px;
  font-style: normal;
}

.information .span3.text span {
  display: block;
  float: left;
  padding-top: 2px;
  margin-right: 5px;
}

.information .span3.text a {
  display: block;
  float: left;
  margin-top: 4px;
}

.zopim.meshim_components_FirstUse {
  display: none !important;
}

#uniform-rememberMe {
  margin-top: -1px;
}

#latestNews {
  float: right;
}

.qtest-login {
  border-spacing: 0 !important;
}

.qtest-login td {
  padding: 0 20px;
}

.qtest-login .left-cell {
  border-right: 1px solid #000;
  vertical-align: top;
}

.qtest-login .heading {
  text-align: right;
}

.login_container {
  width: 305px;
}

.login_container label {
  font-weight: 300;
  color: #9b9b9d;
}

.sso_container {
  width: 305px;
  margin-bottom: 15px;
}

.sso_container .submit {
  float: right;
  margin-top: -9px;
}

.sso_container .login-with {
  color: #4f4f51;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 210px;
  overflow: hidden;
  display: inline-block;
}

.sso_container_underline {
  width: 305px;
  height: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
  margin-bottom: 20px;
}

.sso_container_underline span {
  font-size: 14px;
  padding: 0 10px;
  background: #ffffff;
  font-weight: bold;
}

.sso_container .sso-login a {
  width: 100%;
}

.sso_container .description {
  margin-bottom: 7px;
}

#nativeLoginConfirmation a {
  text-decoration: none;
}

ul.loginform-left-content {
  text-align: right;
  font-style: italic;
  line-height: 22px;
}

ul.loginform-left-content li {
  list-style-type: none;
}

ul.loginform-left-content li a {
  text-decoration: none;
  background: url(../images/new/icon-row.png) 4px 2px no-repeat;
  padding-left: 20px
}

div.start-trial {
  margin-top: 10px;
}

#loginForm .btn, #loginForm .form-control {
  height: 40px;
}

#loginForm .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

#loginForm .btn.btn-primary {
  background-color: #3771d5;
  transition: background-color 0.3s ease;
}

#loginForm .btn.btn-primary:hover {
  background-color: #0b4f96;
}

a.tua_relogin_btn {
  text-decoration: none;
  color: #fff;
}

.tua_container {
  width: 305px;
}

.turn_off_tua_form {
  padding: 30px 10%;
}

.turn_off_tua_form .tua_off_btn {
  min-width: 80px;
}

.tua_off_btn~.tua_off_btn {
  margin-left: 15px;
}

.tua_off_group_button {
  padding-bottom: 40px;
}
