.clr-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  background-color: #f4f4f4;
}
.clr-main-form.clr-solution-form {
    max-width: 80% !important;!i;!;
}
.clr-radio-wrap {margin-bottom: 15px;}
.clr-green-msg {
    color: green !important;
    font-weight: bold;
}   
.clr-login-register-section {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.clr-login-section,
.clr-registration-section {
  width: 45%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
h2 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
}
form {
  display: flex;
  flex-direction: column;
}
form label {
  margin: 5px 0;
}
form input {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}
form button {
  padding: 10px;
  background-color: #0073e6;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
form button:hover {
  background-color: #005bb5;
}
#clr-login-response,
#clr-registration-response {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: red;
  max-width: 450px;
  width: 100%;
  margin: 10px auto;
  font-weight: bold;
  font-size: 16px;
}
/* 09-12-24 Start Css */
.clr-row {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 16px;
}
.clr-row label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
body .clr-row input {
    margin: 6px 0 0;
  background-color: #fff;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0.0625rem 0.125rem rgba(2, 6, 23, 0.05);
    padding: 0 10px;
    line-height: 0;
    max-width: 100%;
    border-radius: 4px;
    height: 42px;
}
body .clr-row.clr-btn button {
  background: #C53A51;
  border: 1px solid #C53A51;
  border-radius: 4px;
  color: #fff !important;
  padding: 7px 22px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s ease;
  cursor: pointer;
  text-transform: none;
}
.clr-row.clr-btn button:hover {
  background: transparent;
  color: #C53A51 !important;
}
.clr-row.clr-btn {
  text-align: center;
  margin: 0 auto;
}
body .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator){
/*   max-width: 80%; */
  margin: 0 auto;
}
body .form-wrap {
  border: 1px solid #E1E1E1;
  box-shadow: 0 0.0625rem 0.125rem rgba(2, 6, 23, 0.05);
  border-radius: 15px;
  padding: 30px 30px;
  max-width: 500px;
  margin: 0 auto; 
  background-color: #fff;
}
.form-wrap h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 30px;
}
body .clr-row input:focus,
body .clr-row input:focus-visible {
  outline: none;
}
.clr-row.clr-btn button:focus {
  outline: none;
}
body button:not(:hover):not(:active):not(.has-background) {
  background: #C53A51;
}

body .clr-row.clr-radio input[type=radio] {
  opacity: 1;
  box-shadow:none;
  margin: 0;
  width: 20px;
  height: 20px;
  accent-color: #C53A51;
}

.clr-row.clr-radio {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.clr-radio .clr-radio-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media(max-width:767px) {
  .form-wrap {
    padding: 25px 15px;
  }
  .clr-row.clr-btn button {
    padding: 8px 20px;
    font-size: 16px;
  }
  .form-wrap h3 {
    font-size: 22px;
    margin: 0 auto 20px;
  }
}
.clr-main-form .clr-row {
    max-width: 48.6%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.clr-main-form .clr-row label {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.clr-main-form .clr-row input {
    margin: 6px 0 0;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0.0625rem 0.125rem rgba(2, 6, 23, 0.05);
    padding: 0 10px;
    line-height: 0;
    max-width: 100%;
    border-radius: 4px;
    height: 42px;
}
.clr-main-form .clr-btn button {
    background: #5F5FFF;
    border: 1px solid #5F5FFF;
    border-radius: 50px;
    color: #fff;
    padding: 11px 32px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease;
    cursor: pointer;
    text-transform: none;
}
.clr-main-form .clr-btn button:hover {
    background: transparent;
    color: #5F5FFF;
}
.clr-main-form .clr-btn {
    text-align: center;
    margin: 40px auto 0;
}
.clr-main-form .form-wrap {
    border: 1px solid #E1E1E1;
    box-shadow: 0 0.0625rem 0.125rem rgba(2, 6, 23, 0.05);
    border-radius: 15px;
    padding: 30px 30px;
    max-width: 750px;
    margin: 0 auto; 
    background-color: #fff;
    margin-top: 50px;
}
.clr-main-form .form-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto 30px;
}
.clr-main-form .clr-row input:focus,
.clr-main-form .clr-row input:focus-visible {
    outline: none;
}
.clr-main-form .clr-btn button:focus {
    outline: none;
}
.clr-main-form .clr-row-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.clr-main-form .main-form {
    text-align: center;
}
.clr-main-form .main-title h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
}
.clr-main-form .main-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.clr-main-form .require-filed {
    color: red;
}
@media(max-width:575px) {
    .clr-main-form .form-wrap {
        padding: 25px 15px;
        margin-top: 30px;
    }
    .clr-main-form .clr-btn button {
        padding: 8px 20px;
        font-size: 16px;
    }
    .clr-main-form .form-wrap h3 {
        font-size: 22px;
        margin: 0 auto 20px;
    }
    .clr-main-form .clr-row {
        max-width: 100%;
    }
    .clr-main-form .main-title h1 {
        font-size: 30px;
    }

    .clr-row.clr-radio {
      flex-wrap: wrap;
  }
}
/* 09-12-24 End Css */