.page-login-v3::before{
	background: rgb(0,132,204);
    background: -moz-linear-gradient(top, rgba(0,132,204,1) 0%, rgba(0,97,165,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,132,204,1) 0%,rgba(0,97,165,1) 100%);
    background: linear-gradient(to bottom, rgba(0,132,204,1) 0%,rgba(0,97,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084cc', endColorstr='#0061a5',GradientType=0 );
}


.lgoin-logo{margin-bottom: 35px;}
.lgoin-logo a img{width: 240px;}
.error-help-block {
    color: red;
    text-align: left;
    width: 100%;
}

.page-login-v3 .panel .brand-text{font-size: 1.4rem !important; color:#888;}

.page-login-v3 form{margin-top: 30px;}

ul.php-error-block {
    padding-left: 15px;
}
.form-group{text-align: left;}

.loader-overlay{background: #e31837;}
