@media only screen and (min-width: 768px) {
  }
  body .card-sign-in {
    font-size: 13px;
    box-shadow: -1px 2px 5px 0px #0000003d;
    border-radius: 30px;
    padding: 15px;
    border: none;
  }
  body .card-sign-in button,
  body .card-sign-in input {
    font-size: 13px !important;
  }
  body .card-sign-in input.form-control {
    border-radius: 3px;
    outline: none;
    box-shadow: none;
  }
  body .card-sign-in input.form-control:focus, body .card-sign-in input.form-control:active {
    border-color: #7a5fdf;
  }
  body .card-sign-in .form-check-label {
    font-size: 12px !important;
  }
  body .card-sign-in .new-to-kcargo {
    margin-top: 20px;
    text-align: center;
    font-size: 12px !important;
  }
  body .card-sign-in .new-to-kcargo .btn-link-create {
    font-size: 12px !important;
    color: #F36561;
    text-decoration: underline;
  }
  body .card-sign-in .btn-login {
    background-image: linear-gradient(to right, #F23E6D 0%,#F36561 100%) !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px !important;
    color: #fff;
    outline: none;
    padding: 15px;
    transition: all 0.3s ease 0s;
    border: none !important;
  }
  body .card-sign-in .btn-login:hover {
  transform: translateY(-4px)
  }
  body .card-sign-in .btn-login:hover, body .card-sign-in .btn-login:focus {
    background: #7a5fdf;
  }
  
  /*# sourceMappingURL=customer.css.map */
  