
.modal-form{
    // margin-top : 50px; 
    .form-wrapper {
        padding-left: 5px;
        padding-right: 5x;
        display: flex;
        flex-direction: column;
    }

    .form-vertical {
        .form-warning-msg {
            font-size: 34px;
        }

        .form-table {
            padding: 30px 0px;
        }

        .u-form-item {
            height: 80px !important;
        }

        .input-wrapper-2 label {
            height     : 60px !important;
            line-height: 60px !important;
            font-size  : 34px !important;
        }

        .input-wrapper-2>div .value {
            height     : 60px !important;
            line-height: 60px !important;
            font-size  : 34px !important;
            width      : 350px !important;
        }
    }

    .form-table {
        flex-grow: 1;
        // padding-top:20px;
    }
    .form-warning-msg {
        display         : flex;
        align-items     : center;
        width           : 100%;
        // line-height     : 14px;
        border-radius   : 5px;
        margin-top      : 13px;
        margin-bottom   : 0px;
        padding-left    : 10px;
        font-size:14px;
        i {
            color       : #FF8C25;
            margin-right: 2px;
            font-size:14px;
            margin-right: 5px;
        }
    }

    .modal-head-left{
        font-size: 14px;
        letter-spacing: 0;
        line-height: 30px;
        .modal-head-title{
            color: #666666;
        }
        .modal-head-value{
            color: #151515;
            }
    }
    .u-form{
        overflow: scroll;
        margin-top:0px!important;
        .u-form-item{
            padding:0px 8px!important;
            height:52px;
            .u-label{
                width:100px!important;
                min-width:100px!important;
            }
            .datepicker-container{
                vertical-align: middle;
                width:253px;
                input{
                    width:253px;
                }
            }
        } 
    }

    .u-label{
        line-height: 32px!important;
    }
}