/* Input Label */
.input-label {
    display: block;
    color: #1e2022;
    font-size: 1rem;
    font-weight: bold;
}

label {
    display: inline-block;
    margin-bottom: 0rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid rgba(55, 125, 255, 0.4);
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #449243;
    box-shadow: 0 0 10px rgba(68, 146, 67, 0.11);
}

.less-margin {
    margin-bottom: 1.1rem !important;
}

.mini-btn {
    border: 0.0625rem solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 0.3125rem;
    transition: all 0.2s ease-in-out;
}

/* green soft */
.btn-soft-green {
    color: #449343;
    background-color: rgba(30, 32, 34, 0.1);
    border-color: #449343;
}

.btn-soft-green:hover, .btn-soft-green:focus, .btn-soft-green:active, .btn-soft-green.active {
    color: #fff;
    background-color: #55b253;
    box-shadow: 0 4px 11px rgba(30, 32, 34, 0.1);
}

.btn-soft-green.disabled, .btn-soft-green:disabled {
    color: #449343;
    background-color: rgba(30, 32, 34, 0.1);
    box-shadow: none;
}

.btn-soft-green:not(:disabled):not(.disabled):active, .btn-soft-green:not(:disabled):not(.disabled).active,
.show > .btn-soft-green.dropdown-toggle {
    color: #fff;
    background-color: #55b253;
}

/* blue soft */
.btn-soft-blue {
    color: #1a73e8;
    background-color: rgba(30, 32, 34, 0.1);
    border-color: #1a73e8;
}

.btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active {
    color: #fff;
    background-color: #1a73e8;
    box-shadow: 0 4px 11px rgba(30, 32, 34, 0.1);
}

.btn-soft-blue.disabled, .btn-soft-blue:disabled {
    color: #1a73e8;
    background-color: rgba(30, 32, 34, 0.1);
    box-shadow: none;
}

.btn-soft-blue:not(:disabled):not(.disabled):active, .btn-soft-blue:not(:disabled):not(.disabled).active,
.show > .btn-soft-blue.dropdown-toggle {
    color: #fff;
    background-color: #1a73e8;
}


.btn-primary-green {
    color: #fff;
    background-color: #5956D6;
    border-color: #5956D6;
}

.btn-primary-green:hover {
    color: #fff;
    background-color: #55b253;
    border-color: #55b253;
}

.btn-primary-green:focus, .btn-primary-green.focus {
    color: #fff;
    background-color: #55b253;
    border-color: #55b253;
    box-shadow: 0 0 0 0.2rem rgba(85, 145, 255, 0.5);
}

.btn-primary-green.disabled, .btn-primary-green:disabled {
    color: #fff;
    background-color: #449343;
    border-color: #449343;
}

.btn-primary-green:not(:disabled):not(.disabled):active, .btn-primary-green:not(:disabled):not(.disabled).active,
.show > .btn-primary-green.dropdown-toggle {
    color: #fff;
    background-color: #449343;
    border-color: #449343;
}

.btn-primary-green:not(:disabled):not(.disabled):active:focus, .btn-primary-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 145, 255, 0.5);
}

.btn-group-tools {
    background-color: transparent;
    padding: 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
}

.btn-group-tools label {
    display: inline-block;
    margin: 0 5px 5px 0 !important;
    padding: 5px 12px;
    line-height: 1em;
    border-width: 0;
    color: #ffffff !important;
    background-color: #b1b1b1;
    font-size: 14px;
}

.technologies-list .media img {
    width: 200px;
    margin-right: 20px;
}

.technologies-list .media img:last-child {
    margin-right: 0;
}

.bg-primary {
    background-color: #004825 !important;
}

.device-browser-screen.parallax-img {
    height: auto;
}

.box-shadow-green {
    box-shadow: 0 0 13px 2px rgba(0, 72, 12, 0.5);
    position: relative;
    border-bottom: 1px solid #00480c4a;
}

.how-it-works-btn {
    margin-left: 110px;
}

.z-index-2 {
    position: relative;
}

.g-recaptcha > div {
    display: inline-block;
}

.screens-list {
    bottom: 25px;
    top: auto;
}

@media (max-width: 991px) {
    .technologies-list {
        text-align: center;
    }

    .technologies-list .media {
        justify-content: center;
    }

    .technologies-list .media img {
        width: 30%;
    }

    .how-it-works-btn {
        margin-left: 0;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    .header-sticky-top {
        box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
    }

    .screens-list {
        top: -10px;
        bottom: auto;
    }
}