body {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #ebebeb;
      }

      .form-signin {
        max-width: 90%;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #f3f3f3;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
         border-radius: 10px;
		-moz-box-shadow: 0 0 6px 2px #b0b2ab;
		-webkit-box-shadow: 0 0 6px 2px #b0b2ab;
		box-shadow: 0 0 6px 2px #b0b2ab;
      }
	  .alert-coz{
		 -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
         border-radius: 9px;
		//-moz-box-shadow: 0 0 6px 2px #b0b2ab;
		//-webkit-box-shadow: 0 0 6px 2px #b0b2ab;
		//box-shadow: 0 0 6px 2px #b0b2ab;
	  }
	  .well-coz{
 	    max-width: 100%;
        padding: 19px 29px 29px;
        margin: 0 auto 0px;
        background-color: #f3f3f3;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
         border-radius: 10px;
		-moz-box-shadow: 0 0 6px 2px #b0b2ab;
		-webkit-box-shadow: 0 0 6px 2px #b0b2ab;
		box-shadow: 0 0 6px 2px #b0b2ab;
	   }
	   
	  .form-signin:hover, .well-coz:hover {
		background-color: #F6F6F6;
		-moz-box-shadow: 0 0 12px 3px #b0b2ab;
		-webkit-box-shadow: 0 0 12px 3px #b0b2ab;
		box-shadow: 0 0 12px 3px #b0b2ab;
	}
	  
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        //height: 40px;
        //margin-bottom: 15px;
        //padding: 7px 9px;
		background-color:#fff;
		
      }

.pricing-table .plan {
border-radius: 5px;
text-align: center;
background-color: #f3f3f3;
-moz-box-shadow: 0 0 6px 2px #b0b2ab;
-webkit-box-shadow: 0 0 6px 2px #b0b2ab;
box-shadow: 0 0 6px 2px #b0b2ab;
}
.plan:hover {
background-color: #fff;
-moz-box-shadow: 0 0 12px 3px #b0b2ab;
-webkit-box-shadow: 0 0 12px 3px #b0b2ab;
box-shadow: 0 0 12px 3px #b0b2ab;
}
.plan {
padding: 20px;
color: #ff;
background-color: #5e5f59;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.plan-name-bronze {
padding: 20px;
color: #fff;
background-color: #665D1E;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.plan-name-silver {
padding: 20px;
color: #fff;
background-color: #C0C0C0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.plan-name-gold {
padding: 20px;
color: #fff;
background-color: #FFD700;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.pricing-table-bronze {
padding: 20px;
color: #fff;
background-color: #f89406;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.pricing-table .plan .plan-name span {
font-size: 20px;
}
.pricing-table .plan ul {
list-style: none;
margin: 0;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.pricing-table .plan ul li.plan-feature {
padding: 15px 10px;
border-top: 1px solid #c5c8c0;
}
.pricing-three-column {
margin: 0 auto;
width: 80%;
}
.pricing-variable-height .plan {
float: none;
margin-left: 2%;
vertical-align: bottom;
display: inline-block;
zoom:1;
*display:inline;
}
.plan-mouseover .plan-name {
background-color: #4e9a06 !important;
}
.btn-plan-select {
padding: 8px 25px;
font-size: 18px;
}

/* Extended dropdown-menu for span and scrolling -- Start */
.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-menu > li > span:hover,
.dropdown-menu > li > span:focus,
.dropdown-submenu:hover > span,
.dropdown-submenu:focus > span {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > li > span:hover > [class^="icon-"],
.dropdown-menu > li > span:focus > [class^="icon-"],

.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
 max-height: 358px;
 overflow: auto;
}
/* Extended dropdown-menu for span and scrolling -- End */

/* Extended Modal header -- Start */
.modal-header .alert-danger,
.alert-error {
  color: red;
  background-color: #d9edf7;
  border-color: #eed3d7;
  border-radius: 6px 6px 6px 6px;
  padding: 4px 4px 4px 4px;
}

.modal-body .alert-danger,
.alert-error {
  color: red;
  background-color: #f2dede;
  border-color: #eed3d7;
  border-radius: 6px 6px 6px 6px;
  padding: 4px 4px 4px 4px;
}

.modal-body .alert-danger,
.alert-error {
  color: red;
  background-color: #f2dede;
  border-color: #eed3d7;
  border-radius: 6px 6px 6px 6px;
  padding: 4px 4px 4px 4px;
}

.modal-body .alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* Extended Modal header -- Start */