.swpm-login-form-register-link {
    display: none;
}

.swpm-login-widget-form #forgot_pass {
    display: none;
}

.swpm-remember-checkbox {
  	display: none;
}

.swpm-rember-label {
   display: none;
}

#wpsl-result-list li p {
margin-bottom:10px;
}

.wpsl-acitve-details {
/*display: block !important;*/
}

/*******************************************************************************/

/* clears the divs from overlapping */
.clearFix {
  clear:both;
}

/* custom style to make font size larger */
.customText {
font-size: 16px !important;
line-height: 1.5em !important;
}

.customText p {
font-size: 16px !important;
line-height: 1.5em !important;
}

/* custom Row and Column styles */
.customRow {
  width:100%;
}
.customCol-1 {
  width:70%; 
  float: left;
}
.customCol-2 {
  width:60%;
  float: left;
}
.customCol-3 {
  width:50%;
  float: left;
}
.customCol-4 {
  width:40%;
  float: left;
}
.customCol-5 {
  width:30%;
  float: left;  
}

@media (max-width: 768px) {
  .customCol-1,
  .customCol-2,
  .customCol-3,
  .customCol-4,
  .customCol-5{
    width:100%; 
    float: none;
    margin-bottom: 20px;
  }
}

/*******************************************************************************/

/* custom call to action styles */
.customCTA {
  background-color: #bc123f;
  padding-top: 30px;
  padding-bottom: 30px;  
  border-radius: 10px;
  margin-bottom: 40px;
}

.customCTA .whiteText {
  color: #ffffff !important;
}

.customCTA h2 {
  color: #fff;
  /*font-size: 20px;*/
  font-weight: 700;   
}

/* class to center the text */
.centerText {
  text-align: center !important;
}

/* custom margin styles */
.marginTop30 {
  margin-top: 30px;  
}

.marginTop50 {
  margin-top: 50px;  
}


/*******************************************************************************/

/* general button styles */

.myBluebtn a {
  background-color: #012c7a !important;
  color: #ffffff;
  border: 2px solid #012c7a;
}

.myBluebtn a:hover {
  color: #ffffff;
  border: 2px solid #ffffff;  
  text-decoration: none;
}

.myRedbtn a {
  background-color: #bc123f !important;
  color: #ffffff;
  border: 2px solid #bc123f;
}

.myRedbtn a:hover {
  color: #ffffff;
  border: 2px solid #ffffff;  
  text-decoration: none;
}

/* gives links and button a focus */
a:focus,
.myRedbtn a:focus,
.myBluebtn a:focus {
  /*background-color: lightblue;*/
  border: 2px solid lightblue !important;
}