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;
}

.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%;
}

.btn2 {
    width:70%;
}
