  
  body {
    min-height: 100%;
    background-color: #fff;
  }
  
 .box-root a {
    color: rgb(179, 5, 100);
    text-decoration: unset;
  }
  
  .login-root {
    background: #fff;
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
  }
  
  .loginbackground {
    min-height: 692px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
  }
  
  .flex-flex {
    display: flex;
  }
  
  .align-center {
    align-items: center;
  }
  
  .center-center {
    align-items: center;
    justify-content: center;
  }
  
  .footer-link span {
    color: #000;
  }
  
  .box-root {
    box-sizing: border-box;
  }
  
  .flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  
  /*.padding-top--48 {*/
  /*  padding-top: 48px;*/
  /*}*/
  .padding-bottom--24 {
    padding-bottom: 12px;
  }
  
  .padding-horizontal--48 {
    padding: 35px;
    margin-bottom: 15px;
  }
  
  .padding-bottom--15 {
    padding-bottom: 15px;
    letter-spacing: 2px;
    text-transform: capitalize;
  }
  
  .box-root img{
    height: 60px;
  }
  .flex-justifyContent--center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .formbg {
    margin: 0px auto;
    width: 100%;
    max-width: 448px;
    background: white;
    border-radius: 4px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
  }
  
  .formbg-outer span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #000;
  }
  
  .field label {
    margin-bottom: 10px;
  }
  
  .reset-pass a,
  label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
  }
  
  .reset-pass>a {
    text-align: right;
    margin-bottom: 10px;
  }
  
  .grid--50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
  }
  
  .field input {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  }
  
  input[type="submit"] {
    background-color: rgb(237 55 116);
    border: 2px solid rgb(239 53 114);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: inherit;
    color: #000;
  }
  
  .field-checkbox input {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    box-shadow: unset;
    min-height: unset;
  }
  
  .field-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
  }
  
  a.ssolink {
    display: block;
    text-align: center;
    font-weight: 600;
  }
  
  .footer-link span {
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: capitalize;
  }
  
  .listing a {
    color: #697386;
    font-weight: 600;
    margin: 0 10px;
  }
  
  .invalid-feedback{
    display: block;
    font-size: 13px !important;
    color: indianred !important;
  }
