 .column {
    float: left;
    width: 50%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  #password_rules ul li {
    /*font-size: 12px;
    font-weight: normal;*/
    color: #ec3f41;
  }
  
  #password_rules ul li.complete {
    color: #5DB406;
  }

  .invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
  }

  .valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}







.pricing-table2 .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
  text-transform: uppercase;
}

.pricing-table2 .item {

  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative;
  min-height:450px;
}

.pricing-table2 .item button {
  display:block;
  font-weight: 600; 
}
/*
.pricing-table .ribbon {
  /*width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}*/

.pricing-table2 .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pricing-table2 .features .feature {
  font-weight: 600; }

.pricing-table2 .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px; 
}

.pricing-table2 .price h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9; 
}