.UIRegisterDelivery {

}

.UIRegisterDelivery .Box {
  border:none;
}

    .UIRegisterDelivery .title {
        display: inline-block;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .UIRegisterDelivery .btnDangKy {
        padding: 6px 18px;
        background: #1f7ed0;
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;
        margin-top: 20px;
    }

    .UIRegisterDelivery .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .UIRegisterDelivery .col-lg-4 {
        width: 33.33%;
    }

    .UIRegisterDelivery .row {
        margin: 0 -10px;
        display: inline-block;
        width: 100%;
    }

        .UIRegisterDelivery .row > div {
            padding: 0 10px;
            float: left;
        }

    .UIRegisterDelivery .col-lg-8 {
        width: 66.66%;
    }
    .UIRegisterDelivery .col-lg-12 {
        width: 99.99%;
    }
    .UIRegisterDelivery .text-center {
        text-align: center;
    }

    .UIRegisterDelivery .divInfo {
        padding: 8px;
        color: red;
        border: solid 1px #F68928;
        background-color: #FFE8A6;
        font: normal 9pt Arial;
        height: auto;
        width: 99%;
    }
    .UIRegisterDelivery .wrap-box {
        padding: 20px;
        overflow: hidden;
    }


.UIRegisterDelivery h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.UIRegisterDelivery .summary {
    font-style: italic;
    text-align: center;
}

.UIRegisterDelivery .group {
    background: #f5f5f5;
    margin-top: 20px;
}

    .UIRegisterDelivery .company-name {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
    }

    .UIRegisterDelivery .group .content {
        padding: 20px;
    }

        .UIRegisterDelivery .group .content * {
            color: #333 !important;
        }

    .UIRegisterDelivery .title-group {
        padding: 8px 20px;
        background: #e0e0e0;
        color: #ff4800;
    }

    .UIRegisterDelivery .group label {
        font-weight: normal;
    }

    .UIRegisterDelivery .group .row {
        margin-bottom: 10px
    }