form.list-subscribe-form .box {
    background-color: #fff;
    padding: 10px 15px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #EEF3F7FF;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
    -moz-box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}

form.list-subscribe-form .box .box-header {
    padding-left: 10px;
    padding-right: 10px;
    margin: 15px 0 5px 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

form.list-subscribe-form .box-header .box-title {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

form.list-subscribe-form .callout.callout-info {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: rgba(0, 158, 247, 1) !important;
    border-radius: 7px;
    border: 1px solid transparent;
    margin: 20px 0 20px 0;
    padding: 15px 30px 15px 15px;
    font-family: Helvetica, sans-serif;
}

form.list-subscribe-form .form-control {
    border-radius: 7px;
    border: 1px solid #e4e6ef !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #343a40;
    box-shadow: none;
    transition: color .2s ease, background-color .2s ease;
    background-color: #f5f8fa;
}

form.list-subscribe-form .form-group {
    border-radius: 7px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #343a40;
    box-shadow: none;
    transition: color .2s ease, background-color .2s ease;
}

form.list-subscribe-form .form-control label,
form.list-subscribe-form .form-group label {
    font-size: 14px;
    padding: 4px;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    color: #343a40;
    font-family: Helvetica, sans-serif;
}

form.list-subscribe-form input[type="text"],
form.list-subscribe-form input[type="password"],
form.list-subscribe-form input[type="search"],
form.list-subscribe-form input[type="email"],
form.list-subscribe-form input[type="number"] {
    background-color: #f5f8fa;
    padding: 8px 10px;
    height: auto;
    font-family: Poppins, Helvetica, sans-serif;
    color: #343a40;
    font-size: 15px;
    width: 100%;
    min-width: 50px;
    max-height: 36px;
    border-radius: 8px!important;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%) !important;
    box-shadow: none;
    margin: 0 0 10px 0;
    border: 1px solid #e4e6ef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

form.list-subscribe-form input[type=checkbox] {
    display: inline-block;
    background: #343a40 !important;
    width: 16px;
    height: 16px;
    border: 0 !important;
    border-radius: 2px;
    margin: 0;
}

form.list-subscribe-form input[type=checkbox]:checked {
    border: 0 !important;
    background-color: #009ef7 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto;
}

form.list-subscribe-form input[type=radio] {
    width: 16px;
    height: 16px;
    background-image: url(./img/sprite.png) !important;
    background-size: 400%!important;
    background-position: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none!important;
    display: inline-block;
    border: 0 !important;
    margin: 0;
}

/*Align items to center for checkbox and radio buttons*/
form.list-subscribe-form .form-group > span > div,
form.list-subscribe-form .form-group > div {
    display: flex;
    align-items: center;
}

form.list-subscribe-form input[type=radio]:checked {
    background-position: 33.33% 0;
    border: 0!important;
}

form.list-subscribe-form input:hover,
form.list-subscribe-form textarea:hover {
    background-color: #eef3f7;
}

form.list-subscribe-form label {
    font-weight: 500 !important;
    margin-bottom: 0.5rem !important;
    color: #343a40;
}

form.list-subscribe-form .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.16s ease;
}

form.list-subscribe-form .btn.btn-primary {
    color: #ffffff;
    background-color: #009ef7;
    border-color: #009ef7;
}
