body {
    /*color: #fff;*/
    font-size: 13px;
    line-height: 1.6;
}

* {
    border-radius: 0 !important;
}

.content {
    padding:20px 0;
}


.reg-page {
    /*background: none repeat scroll 0 0 #FEFEFE;*/ /*comment by milo 2014-08-27*/
    background:#bddfe9; /*added by by milo 2014-08-27*/
    border:none;
    box-shadow: 0 0 3px #EEEEEE;
   /* color: #555555;*/
    color: #fff;
    padding: 30px;
}
.reg-header {
    /*color: #555555;*/
    /*color: #fff;*/
    margin-bottom: 5px;
    text-align: center;
}
.reg-header h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.reg-page label {
    color: #777777;
}

.text-danger {
    background-color: #fff;
}

.btn-u {
    background: none repeat scroll 0 0 #3498DB;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    text-decoration: none;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.copyright {
        
    border-top: 1px solid #777777;
    font-size: 12px;
    padding: 11px 0 7px;
}

.logo {
	/*background:url(../images/councilpro.png) no-repeat;*/
    background: rgba(0, 0, 0, 0) url("../images/CouncilPRO_1.JPG") no-repeat scroll 0 0 / 300px auto;
	display:block;
	/*height:57px;*/
    height:96px;
	margin:0 auto;
	text-indent:-3000px;
	/*width:219px;*/
}
inout {
	margin:0 0 10px 0;
}
/*.councilpro_footer {
	background:url(../images/councilpro_s.png) no-repeat center;
	display:block;
	height:18px;
	margin:0 auto;
	text-indent:-3000px;
	width:98px;
}*/