body{
	 
	 background-repeat: no-repeat;
    background-position: center;
}

.water{
	position: fixed;
    opacity: 0.1;
    height: 50%;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    margin: auto auto;
}

.water2{
	background: url(../img/coat.png);
	 background-repeat: no-repeat;
    background-position: center;
}

.water-cont{
	text-align: center;
}

#page-wrapper{
	padding: 0 15px;
    min-height: 568px;
    background-color: white;
    background: url(../img/water.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-size: 50%; */
}

.panel-head{
    height: 52px !important;
}

.card-div{
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}