html body.bg-full-screen-image {
    background: #45d8e8;
}
.form-group .error{color:red;display:block}
#username-error{color:red;display:block}
#password-error{color:red;display:block}
	.row .error{color:red;display:block}
	.row .attribute-class{height:110px}
	.form-control.error{
    border-color: #f2676b !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 103, 107, 0.66) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 103, 107, 0.68) !important;
}
.card-link{
	color: #1E9FF2;
}
.particles-js-canvas-el{
	position:absolute
}
.app-content.content{
	background: url(/assets2/img/3.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
    background-size: cover !important;
}

.app-content.content:before{
position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000040;
    content: "";
    opacity: 0.85;
}