body, html {
    height: 100%;	
}

.card-container.card {
    width: 350px;
    padding: 40px 40px;
}
.pageWrapper {min-height:100%;position:relative;padding-bottom:100px;}
.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #f7f7f7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 30px;
    /* shadows and rounded borders */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
	background:transparent;
	border-radius:4px;
	border: 2px solid #c5c5c5;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}

.form-signin #inputEmail:focus,
.form-signin #inputPassword:focus {border-color: #a9a9a9;}

.btn.btn-signin {
    background-color: #037cae;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
	cursor:pointer;
	opacity:0.9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
	margin-top:15px;
}
.btn.btn-signin:hover {opacity:1;}

.forgot-password {
    color: rgb(104, 145, 162);
	text-align:center;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}


.userIcon {font-size: 50px;color: #c5c5c5;border: 2px solid #c5c5c5;padding: 15px;border-radius: 50%;}
.centerImg {margin:0px auto;}
.m-t-50 {margin-top:50px;}
.m-t-0 {margin-top:0px;}


.loginFooter {padding:15px;position:absolute;bottom:0px;left:0px;width:100%;text-align:center;}
.loginFooter .footerInner{border-left:1px solid #c5c5c5;}
.loginFooter .footerInner.noBrdr{border-left:none;}
.loginFooter .footerInfo{border-top:1px solid #c5c5c5;padding-top:15px;}
.loginFooter .footerInner .glyphicon{font-size:18px;color:#037cae;position:relative;top:4px;margin-right:5px;}
.loginFooter .footerInner .footerTxt{color:#989898;}
.loginFooter .footerTitle{color:#037cae;}
.loginFooter .footerTitle span{position:relative;padding:0px 15px;display:inline-block;}
.loginFooter .footerTitle span:before, .loginFooter .footerTitle span:after {content:"";height:1px;background:#c5c5c5;width:30px;position:absolute;top:10px;}
.loginFooter .footerTitle span:before{right:100%;}
.loginFooter .footerTitle span:after{left:100%;}

.field-validation-error
{
    color:red;
}

@media screen and (max-width:767px) {
    .pageWrapper {padding-bottom:180px;}
	.loginFooter {text-align:left;}
	.loginFooter .footerInner {border:none;margin:5px 0px;}
	.card-container.card {width: 100%;}
}













