.bodyreg{
    font-family: Inter, sans-serif;
    color: #ffffff;
  	background: radial-gradient(50% 88.89% at 50% 50%, #A528D5 13.5%, #00162B 100%);
    /*background: radial-gradient(circle, #ba7acb, #A528D5, #4B0D6B);*/
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.bodyreg button[type=submit] {
    background: #003465 !important;
    color: #fff;
}
.bodyreg h1, h2 {
    font-size: 31px !important;
    font-family: Inter, sans-serif !important;
    font-weight: bold !important;
}
.register-terms-and-conditions-wrapper a {
    color: white;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Inter';
}
a.a2:hover {
    color: white;
    font-weight: bold;
}
.form-group.mtop15.register-saas-info-group label {
    color: white !important;
}
.control-label2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255);
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.panel_a {
    background-color: #5882C147;
    border-radius: 2.375rem;
    border: 3px solid;
    border-color: rgb(76 131 205 / 35%);
   --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    border-style: solid;
    border-width: 1px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin-bottom: 25px;
}
.panel-body2 {
  --tw-bg-opacity: 1;
  padding: 1.5rem;
  position: relative;
}

.register-tenant-group label {
    color: white;
}
.register-terms-and-conditions-wrapper .checkbox label{
color:white;
}

  .btnwidth {
    margin-top: 15px;
    width: 65% !important;
    background-color: #771983 !important;
}
.a2{
  color:#ffffff;
  outline: none !important;
  text-decoration: none !important;
}