#wpmem_login {
	display: none;
}
input::placeholder {
  color: #aaa;
  font-size: 1rem;
}
.link-text.top-margin {
	margin-top: 50px;
}
.link-text {
    text-align: right;
    margin-top: 15px;
}
.link-text a{
	color: rgba(244, 67, 54,0.8);
	border-bottom: 1px dashed rgba(244, 67, 54,0.8);
}

.right {
	text-align: right;
}
.rememberme-label {
	margin:10px 0;
	display: inline-block!important;
}
body input[type="checkbox"] + label:before {
top:0;
}
body input[type="checkbox"] + label:after {
display: none;
}

.wpmem_msg {
padding-top: 2rem;
margin: auto;
box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 2px solid rgb(244, 67, 54);
    color: #787878;
font-weight: bold;

}
.cps-post-main {
margin-bottom: 40px;
padding-top: 0;
}
.article_style1 .cps-post-box, #wrapper {
  background: #fafafa;
}
.cps-post-title.entry-title	 {
display: none;
}
.btn {
cursor: pointer;
}
#first_name,#last_name {
	padding-left: 20px;
}
select {
color: rgb(244, 67, 54);
}
#first_name::placeholder {
  color: rgba(244, 67, 54, 0.5);
font-weight: 700;
}
#last_name::placeholder {
  color: rgba(244, 67, 54, 0.5);
	font-weight: 700;

}
#first_namet::-ms-input-placeholder {
  color: rgba(244, 67, 54, 0.5);
font-weight: 700;

}
#last_name::-ms-input-placeholder {
  color: rgba(244, 67, 54, 0.5);
font-weight: 700;

}
#first_name::-ms-input-placeholder {
  color: rgba(244, 67, 54, 0.5);
font-weight: 700;

}
#last_name::-ms-input-placeholder{
  color: rgba(244, 67, 54, 0.5);
font-weight: 700;

}

h1 {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}
.form-container h4 {
	margin: 15px 0 30px;
	text-align: center;
	font-size: 1.4rem;
}
.form-container .btn {
	background: rgb(244, 67, 54);
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}


input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input:focus {
  outline: 0;
  border-color: rgba(244, 67, 54, 0.5);
}
input:focus + .input-icon i {
  color: #f14029;
}
input:focus + .input-icon:after {
  border-right-color: #f14029;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
select {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #f14029;
  color: #fff;
  border-color: rgba(244, 67, 54, 0.2);
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #f14029;
  color: #fff;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.8em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  color: rgb(244, 67, 54);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon svg {
	color: rgb(244, 67, 54)
}
.form-container {
  max-width: 38em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}
input[type="submit"] {
  background: #f14029!important;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}


