.input-with-icon {
    background: url("assets/username_icon.svg") no-repeat scroll 10.5px 10.5px;
    background-size: 15px 15px;
    padding-left: 35px;
  }
  .input-with-icon1 {
    background: url("assets/contact-no.svg") no-repeat scroll 10.5px 10.5px;
    background-size: 15px 15px;
    padding-left: 35px;
  }
  .input-with-icon2 {
    background: url("assets/email.svg") no-repeat scroll 10.5px 10.5px;
    background-size: 15px 15px;
    padding-left: 35px;
  }
  .input-with-icon3 {
    background: url("assets/password.svg") no-repeat scroll 10.5px 10.5px;
    background-size: 15px 15px;
    padding-left: 35px;
  }
  .input-with-icon4 {
    background: url("assets/confirm-pass.svg") no-repeat scroll 10.5px 10.5px;
    background-size: 15px 15px;
    padding-left: 35px;
  }
  .form-control {
    background-color: #f9f9f9;
    border: 1px solid #e2e8f0;
  }
  .form-control::placeholder {
    color: #9b9da8;
    font-size: 15px;
    line-height: 40px;
  }
  .form-check-input:checked {
    background-color: #ff003d;
    border-color: #ff003d;
  }
  .form-check-label {
    display: flex;
    align-items: center;
  }
  .form-check-input {
    margin-right: 10px;
  }
  .custom-btn {
    background: #fafafa;
    color: #73737c;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .custom-btn .icon {
    width: 20px;
    height: auto;
  }
  .custom-btn span {
    text-align: center;
  }
  body {
    background-color: #F7F8F8;
  }
  ::selection{
    background-color: #ff003d;
    color: white;
  }
  .card {
    border-radius: 8px;
    border: none;
    box-shadow: 9px 0px 15px 0px #f0f0f0;
  }
