label.new-form-label {
    font-family: 'MontserratSemiBold';
    color: #333
}

body .box-leader .panel-footer {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

body .box-leader .panel-footer .wallet-walpper {
    border: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px !important;
}

body .box-leader .panel-footer .wallet-walpper input.form-control,
body .box-leader .panel-footer .wallet-walpper select.form-control,
body .box-leader .panel-footer input.form-control,
body .box-leader .panel-footer select.form-control,
body .box .box-body input.form-control,
body .box .box-body select.form-control {
    position: relative;
    font-size: 14px;
    height: 40px;
    border-radius: 5px !important;
    border: 1px solid #ccc;
}

body .box-leader .panel-footer .wallet-walpper .btn.btn-primary,
.btn.btn-primary {
    font-size: 14px;
}

body .box.box-primary {
    border-top: none
}

body .box .box-body {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}

textarea.form-control {
    border-radius: 5px;
    font-size: 14px;
}

body .box .box-body table tr td input.form-control,
body .box .box-body table tr td select.form-control,
body .box .box-body table tr th input.form-control,
body .box .box-body table tr th select.form-control {
    font-size: 13px;
}

.box.box-info {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.right-side>.content-header>h1 {
    font-size: 20px;
    color: #333;
    font-family: MontserratBold, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

select.form-control, input.form-control {
    border-radius: 6px;
}
.box.box-info .input-group-text, .box.box-info .input-group .form-control, select.form-control, input.form-control {
    font-size: 14px;
    height: 35px;
    border: 1px solid #ededed;
}
.box.box-info .input-group-text {
    border-radius: 5px 0px 0px 5px !important;
}
.box.box-info .input-group .form-control {
    border-radius: 0px 5px 5px 0px !important;
}