﻿.sf-form-cover{
	background: url(../images/bg.jpg);
	background-color: rgb(0, 188, 212); 
	background-size: cover;
	background-position: 50% 50%;
}

.has-danger input{
	position: relative;
	background:  url(../images/bg_check_03.png) right 10px center no-repeat;
	background-size: 12px;
}

.has-danger input:before{
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: #d9534f;
	position: absolute;
	right: 10px;
	top: 5px;
}

.has-success input,.has-success select,.has-success textArea{
	background:  url(../images/bg_check_true.png) right 5px center no-repeat;
	background-size: 26px;
}


.form-control-feedback{
	display: none;
}

.has-danger .form-control-feedback{
	display: block;
}

.has-success .form-control-feedback{
	display: none;
}