
.lrp-content {
    padding: 10px 20px;
	font-size:14px;
	border: none!important;
}
.lrp-content button.close {
    text-align: right;
	outline:none;
}
.lrp-body {
    padding: 40px;
}
.lrp-body h2 {
    font-size: 25px;
}
.lrp-body form input {
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(214, 214, 214, 0.5);
    border: solid 1px #dae0e7;
    background-color: #ffffff;
	width:100%;
	margin-bottom: 20px;
}

.lrp-body  button {
       border-radius: 4px;
    background-color: #2459bc;
    color: #fff;
    width: 100%;
    font-size: 14px;
    border: none;
    padding: 15px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}
.lrp-body  button p{
	    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.lrp-body p{
    text-align: center;
}
.lrp-body p.status {
    margin: 0;
}

.lrp-body p {
    text-align: center;
}
.lrp-body p.lostp-p{
	color:#b0b7be;
	line-height: 1.43;
}
.lrp-body p.bd-notice {
    color: #2459bc;
    text-align: left;
}
.lrp-body  .inputgroup {
    margin: 5px 0 15px 0;
}
.lrp-body a.lost {
		color:#2f2f2f;
	}
.lrp-body p.log-or-reg-p {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b0b7be;
    margin-bottom: 0;
	margin-top: 30px;
}
.lrp-body p.log-or-reg-p a{
	font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2459bc;
}
@media (max-width: 576px){
	.lrp-body .inputgroup {
		display: block!important;
	}
	.lrp-body a.lost {
		width: 100%!important;
		display: block;
	}
}
.lrp-body input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Styling checkbox */
     width: 15px;
    height: 15px;

    background-color: #fff;
    font-size: 10px;
    box-shadow: 0 4px 10px 0 rgba(214, 214, 214, 0.5);
    border: solid 1px #dae0e7;
    outline: none;
    padding: 0 1px 1px 3px; 
	border-radius:0;
	margin: auto 8px auto 0;
}


.lrp-body input[type=checkbox]:checked:after {
  content: '\2714';
  color:#2f2f2f;
  position:absolute;
}
.lrp-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  
}
@media (max-width: 768px) {
	.lrp-dialog{
    min-height: calc(100vh - 20px);
	}
  }
  @media (min-width: 576px){
.lrp-dialog {
    max-width: 400px!important;
}
  }

  .lrp-body #register  p.form-row.form-row-wide.mailchimp-newsletter {
    margin: auto;
}
.lrp-body  #register .woocommerce-privacy-policy-text {
    display: none;
}
.lrp-body  #register label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    margin: 0;
}