﻿.configurationBox {
    padding: 42px 20px 36px 20px;
}

.configurationBoxRow {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .configurationBox {
        padding-top: 16px;
        padding-bottom: 20px;
    }

    .configurationBoxRow {
        margin-top: 13px;
        margin-bottom: 13px;
    }

    .configurationBoxOuter {
        padding: 0 0 0 0;
    }
}

.inputBox {
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #878787;
    margin: 11px 0 6px 0;
}

.inputBoxText {
    outline: none;
    border: none;
    height: 25px;
    font-family: Bliss2;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #2d2f30;
    margin: 13px 0 12px 16px;
    width: calc(100% - 64px);
}

.inputBoxButton {
    width: 46.7px;
    height: 48.1px;
    background-color: #96be0f;
    cursor: pointer;
    float: right;
    outline: none;
    border: none;
    font-family: Bliss2;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
