body, td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}

body {
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #F5F9FA;
}

.infomation {
  font-family: "myriad Pro";
  color: #75b42a;
  font-size: 20px;
  text-align: center;
}

.infomation2 {
  font-family: "myriad Pro";
  color: #36addc;
  font-size: 25px;
}

a.icon:link {
  color: #008fca;
  text-decoration: none;
}

a.icon:visited {
  text-decoration: none;
  color: #008fca;
}

a.icon:hover {
  color: #008fca;
  border-bottom: 1px dotted #008fca;
}

a.icon:active {
  text-decoration: none;
  color: #008fca;
}

a.footer:link {
  color: #666666;
  text-decoration: none;
}

a.footer:visited {
  text-decoration: none;
  color: #666666;
}

a.footer:hover {
  color: #333333;
  border-bottom: 1px dotted #333333;
}

a.footer:active {
  text-decoration: none;
  color: #333333;
}

.container {
  width: 930px;
  padding-top: 110px;
  margin: 50px auto 10px auto;
  background: url(../images/new/redesin-qtest-logo.png) no-repeat top center;
  background-size: 240px 55px;
}

#banner {
  width: 930px;
  height: 84px;
  background-image: url(../images/common/bg_banner.jpg);
  float: left;
}

#logo {
  padding: 7px 0px 0px 42px;
  float: left;
}

#right_banner {
  float: right;
  margin-top: 15px;
  font-size: 11px;
  text-align: right;
  margin-right: 43px;
}

#menu {
  text-align: right;
  padding-top: 15px;
}

.body_continue {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  position: relative;
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #DDD;
  -webkit-box-shadow: 0px 0px 3px #DDD;
  -moz-box-shadow: 0px 0px 3px #DDD;
  background: white;
}

#top_body {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding: 0 5px 25px 5px;
}

.content h1 {
  font-size: 20px;
}

.content h1, .content p {
  padding: 0 15px;
}

#footer {
  width: 858px;
  background-color: #F2F2F2;
  margin-left: auto;
  margin-right: auto;
}

#foot_top {
  height: 7px;
  background-image: url(../images/common/foot_top.gif);
}

#foot_middle {
  height: 118px;
  margin-top: 5px;
}

#foot_bottom {
  height: 7px;
  background-image: url(../images/common/foot_bottom.gif);
}

.content_foot {
  width: 130px;
  float: left;
  margin-left: 40px;
}

#end {
  width: 930px;
  height: 28px;
  background-image: url(../images/common/end.gif);
  text-align: center;
  padding-top: 8px;
  float: left;
}

#icon_foot {
  float: right;
  text-align: right;
  margin: 5px 20px 0px 0px
}

#icon_foot div {
  margin: 10px;
}

#icon_foot img {
  width: 36px;
  height: 35px;
}

#icon_foot a {
  margin: 10px;
}

.collum_left {
  margin-top: 40px;
  width: 400px;
  float: left;
}

.collum_right {
  width: 310px;
  float: right;
  background-image: url(../images/common/bg_regis.gif);
  border: 3px solid #e4d272;
  padding: 10px 0px 10px 10px;
  margin-bottom: 30px;
}

.status_sms {
  height: 10px;
  font-size: 10px;
  color: #990000;
  text-align: right;
  padding-right: 29px;
}

.field_signup {
  width: 312px;
  float: left;
  padding-left: 255px;
}

.sms_signup {
  width: 268px;
  float: right;
  padding-top: 22px;
}

.button_signup {
  width: 312px;
  float: left;
  padding: 10px 0px 20px 256px;
}

.hidden {
  display: none;
}

.input input {
  display: block;
  height: 30px;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #666;
  padding: 1px 12px 0 12px;
  margin: 0 auto;
  box-shadow: inset 0px 2px 2px #f2f2f2;
  -webkit-box-shadow: inset 0px 2px 2px #f2f2f2;
  -moz-box-shadow: inset 0px 2px 2px #f2f2f2;
}

.field-input label {
  display: block;
}

.field-input label {
  padding: 0 0 0 15px;
  margin-bottom: 2px;
}

.recaptcha_only_if_image {
  padding: 0px;
  margin-bottom: 2px;
}

.recaptcha_only_if_image_text {
  padding: 0px 0px 0px 15px;
  margin-bottom: 2px;
}

.submit input {
  display: inline-block;
  width: 66px;
  height: 27px;
  border: 0;
  outline: none;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  background: #239ADE;
  background: -moz-linear-gradient(top, #239ADE 0%, #1885C8 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #239ADE), color-stop(1, #1885C8));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px 1px #444;
  float: right;
  margin: 7px 0 0 8px;
  border: 1px solid #1180C5;
  -moz-box-shadow: inset 0 1px 0 #5AB3E6;
  -webkit-box-shadow: inset 0 1px 0 #5AB3E6;
  box-shadow: inset 0 1px 0 #5AB3E6;
  padding: 2px 6px 3px;
  cursor: pointer;
}

.submit input:active {
  position: relative;
  background: #1885C8;
  background: -moz-linear-gradient(top, #1885C8 0%, #239ADE 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #1885C8), color-stop(1, #239ADE));
}

.change-awskeys-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.change-awskeys-form {
  padding: 5px 5px 0px 5px;
}

.change-awskeys-form table {
  width: 100%;
}

.change-awskeys-form input {
  width: 95%;
}

.change-awskeys-submit {
  text-align: center;
}

.change-awskeys-submit input {
  width: auto !important;
}

.change-awskeys-error {
  font-style: italic;
  color: #FF0000;
}

.change-awskeys-success {
  color: #0000FF;
}

.new-style-button.submit input {
  margin: 8px 16px 0px 8px;
  border: 1px solid #CA461D;
  -moz-box-shadow: inset 0 1px 0 #5AB3E6;
  -webkit-box-shadow: inset 0 1px 0 #CA461D;
  box-shadow: inset 0 1px 0 #EB7D60;
  background: #D24C25;
  background: -moz-linear-gradient(top, #DE4623 0%, #C83918 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #DE4623), color-stop(1, #C83918));
}

.new-style-button.submit input:active {
  background: #D24C25;
  background: -moz-linear-gradient(top, #C83918 0%, #DE4623 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #C83918), color-stop(1, #C83918));
}

.copyright-info {
  font: 14px/1.6 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.footer-info {
  text-align: center;
  margin-top: 5px;
}

#forgotPasswordStep2Form {
  padding: 0 9px;
}

.field_common {
  width: 232px;
  float: left;
}

.sms_common {
  width: 268px;
  /* 	float: right; */
  padding-top: 50px;
}

.button_submit {
  width: 312px;
  float: left;
  padding: 10px 0px 0px 218px;
}

.body_continue #content {
  width: 360px;
  margin: 0 auto;
  padding: 10px 20px;
  position: absolute;
  top: -10px;
  left: -30px;
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #DDD;
  -webkit-box-shadow: 0px 0px 3px #DDD;
  -moz-box-shadow: 0px 0px 3px #DDD;
  background: white;
}

.body_continue #content .notice p {
  line-height: 20px;
}

.body_continue #content a {
  text-decoration: none;
  color: #0062A0;
}

.body_continue #content a:hover {
  text-decoration: underline;
}

.body_continue #content .notice #countDown {
  color: red;
}

.copyright-info {
  font: 14px/1.6 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.footer-info {
  text-align: center;
}

.activation-error-extra-space {
  height: 78px;
}

.activation-client-completed-extra-space {
  height: 110px;
}

.description {
  width: 100%;
  margin: 10px 10px 5px 5px;
}

.body_continue.body_captcha {
  width: 350px;
}

.body_captcha .input input {
  width: 280px;
}

.g-recaptcha {
  width: 300px;
  margin: 10px auto 0px;
}

body.new-design .left-side iframe {
  width: 50%;
  position: absolute;
  height: 100%;
  border: none;
}

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

body.new-design .right-side {
  width: 50%;
  float: right;
}

body.new-design {
  background-color: #e8e8e8;
  margin-top: 0px;
  font-family: "Open Sans", sans-serif !important;
}

body.new-design .field-input label {
  font-weight: normal;
  padding-left: 0px;
}

body.new-design #forgotPasswordStep1Form {
  padding: 0 15px;
}

body.new-design input {
  margin-bottom: 14px;
}

/*body.new-design .body_continue, .content {*/
  /*padding-bottom: 0px;*/
/*}*/

body.new-design .body_continue {
  margin-bottom: 15px;
}

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

body.new-design div.error label {
  color: #ef4723;
}

body.new-design .hint {
  padding-left: 12px;
}

body.new-design .container {
  background: none;
  padding-top: 0px;
  margin: 50px auto 10px;
}

body.new-design .container #site_title h1 {
  margin-top: 0px;
  margin-bottom: 15px;
}

body.new-design .container #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;
}

/* For new design, update followed by ticket https://agile.qasymphony.com/browse/QTE-6975*/
body.new-design {
  display: table;
  width: 100%;
  background-color: #f6f5fa;
  margin-top: 0px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 14px;
}

body.new-design .left-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

body.new-design .left-side iframe {
  width: 100%;
  height: 100%;
}

body.new-design .right-side {
  text-align: center;
}

body.new-design .left-side, body.new-design .right-side {
  display: table-cell;
}

body.new-design .body_continue {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  width: auto;
  padding: 50px;
  display: inline-block;
  border: none;
}

body.new-design .body_continue .content {
  width: 314px;
  text-align: left;
  padding-bottom: 0;
}

body.new-design #forgotPasswordStep1Form, body.new-design #forgotPasswordStep2Form {
  padding: 0;
}

body.new-design .content h1 {
  color: #4f4f51;
}

body.new-design .content h1, body.new-design .content p {
  padding: 0;
}

body.new-design .btn.btn-primary {
  background-color: #3771d5;
  border-color: #3771d5;
  width: 100%;
  margin-top: 12px;
  margin-bottom:0;
}

body.new-design .field-recapta .g-recaptcha{
  width: auto;
  margin: 0;
}

body.new-design .field-input label {
  color: #9b9b9d;
}

body.new-design .field-input input {
  border: 2px solid #e3e3e5;
  border-radius: 2px;
  padding: 7px;
}

body.new-design .field-input input, body.new-design .field-submit input {
  height: 40px;
}
