
body {
    font-family: "Montserrat", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: auto;
}

.logo-wrapper {
    position: absolute;
    top: 25px;
}

.layout-auth .wrapper {
    position: relative;
}
.layout-auth .hero-static {
    min-height: 100vh;
    z-index: 3;
}
.layout-auth .bg-auth {
    background-color: #001b33;
}

.layout-auth .right-top-curve, .layout-auth .center-bottom-curve {
    position: absolute;
}

.layout-auth .right-top-curve {
    right: 0;
}

.layout-auth .center-bottom-curve {
    width: 560px;
    bottom: 0;
    left: 20%;
    z-index: 2;
}

.mt-50 {
    margin-top: 3.125rem !important;
}

.mx-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
}

.combine-product-img-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.combine-product-img-wrapper .van-img, .combine-product-img-wrapper .engineer-img {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 15%;
}

.combine-product-img-wrapper .van-img img, .combine-product-img-wrapper .engineer-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}

.combine-product-img-wrapper .van-img, .combine-product-img-wrapper .engineer-img {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 15%;
}

.combine-product-img-wrapper .engineer-img {
    left: auto;
    right: 8%;
    width: 10%;
}

.companies-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.companies-lists .list-inline-item {
    padding: 0.5rem 1rem;
    margin: 0;
}

.companies-lists .list-inline-item:first-child {
    padding-left: 0;
}

.companies-lists .list-inline-item:last-child {
    padding-right: 0;
}

.companies-lists .list-inline-item img {
    height: 30px;
    width: auto;
}

.layout-auth .bg-auth .text-small {
    color: #acbdcd;
    letter-spacing: 0.1px;
}

.my-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
}

.pb-100 {
    padding-bottom: 6.25rem !important;
}

.h2 {
    font-size: 40px;
    line-height: 50px;
}

.text-small {
    font-size: 14px;
    color: #515769;
}

.form-floating {
    text-align: left;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: -webkit-calc(3.5rem + 2px);
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

.form-control, .form-select, .form-floating > .form-control, .form-floating > .form-select {
    height: 47px;
    color: #242a32;
    padding: 15px 24px;
    font-size: 14px;
    font-weight: 400;
    background-color: #f9fdfe;
    border-color: #e7edf0;
    border-radius: 24px;
    line-height: 1;
    letter-spacing: 0.1px;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating > label {
    padding: 0 3px;
    left: 22px;
    top: 13px;
    height: auto;
    border: 0;
    color: #7d808f;
    font-size: 14px;
}

@media (min-width: 992px) {
    .mt-lg-100 {
        margin-top: 6.25rem !important;
    }

    .p-lg-40 {
        padding: 2.5rem !important;
    }
}

.btn {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    height: 47px;
    border-radius: 24px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    line-height: 22px;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: #ef7845;
    border-color: #ef7845;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f18c61;
    border-color: #f18658;
}

.btn.btn-block {
    width: 100%;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding: 15px 24px;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(0.85) translateY(-1.4rem) translateX(0.1rem);
    color: #335c82;
    font-size: 10px;
    font-weight: 400;
}


.form-control:focus, .form-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #335c82;
}

.form-floating > .form-control:focus ~ label:before, .form-floating > .form-control:not(:placeholder-shown) ~ label:before, .form-floating > .form-select ~ label:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    background-color: #f9fdfe;
    top: 6px;
    z-index: -1;
    margin-left: -3px;
    margin-right: -3px;
}

.form-check-label {
    font-size: 14px;
    color: #515769;
}

@media (max-width: 992px) {
    .logo-wrapper {
        position: relative;
        text-align: center;
        margin-bottom: 10px;
    }

    .h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .main-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .create-schedule-form {
        margin-top: 30px;
    }
}