.modal-footer {   border-top: 0px; }

 /*..................
Registration
 .................. */
 
 .modal-header { background-color:#3FCF7F;
min-height: 16.43px;
padding: 1px; color:White;
 border-bottom: 0px solid #e5e5e5; 
}.modal-footer {   border-top: 0px; }

.modal-content {
position: relative;
background-color: #FFF;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
}


.modal-footer { 
padding: 19px 20px 20px;
margin-top: 15px;
text-align: right;
border-top: 0px solid #e5e5e5;
}
.form-group {
margin-bottom: 5px;
}
.error-page 
{
   
    /*margin-bottom :10px;*/ font-weight:normal;
    color:red;
}

 .form-control:focus {
	border-color: #13c4a5;
	-webkit-box-shadow: none;
	box-shadow: none;}
	
	
	.bold{  font-weight:bold; color: #7a7676;}
   
   .no-padding{ padding:0}