.login-grid {
  margin: 20px auto;
  width: 1000px;
  font-size: 100%;
  line-height: 20px;
}
.login-grid .column {
  margin: 0 10px !important;
  display: inline-block;
  vertical-align: top;
}
.login-grid .column.left,
.login-grid .column.right {
  width: 240px;
}
.login-grid .column.middle {
  width: 450px;
}
.login-grid h1 {
  border: none !important;/* wiki container fix */
}
.login-grid h4 a {
  font-size: 20px !important;
}
.login-grid.default div,
.login-grid.custom .left.column div,
.login-grid.default span,
.login-grid.custom .left.column span,
.login-grid.default img,
.login-grid.custom .left.column img,
.login-grid.default a,
.login-grid.custom .left.column a,
.login-grid.default p,
.login-grid.custom .left.column p,
.login-grid.default h1,
.login-grid.custom .left.column h1,
.login-grid.default h2,
.login-grid.custom .left.column h2,
.login-grid.default h3,
.login-grid.custom .left.column h3,
.login-grid.default h4,
.login-grid.custom .left.column h4 {
  padding: 0;
  margin: 0;
}
.login-grid.default span.error,
.login-grid.custom .left.column span.error,
.login-grid.default span.warning,
.login-grid.custom .left.column span.warning,
.login-grid.default span.information,
.login-grid.custom .left.column span.information {
  padding: 10px 10px 10px 45px;
}
.login-grid.default a,
.login-grid.custom .left.column a {
  color: #0093b8;
  text-decoration: none;
  background: url("../images/newskin/login_page/bulletpoint.png") no-repeat right center;
  margin: 0;
  padding: 0 15px 0 0;
}
.login-grid.default a:hover,
.login-grid.custom .left.column a:hover {
  text-decoration: none !important;
}
.login-grid.default p,
.login-grid.custom .left.column p {
  font-size: 15px;
}
.login-grid.default .more,
.login-grid.custom .left.column .more {
  float: right;
  margin-top: 35px;
}
.login-grid.default .more a,
.login-grid.custom .left.column .more a {
  font-size: 11px !important;
}
.login-grid.default small,
.login-grid.custom .left.column small {
  font-size: 12px;
  line-height: 15px;
}
.login-grid.default .reg-banner-link,
.login-grid.custom .left.column .reg-banner-link {
  background-image: none;
  padding: 0;
}
.login-grid.default .reg-banner,
.login-grid.custom .left.column .reg-banner {
  color: #fff;
  display: block;
  height: 140px;
  width: 220px;
  text-align: center;
  background: #00a85d;
}
.login-grid.default .reg-banner h3,
.login-grid.custom .left.column .reg-banner h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  padding: 15px 5px 13px;
}
.login-grid.default .reg-banner .sub-label,
.login-grid.custom .left.column .reg-banner .sub-label {
  font-size: 20px;
  color: #eafff6;
}
.login-grid.default .kb,
.login-grid.custom .left.column .kb,
.login-grid.default .jf,
.login-grid.custom .left.column .jf,
.login-grid.default .login-box,
.login-grid.custom .left.column .login-box {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.login-grid.default .box_header_grey,
.login-grid.custom .left.column .box_header_grey {
  color: #fff;
  background-color: #5f5f5f;
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}
.login-grid.default .box_header_grey a,
.login-grid.custom .left.column .box_header_grey a {
  color: #fff;
  background-image: none;
  padding: 0;
  font-size: 16px;
}
.login-grid.default .box_header_green,
.login-grid.custom .left.column .box_header_green {
  color: #fff;
  display: block;
  padding: 10px;
  font-weight: bold;
  background-repeat: no-repeat;/* do not optimize this to inline otherwise IE8 will break! */
  background-position: right 10px center;
  background-image: url("../images/newskin/login_page/jf_header.png");
  background-color: #00a85d;
}
.login-grid.default .box_header_green a,
.login-grid.custom .left.column .box_header_green a {
  color: #fff;
  background-image: none;
  padding: 0;
  font-size: 16px;
}
.login-grid.default .kb_text a,
.login-grid.custom .left.column .kb_text a {
  display: block;
  background-position: bottom 5px right 5px;
  font-size: 15px;
}
.login-grid.default .jf_text,
.login-grid.custom .left.column .jf_text {
  background: url("../images/newskin/login_page/header_jf.png") no-repeat left top;
  padding: 18px 10px 20px 10px;
  font-size: 15px;
}
.login-grid.default .join_jf_button,
.login-grid.custom .left.column .join_jf_button {
  background: url("../images/newskin/login_page/button_jf.png") no-repeat;
  text-align: center;
  display: block;
  height: 40px;
  width: 174px;
  padding-top: 10px;
  margin: 10px 0 0 10px;
}
.login-grid.default .join_jf_button a,
.login-grid.custom .left.column .join_jf_button a {
  color: #121212;
  text-decoration: none;
  font-weight: bold;
  display: block;
  height: 40px;
  width: 174px;
  background-image: none;
  padding: 0;
  font-size: 15px;
}
.login-grid.default .kb_text,
.login-grid.custom .left.column .kb_text,
.login-grid.default .login_text,
.login-grid.custom .left.column .login_text {
  background: url("../images/newskin/login_page/header.png") no-repeat left top;
  padding: 18px 10px 20px 10px;
  font-size: 15px;
}
.login-grid.default .jf,
.login-grid.custom .left.column .jf {
  margin-top: 20px;
}
.login-grid.default .login-box a,
.login-grid.custom .left.column .login-box a {
  background-image: none;
  padding: 0;
}
.login-grid.default .login-box .box_header_grey,
.login-grid.custom .left.column .login-box .box_header_grey {
  color: #fff;
  display: block;
  padding: 10px 10px 10px 45px;
  font-weight: bold;
  background: #5f5f5f url("../images/newskin/login_page/icon_user.png") no-repeat 10px 10px;
}
.login-grid.default .login-box input,
.login-grid.custom .left.column .login-box input {
  margin: 2px 0px;
  padding: 1px 2px;
  border-color: #aaa;
  box-sizing: border-box;
}
.login-grid.default .login-box input[name="user"],
.login-grid.custom .left.column .login-box input[name="user"] {
  width: 100%;
}
.login-grid.default .login-box input[type="password"],
.login-grid.custom .left.column .login-box input[type="password"] {
  width: 60%;
}
.login-grid.default .rememberLabel input,
.login-grid.custom .left.column .rememberLabel input {
  vertical-align: middle;
}
.login-grid.default #loginForm .login_button,
.login-grid.custom .left.column #loginForm .login_button {
  text-align: center;
  display: block;
  min-height: 40px;
  height: 100%;
  width: 174px;
  margin: 10px 0 10px 22px;
  font-weight: bold;
  padding: 5px 5px;
  background: #fdfdfd;
  background: linear-gradient(180deg, #fdfdfd 0%, #f3f3f3 100%);
  -webkit-box-shadow: inset 0px 0px 1px 0px #d5d5d5;
  box-shadow: inset 0px 0px 1px 0px #d5d5d5;
  white-space: normal;
  line-height: 23px;
  border: 1px #d5d5d5 solid;
  font-size: 14px;
}
.login-grid.default .social-login-buttons,
.login-grid.custom .left.column .social-login-buttons {
  text-align: center;
  margin: 0.5em 0;
}
.login-grid.default .tab_grey,
.login-grid.custom .left.column .tab_grey {
  background-color: #f5f5f5;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  padding: 9px 30px 6px 10px;
  margin-top: 25px;
  display: inline-block;
}
.login-grid.default .tab_grey a,
.login-grid.custom .left.column .tab_grey a {
  color: #121212;
  background-image: none;
  padding: 0;
  font-size: 17px;
}
.login-grid.default .sep_wide,
.login-grid.custom .left.column .sep_wide {
  width: 100%;
  border-top: 5px solid #d1d1d1;
  margin-bottom: 20px;
}
.login-grid.default .sep_grey,
.login-grid.custom .left.column .sep_grey {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.login-grid.default .modules,
.login-grid.custom .left.column .modules {
  width: 450px;
}
.login-grid.default .modules td.module_icon,
.login-grid.custom .left.column .modules td.module_icon {
  width: 54px;
  height: 67px;
  display: block;
  background-position: 0px 8px;
  background-repeat: no-repeat;
}
.login-grid.default .modules td.module_icon.alm,
.login-grid.custom .left.column .modules td.module_icon.alm {
  background-image: url("../images/newskin/login_page/icon_alm.png");
}
.login-grid.default .modules td.module_icon.demand,
.login-grid.custom .left.column .modules td.module_icon.demand {
  background-image: url("../images/newskin/login_page/icon_demand.png");
}
.login-grid.default .modules td.module_icon.req,
.login-grid.custom .left.column .modules td.module_icon.req {
  background-image: url("../images/newskin/login_page/icon_req.png");
}
.login-grid.default .modules td.module_icon.dev,
.login-grid.custom .left.column .modules td.module_icon.dev {
  background-image: url("../images/newskin/login_page/icon_dev.png");
}
.login-grid.default .modules td.module_icon.qa,
.login-grid.custom .left.column .modules td.module_icon.qa {
  background-image: url("../images/newskin/login_page/icon_qa.png");
}
.login-grid.default .modules td.module_icon.devops,
.login-grid.custom .left.column .modules td.module_icon.devops {
  background-image: url("../images/newskin/login_page/icon_devops.png");
}
.login-grid.default .modules td.module_icon.service_desk,
.login-grid.custom .left.column .modules td.module_icon.service_desk {
  background-image: url("../images/newskin/login_page/icon_service_desk.png");
}
.login-grid.default .modules td.module_icon.safe,
.login-grid.custom .left.column .modules td.module_icon.safe {
  background-image: url("../images/newskin/login_page/icon_safe.png");
}
.login-grid.default .modules td.module_label,
.login-grid.custom .left.column .modules td.module_label {
  width: 166px;
  padding: 5px;
  letter-spacing: -0.5px;
}
.login-grid.default .modules a,
.login-grid.custom .left.column .modules a,
.login-grid.default .modules_new a,
.login-grid.custom .left.column .modules_new a {
  color: #121212;
  text-decoration: none;
  background-image: none;
  padding: 0;
  font-size: 16px;
}
.login-grid.default table.modules_new,
.login-grid.custom .left.column table.modules_new {
  width: 100%;
}
.login-grid.default table.modules_new a,
.login-grid.custom .left.column table.modules_new a {
  font-size: 13px;
  line-height: 1em;
  padding: 70px 5px 20px 5px;
  display: block;
}
.login-grid.default table.modules_new td.module_icon,
.login-grid.custom .left.column table.modules_new td.module_icon {
  background-repeat: no-repeat;
  background-position: center top;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
.login-grid.default table.modules_new td.module_icon.alm,
.login-grid.custom .left.column table.modules_new td.module_icon.alm {
  background-image: url("../images/newskin/login_page/icon_alm.png");
}
.login-grid.default table.modules_new td.module_icon.demand,
.login-grid.custom .left.column table.modules_new td.module_icon.demand {
  background-image: url("../images/newskin/login_page/icon_demand.png");
}
.login-grid.default table.modules_new td.module_icon.req,
.login-grid.custom .left.column table.modules_new td.module_icon.req {
  background-image: url("../images/newskin/login_page/icon_req.png");
}
.login-grid.default table.modules_new td.module_icon.dev,
.login-grid.custom .left.column table.modules_new td.module_icon.dev {
  background-image: url("../images/newskin/login_page/icon_dev.png");
}
.login-grid.default table.modules_new td.module_icon.qa,
.login-grid.custom .left.column table.modules_new td.module_icon.qa {
  background-image: url("../images/newskin/login_page/icon_qa.png");
}
.login-grid.default table.modules_new td.module_icon.devops,
.login-grid.custom .left.column table.modules_new td.module_icon.devops {
  background-image: url("../images/newskin/login_page/icon_devops.png");
}
.login-grid.default table.modules_new td.module_icon.risk,
.login-grid.custom .left.column table.modules_new td.module_icon.risk {
  background-image: url("../images/newskin/login_page/icon_risk.png");
}
.login-grid.default table.modules_new td.module_icon.variants,
.login-grid.custom .left.column table.modules_new td.module_icon.variants {
  background-image: url("../images/newskin/login_page/icon_variants.png");
}
.login-grid.default table.modules_new td.module_icon.auto,
.login-grid.custom .left.column table.modules_new td.module_icon.auto {
  background-image: url("../images/newskin/login_page/icon_auto.png");
}
.login-grid.default table.modules_new td.module_icon.aviation,
.login-grid.custom .left.column table.modules_new td.module_icon.aviation {
  background-image: url("../images/newskin/login_page/icon_aviation.png");
}
.login-grid.default table.modules_new td.module_icon.pharma,
.login-grid.custom .left.column table.modules_new td.module_icon.pharma {
  background-image: url("../images/newskin/login_page/icon_pharma.png");
}
.login-grid.default table.modules_new td.module_icon.medical,
.login-grid.custom .left.column table.modules_new td.module_icon.medical {
  background-image: url("../images/newskin/login_page/icon_medical.png");
}
.login-grid.default .card,
.login-grid.custom .left.column .card {
  display: block;
  width: 450px;
  height: 55px;
  margin-top: 20px;
  background-position: -10px 0px;
  background-repeat: no-repeat;
  font-size: 26px;
  letter-spacing: -1px;
  color: #121212;
  text-decoration: none;
  font-weight: bold;
  padding-top: 35px;
}
.login-grid.default .card.overview,
.login-grid.custom .left.column .card.overview {
  background-image: url("../images/newskin/login_page/banner_overview.png");
  padding-left: 80px;
}
.login-grid.default .card.success,
.login-grid.custom .left.column .card.success {
  background-image: url("../images/newskin/login_page/banner_success.png");
  padding-left: 90px;
}
.login-grid.default .card.blog,
.login-grid.custom .left.column .card.blog {
  background-image: url("../images/newskin/login_page/banner_blog.png");
  padding-left: 25px;
  padding-top: 25px;
  color: #ffffff;
  height: 180px;
  background-position: 0px 0px;
}
.login-grid.default .card.blog ul,
.login-grid.custom .left.column .card.blog ul {
  padding-left: 20px;
}
.login-grid.default .card.blog li,
.login-grid.custom .left.column .card.blog li {
  font-weight: bold;
  font-size: 19px;
  position: relative;
  text-indent: -6px;
  color: #121212;
}
.login-grid.default .card a,
.login-grid.custom .left.column .card a {
  font-weight: bold;
}
.login-grid.default .videos_banner,
.login-grid.custom .left.column .videos_banner {
  display: block;
  width: 220px;
  height: 148px;
  text-decoration: none;
  color: white;
  background: url("../images/newskin/login_page/banner_videos.png") no-repeat;
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: -0.5px;
  padding-top: 12px;
  text-align: center;
}
.login-grid.default .vid_01,
.login-grid.custom .left.column .vid_01 {
  background: url("../images/newskin/login_page/vid_01.png") no-repeat top;
  height: 76px;
  width: 135px;
  margin-bottom: 10px;
}
.login-grid.default .vid_02,
.login-grid.custom .left.column .vid_02 {
  background: url("../images/newskin/login_page/vid_02.png") no-repeat top;
  height: 76px;
  width: 135px;
  margin: 20px 0 10px 0;
}
.login-grid.default .vid_01 a,
.login-grid.custom .left.column .vid_01 a,
.login-grid.default .vid_02 a,
.login-grid.custom .left.column .vid_02 a {
  text-decoration: none;
  background-image: none;
  padding: 0;
  height: 76px;
  width: 135px;
  display: block;
}
/* info messages fixes */
.login-grid.default .infoMessages .error,
.login-grid.custom .left.column .infoMessages .error,
.login-grid.default .infoMessages .warning,
.login-grid.custom .left.column .infoMessages .warning,
.login-grid.default .infoMessages .information,
.login-grid.custom .left.column .infoMessages .information {
  background-position: 3px center;
  margin: 0;
}
.login-grid.default .infoMessages ul,
.login-grid.custom .left.column .infoMessages ul {
  padding-left: 35px;
}
.login-grid.default .infoMessages ul li,
.login-grid.custom .left.column .infoMessages ul li {
  font-size: 11px;
  min-height: 25px;
  line-height: 25px;
}
/* RSS feed */
.login-grid.default .wikichartbox,
.login-grid.custom .left.column .wikichartbox {
  padding: 0 !important;
  border: none;
}
.login-grid.default div.wikichartbox th,
.login-grid.custom .left.column div.wikichartbox th {
  display: none;
}
.login-grid.default .column.middle h1,
.login-grid.custom .left.column .column.middle h1 {
  background: url("../images/newskin/login_page/cb_logo.png") no-repeat;
  background-size: 308px 61px;
  height: 61px;
}
.login-grid.default .column.middle h2,
.login-grid.custom .left.column .column.middle h2 {
  font-size: 26px;
  margin-top: 10px;
  font-weight: bold;
}
.login-grid.default .column.middle h4,
.login-grid.custom .left.column .column.middle h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 20px;
}
.login-grid.default a.video_what_is,
.login-grid.custom .left.column a.video_what_is {
  text-decoration: none;
  display: block;
  width: 450px;
  height: 240px;
  background: url("../images/newskin/login_page/video_what_is.png") no-repeat;
}
.login-grid.default a.video_getting_started,
.login-grid.custom .left.column a.video_getting_started {
  text-decoration: none;
  display: block;
  width: 450px;
  height: 240px;
  background: url("../images/newskin/login_page/video_getting_started.png") no-repeat;
}
.login-grid.default a.video_why_codebeamer,
.login-grid.custom .left.column a.video_why_codebeamer {
  text-decoration: none;
  display: block;
  width: 450px;
  height: 240px;
  background: url("../images/newskin/login_page/video_why_codebeamer.png") no-repeat;
  margin-top: 20px;
}
.login-grid.default .sub-header,
.login-grid.custom .left.column .sub-header {
  border-top: 1px solid #f5f5f5;
  padding: 10px;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.login-grid.default table.blog_news_feed,
.login-grid.custom .left.column table.blog_news_feed {
  width: 100%;
  margin-top: 20px;
}
.login-grid.default table.blog_news_feed .feedPlugin a,
.login-grid.custom .left.column table.blog_news_feed .feedPlugin a {
  background-image: none !important;
}
.login-grid.default table.blog_news_feed td.header,
.login-grid.custom .left.column table.blog_news_feed td.header {
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  padding: 10px;
}
.login-grid.default table.blog_news_feed td.news_feed,
.login-grid.custom .left.column table.blog_news_feed td.news_feed {
  border: 1px solid #d1d1d1;
  padding: 5px;
}
.login-grid.default table.blog_news_feed td.news_feed_more,
.login-grid.custom .left.column table.blog_news_feed td.news_feed_more {
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
}
.login-grid.default table.blog_news_feed td.news_feed_more a,
.login-grid.custom .left.column table.blog_news_feed td.news_feed_more a {
  font-size: 12px;
}
div.badge {
  width: 240px;
  height: 250px;
  background-repeat: no-repeat;
  background-color: #00a85d;
  background-image: none;
}
div.badge.dashboard {
  background-image: url("../images/newskin/login_page/banner_dashboard.png");
  color: #ffffff;
  background-position: bottom;
}
div.badge.intland_blog {
  background-image: url("../images/newskin/login_page/intland-blog-box.png");
  color: #ffffff;
  background-position: bottom;
}
div.badge.intland_blog ul {
  padding: 0 10px;
  margin: 0;
}
div.badge.intland_blog ul li {
  font-size: 18px;
  color: white;
}
div.badge_text {
  font-size: 15px;
  padding: 0px 10px 10px 20px !important;
}
div.badge_header_text {
  font-size: 32px;
  font-weight: bold;
  padding: 10px 20px 10px 20px !important;
  line-height: 32px;
}
div.badge_header_text.intland_blog_header {
  font-size: 24px;
  text-align: center;
  padding-bottom: 3px !important;
}
a.badge {
  display: block;
  padding: 0px 0px 20px 0px !important;
}
div.learn_more {
  background-color: #008248;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  width: 240px;
}
.newskin .login-page a {
  /* .newskin is needed to increase CSS specificity */
  font-size: 15px;
}
.IE8.newskin .login-page .box_header_green {
  background-position: 122px center;
}
/* Styling for custom content */
.login-grid.custom > .middle.column {
  display: none;
}
.login-grid.custom .right.column {
  width: 680px;
}
.loginOr {
  text-align: center;
}
/* Simple login for signature generation */
.simpleLoginContainer {
  width: 100%;
  margin: 0 !important;
}
.simpleLoginContainer input[type="password"] {
  width: 100% !important;
}
.simpleLoginContainer .login_button {
  margin-left: 0 !important;
}
