   body {
       font-family: "Roboto", sans-serif;
   }

   input[type=date]:focus,
   input[type=email]:focus,
   input[type=number]:focus,
   input[type=password]:focus,
   input[type=search]:focus,
   input[type=tel]:focus,
   input[type=text]:focus,
   input[type=url]:focus,
   select:focus,
   textarea:focus {
       border: 2px solid #25984e !important;
   }

   input[type=date],
   input[type=email],
   input[type=number],
   input[type=password],
   input[type=search],
   input[type=tel],
   input[type=text],
   input[type=url],
   select,
   textarea {
       border: 1px solid #ccc;
   }

   .form-control::placeholder {
       opacity: 1;
       color: #9ca3af;
   }

   input:focus {
       border: 2px solid #25984e;
       transition: none;
   }

   .form-control:focus {
       border: 2px solid #25984e;
       transition: none;
   }

   .container-fluid {
       max-width: 1440px;
   }

   .login-section .container-fluid {
       max-width: 100%;
       margin: 0px 20px;
   }

   .page-title {
       color: #000;
       margin-bottom: 28px;
       margin-top: 28px;
       font-size: 26px;
       font-weight: 700;
   }

   .green,
   .red,
   .verify-ac {
       margin-bottom: 10px;
   }

   .red {
       color: #ff0000;
       width: 100%;
   }

   .green {
       color: green;
       width: 100%;
   }

   .form-group {
       position: relative;
   }

    .form-group i,
    .form-group svg {
        position: absolute;
        right: 4px;
        top: 8px;
        height: 18px;
        color: #b1b1b1;
        padding: 8px;
    }

   .form-control:focus {
       outline: 0;
       box-shadow: none;
   }

   .password_validate span {
       display: none;
       font-size: 14px;
       margin-bottom: 5px;
   }

   .fa-check {
       right: -20px !important;
       color: #25984e;
   }

   .login-box .btn_2 {
       width: 100%;
       margin: auto;
       position: relative;
   }

   .charlength_validate {
       margin-top: 20px;
   }
   .retype_validate {
       margin-top: 10px;
   }


   .verify-ac {
       font-size: 18px;
       font-weight: 700;
       color: #000;
   }

   .password_match span {
       margin-top: 15px;
   }

   .login-box,
   .verify {
       max-width: 500px;
       margin: 0 auto;
       margin-top: 30px;
       padding-bottom: 0px;
       padding-top:20px !important;
           padding-bottom:20px !important;
   }

   .form-control {
       border: 1px solid #ccc;
       border-radius: 5px !important;
       padding: 10px;
       width: 100%;
       height: 50px;
       font-size: 16px;
   }

   .create-msg {
       font-family: Roboto, sans-serif;
       font-size: 18px !important;
       color: #5F6368 !important;
       font-weight: 700;
       letter-spacing: normal;
   }

   .login-box .form-group {
       margin-bottom: 30px;
       position: relative;
   }

   .login-sso p {
       color: #5F6368;
       font-size: 18px;
   }

   .create-msg a,
   .create-msg a:hover,
   .login-sso a,
   .verify h1 {
       color: #25984E;
   }

   .login-sso {
       margin: auto;
       display: flex;
       justify-content: center;
       align-items: flex-end;
   }

   .login-box .form-control {
       padding: 15px 10px 15px 45px;
   }

   .verify {
       color: #58595a;
   }

   .verify-section::before {
       content: "";
       position: absolute;
       top: 0;
       bottom: 0;
       right: 0;
       left: 0;
       opacity: 0.5;
   }

   .verify h1 {
       margin-top: 20px;
       font-size: 30px;
       font-weight: 600;
       margin-bottom: 25px;
       font-family: "Roboto", sans-serif;
   }

   .verify p {
       color: #58595a;
       font-size: 18px;
       font-weight: 500;
       margin-bottom: 25px;
   }

   i.toggle-password.fa.fa-eye-slash {
       right: 11px;
   }

   .email-parent img,
   .password_validate img {
       position: absolute;
       top: 19px;
       left: 15px;
   }

   .password_validate img {
       position: absolute;
       top: 13px;
       left: 15px;
   }

   .create-msg a {
       margin-left: auto;
       color: #5F6368;
       font-weight: 400;
       font-size: 18px;
   }

   .login-box a {
       text-decoration: none;
   }

   .custom-btn-1 {
       background-color: #fff;
       border: none;
       padding: 0px !important;
       font-family: "Roboto", sans-serif;
   }

   .custom-btn-1 p {
       margin-bottom: 0;
       font-weight: 500;
   }

   .custom-btn-1:hover {
       background-color: #25984e;
       opacity: 0.8;
   }

   .custom-btn-1 {
       background-color: #25984e;
       color: #fff;
       font-size: 16px;
       font-weight: 400;
       padding: 8px 10px;
       border-radius: 5px;
       height: 50px;
       display: flex;
       justify-content: center;
       align-items: center;
       cursor: pointer;
   }

   button.custom-btn-1 i {
       font-size: 18px;
   }

   button.custom-btn-1:hover i {
       transform: rotateZ(0deg);
   }

   .login-section {
       min-height: calc(100vh - 5px);
       display: flex;
       align-items: center;
       position: relative;
   }

   .forgot-link {
       display: flex;
       justify-content: end;
       margin: 20px 0px;
       color: #5F6368;
   }

   .forgot-link a {
       color: #5F6368;
       font-size: 18px;
       text-decoration: underline;
   }

   .login-capcha-image-refresh {
       display: flex;
       border: 1px solid #ccc;
       padding: 20px;
       align-items: center;
       border-radius: 5px;
       margin-bottom: 30px;
   }

   .login-capcha-image {
       width: 150px;
       margin-right: 20px;
   }

   .refresh-btn {
       border: none;
       background-color: transparent;
   }

   .privacy-sec {
       color: #5f6368;
       font-size: 18px;
       margin-top: 20px;
       text-align: center;
   }

   .credit-text {
       color: #5f6368;
       font-size: 18px;
   }

   .privacy-sec a {
       color: #25984e;
       /*text-decoration: underline;*/
   }

   .login-section .login-copyright {
      /* position: absolute;
       left: calc(77% - 125px);
       bottom: 4%;*/
       font-size: 16px;
       color: #b1b1b1;
       text-align:center;
       margin-bottom:0;
   }

   .login-capcha-image-refresh .form-control {
       padding: 15px 10px 15px 15px;
   }

   .login-box.reset-box .page-title {
       margin-bottom: 12px;
   }

   .login-box.reset-box h3 {
       color: #25984E;
       font-size: 16px;
       font-weight: 700;
       margin-bottom: 20px;
   }

   .login-box.reset-box .password_validate img {
       top: 50px;
   }

   .login-box.reset-box .form-group svg {
       top: 45px;
   }
 .login-box.reset-box label {
    margin: 15px 0 10px;
    display: block;
    font-weight: 700;
    font-size: 18px;
}
 .password_validate ul li {
       font-size: 14px;
       margin-bottom: 10px;
       color: #727272;
   }

   .password_validate span svg {
       margin-right: 6px;
       color: #727272;
   }

   .password_validate .green {
       color: #25984E;
   }

   .password_validate .green i {
       color: #25984E;
   }

.capital_validate::before,
.smallcase_validate::before,
.numeric_validate::before,
.special_validate::before,
.retype_validate::before {
    content: url('../Images/new-before-login-images/cross-icon.png');
    /* fa-xmark */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    top: 4px;
    position: relative;
}

   .password_validate .valid.capital_validate::before,
   .password_validate .valid.smallcase_validate::before,
   .password_validate .valid.numeric_validate::before,
   .password_validate .valid.special_validate::before,
   .password_validate .valid.retype_validate::before {
       content: url('../Images/new-before-login-images/check-icon.png');
       top: 4px;
       position: relative;
   }

   .char-count-display {
       display: inline-flex;
       height: 21px;
       width: 21px;
       align-items: center;
       justify-content: center;
       border-radius: 50%;
       margin-right: 10px;
       padding-top: 1px;
       background-color: #e5e5e5;
       font-size: 12px;
   }

   #freetrialsubmit {
       position: relative;
   }

   #freetrialsubmit svg {
       width: 40px;
       position: absolute;
       top: 50%;
       right: 10px;
       transform: translateY(-50%);
   }

   .email-parent {
       position: relative;
       margin-bottom: 30px;
   }
.login-section.create-section {
      height: 100vh;
      overflow: hidden;
    }

    .login-section.create-section .row {
      height: 100%;
      margin: 0;
    }

    .left-fixed {
      position: sticky;
      top: 0;
      height: 100vh;
      padding: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .right-scrollable {
      height: 100vh;
      overflow-y: auto;
      padding: 30px 20px;
    }

    /* Optional: Hide right side scroll bar if needed */
    .right-scrollable::-webkit-scrollbar {
      display: none;
    }

    .right-scrollable::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 3px;
    }

    .create-copy-right {
      font-size: 16px;
      color: #b1b1b1;
    }
    .privacy-parent{
        margin: 20px 0px;
        display: flex;
    }
    .privacy-parent label{
        color: #5F6368;
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
    }
      .privacy-parent label a{
        color: #25984e;
        
    }
 .custom-checkbox {
    padding-left: initial;
        position: relative;
    display: block;
    cursor: pointer;
}
.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-checkbox-label {
    position: relative;
}
 .custom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top:5px;
}
.custom-checkbox input:checked + label:before {
    background: #25984e;
    border-color: #25984e;
}
 .custom-checkbox input:checked + label:after {
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    /* transform: rotate(45deg); */
    left: 32%;
}
  .custom-checkbox  input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
}
.field-validation-error
{
    color:red;
}
.d-success-popup .modal-dialog
{
    max-width:800px;
}
.d-success-popup .modal-body {
    padding: 80px;
    text-align:center;
}
.d-text-light {
    color: #5F6368;
}
.d-success-popup .custom-btn-1{
    padding:15px 40px !important;
    margin-top:20px;
}
.d-success-popup .h1-title {
    margin: 20px 0;
    font-size: 36px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .login-box {
           margin-left: 20px;
       }
   }

   @media only screen and (max-width: 767px) {
       .login-box {
           width: 80%;
       }

       .password-title {
           font-size: 24px;
       }
   }

   @media only screen and (max-width: 991px) {

       .login-section
       {
           padding-top:15px !important;
           padding-bottom:15px !important;
       }

       .bg-img {
           display: none;
       }

       .login-box {
           width: 100%;
           padding: 20px 20px;
           border: 1px solid #ccc;
           border-radius: 10px;
       }

       .password-title {
           font-size: 26px;
       }

       .verify-ac {
           text-align: center;
       }

       .login-section video {
           display: none !important;
       }

       /*.login-section .login-copyright {
           left: 50%;
           bottom: 0%;
           transform: translateX(-50%);
       }*/

       .login-capcha-image {
           width: 100px;
       }

       .refresh-btn {
           width: 50px;
       }

       .login-box {
           margin-top: 0;
       }
       .left-fixed {
            display:none;
        }
   }

   .copy-right {
       margin-top: -50px;
       color: #B1B1B1;
       text-align: center !important;
       padding-left: 26px !important;
   }

   @media (max-width: 768px) {
       .verify h1 {
           font-size: 20px;
           margin-bottom: 20px;
       }

       .verify p {
           font-size: 16px;
           margin-bottom: 15px;
       }

       .verify {
           max-width: 350px;
       }

       .copy-right {
           margin-top: 30px !important;
           color: #B1B1B1;
           padding-top: 26px !important;
       }
   }
  @media only screen and (min-width: 2160px) {
      .right-scrollable {
        display: flex;
        align-items: center;
      }
    }

    /*.create-copy-right {
      display: none;
    }*/

    @media only screen and (max-width: 2160px) {
    

      /*.create-copy-right {
        display: block;
      }*/
     /*.login-section.create-section .login-copyright{
        display: none;
      }*/
    }
  