html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #EEEEEE;
    padding-bottom: 10px;
    margin: 0 0 45px;
}

.login-footer {
    font-size: 14px;
    height: auto;
    text-align: center;
}

.login-footer-warning {
    font-size: 12px;
    height: auto;
    text-align: center;
    font-weight: bold;
}

.logo {
	margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.logo-container {
    width: 230px;
}

.customer-logo-container {
 width: 350px;
 margin-left: auto;
 margin-right: auto;
 display: block;
 padding-top: 20px;
}

.build-info-span{
	position: absolute;
	font-size: 10px;
    font-weight: 100;
    color: #7F7F7F;
	bottom: 0;
	left: 0;
	padding-bottom: 5px;
}

.footer-container {
	vertical-align: bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
}

.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}

.form-signin-heading {
	font-size: 20px;
	display: block;
    color: #FFFFFF;
    border-radius: 6px;
    line-height: 2.3;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    cursor: default;
}

.vspace-50px {
    margin:0;
    padding:0;
    height:50px;
}

.form-group.required .control-label:before {
  content:"* ";
  color:red;
}

label, .btn, .form-control {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}

.btn {
    width:50%;
}

.registration-index-btn {
	width: 100%;
}

.customer-logout-btn {
    margin-top: 10px;
}

p.error-message-text {
	text-align: center;
}

p.success-message-text {
	color: #44a942;
	text-align: center;
}

.registration-index-btn-toolbar {
    width: 90%;
    float: left;
}

.customer-logout-btn {
    margin-top: 10px;
}

p.error-message-text {
    text-align: center;
}

p.success-message-text {
    color: #44a942;
    text-align: center;
}

.index-info-button-group {
	width: 100%;
	padding: 5px;
}

.button-group-link-button {
	height: 45px;
	width: 88%;
}

.button-group-contact-link-button {
	height: 45px;
	width: 50%;
}

.button-group-info-popover-button {
    width: 50px;
    padding-top: 7px;
    height: 45px;
    text-align: center;
    background: #585858;
}


.input-group-info-popover-button {
    width: 50px;
    height: 45px;
    text-align: center;
    padding-top: 7px;
}


.button-group-info-popover-logo {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 20px;
    height: 30px;
    text-align: center;
    width: 30px;
    font-weight: bold;
    line-height: 1.2;
    display:inline-block;
}

.input-group-info-popover-logo {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #000;
    border-radius: 50%;
    color: #000;
    float: right;
    font-size: 20px;
    height: 30px;
    text-align: center;
    width: 30px;
    font-weight: bold;
    line-height: 1.2;
    display:inline-block;
}

.input-group[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.form-control {
	height: 45px;
}

span.info-button-container {
	vertical-align: top;
}

.emails-info-button {
	height: 60px;
	padding-top: 15px;
}

div.input-parent-container {
	width: 100%;
}

form.index-signin {
	max-width: 600px;
}

h2.index-signin-heading {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

h2.registration-signing-heading-box {
	background-color: #32A9F4;
	font-size: 30px;
}

h2.form-signin-title {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 24px;
}

h3.registration-form-title {
	color: #2882CF;
}

.sms-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 7px !important;
}
