
.auth-cover-bg-color{
  /* background: linear-gradient(180deg, #E85757 18.56%, #000000 103.74%) !important; */
  background:#17446F !important;
}
.authentication-bg {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(23, 68, 111, 0.08) 100%
  );
}
.login-img-right{
  margin-top: 108px !important;
}
.form-control:focus {
  border-color: #000 !important;
  box-shadow: none !important;
}
.form-control:focus, .form-select:focus {
  border-color: #000 !important;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg{
  height: auto !important;
}


.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100vh !important;
  margin: auto 0;
}


@media (min-width: 992px) {
    .sticky-bottom-btn-form {
        overflow-y: hidden;
    }
}



.image-preview-card {
    position: relative;
    cursor: pointer;
}

.image-preview-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.remove-image-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0,0,0,0.6);
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}


#serviceProviderRegistrationForm .form-label{
    font-size: 16px !important;
    color: #242424 !important;
}
