
.fixed-top-custom {
    padding: 0 15px;
}
.kt-sc .kt-sc__bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.kt-sc .kt-sc__bottom {
    padding: 2rem 15px;
}
.kt-sc__form{
    width: 100%;
}
@media (min-width: 500px) {
    .kt-sc {
        width: 500px;
        margin-bottom: 0px !important;
    }
    .input-group{
        width: 500px !important;
    }
    .fixed-top-custom {
        padding: 0 25px;
    }
    .width-lock{
        position: relative;
        width: 500px;
        align-items: center;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .kt-container {
        padding: 0 !important;
        max-width: 500px;
    }
    .kt-sc .kt-sc__bottom {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .kt-sc__form{
        width: auto;
    }
    .sticky-bottom {
        position: sticky;
        width: inherit;
    }
}