label.error{
    text-align: left;
    color: #ff0000;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: normal;
    margin-top: -10px;
}
.order-form input{
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    height: 63px;
    border: 1px solid #dedddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: inset 1.5px 2.598px 5px 0 rgba(34, 35, 39, .09);
}

.order-form .btn{
        max-width: 100%;
    font-size: 27px;
    font-weight: 700;
    line-height: .9;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border-bottom: 5px solid #348a0c;
    background-color: #5cad37;
    transition: background-position .3s;
    padding: 9px 0;
    cursor: pointer;
        width: 100%;
    display: block;
    margin-bottom: 25px;
}

.order-form .btn span{
        font-size: 18px;
    font-weight: 400;
    display: block;
}

.order-form{
    padding: 30px 20px 10px;
    text-align: center;
    border: 3px solid #0a2544;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 35px 0 rgba(134, 147, 162, .25);
    background: #fff url(assets/img/form-bg.png) no-repeat top;
    background-size: 100%;
    position: relative;
    margin-bottom: 0;
}
.remaining{
    margin-top: -1px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
    background-color: #0a2544;
    padding: 10px 20px;
    text-align: center;
}
.free-ship .icon{
    background: #fff url(assets/img/delivery.png) no-repeat top;
    background-size: contain;
    width: 50px;
    height: 28px;
    
}
.free-ship .text{
    flex: 1;
    margin-left: 15px;
}
.free-ship{
    font-size: 16px;
    line-height: 1.4;
    color: #2f3d57;
    font-weight: bold;
    font-style: italic;
display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    line-height: 1.2;
        text-align: left;
}
