#page-wrapper {
  position: relative;
  min-height: 100vh;
  padding-bottom:136px;
}
.navbar-brand img {
	height: 60px;
}
.section-heading {
	background:#18b4b8 url(../images/heading-bg.png) no-repeat;
	background-position:center center;
	background-size:cover;
}
.section-heading h1 {
	color: #ffffff;
	font-weight: 700;
	margin:0
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left:0;
}
#footer::before {
	content: "";
	background: #ecf2f6 url(../images/pattern.png) repeat-x left top;
	height: 12px;
	width: 100%;
	display: block;
	position: absolute;
	top: -12px;
	background-size: auto 100%;
}
.footer-logo img {
	height: 60px;
}
.copyright-text {
	margin-top: 10px;
	font-size: 15px;
	color: rgba(255,255,255,0.4);
	line-height: normal;
}
.copyright-text a {
	color: rgba(255,255,255,0.4);
}
.copyright-text a:hover,
.copyright-text a:focus {
	color: rgba(255,255,255,1);
}
td.cls_td_action {
    text-align: center;
    width: 100px;
}
.welcome-screen {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.welcome-screen .welcome-left {
    height: 100%;
    width: 60%;
    float: left;
    background:#008285 url(../images/login-bg.jpg);
}
.welcome-screen .welcome-right {
    height: 100%;
    width:40%;
    float:right;
	background:#ffffff;
	position:relative;
}
.welcome-content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 400px;
    margin: auto;
}
.welcome-content .branding {
    margin-bottom: 1rem;
}
.welcome-content .branding img {
    height: 80px;
    display: block;
    margin: auto;
}
.welcome-content h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #222222;
}
.welcome-content .btn {
    margin: 1rem 0;
}