.sidebar-brand-icon {
    display: block;
}

.sidebar-brand-icon img {
    max-width: 100%;
    width: 100px;
}

.mt-50 {
    margin: 15% 0 !important;
}
td {
    font-size: 12px;
    color: #272727;
    font-weight: 600;
}
.text-black {
    color: #000;
}

.hlpg-f4 {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    margin: 3px 0 0 0;
}

.hlpl-global-form .form-group {
    margin: 0 !important;
}

.hlpl-global-form .form-control-user {
    font-size: .8rem;
    border-radius: 0 !important;
    padding: 0 1rem !important;
    border: none;
    border-bottom: 2px solid #959595;
    height: 80px;
}

.hlpl-global-form .form-control:focus {
    box-shadow: none !important;
}

.border {
    border: 2px solid #2f2f2f !important;
    /*! border-bottom: none !important; */
}

.border-right {
    border-right: 2px solid #2f2f2f !important;
    padding-right: 0;
}

.hlpl-global-form p {
    margin: 0 0 1px 0 !important;
    line-height: 1;
    color: #4a4a4a;
}

.hlpl-global-form hr {
    margin-top: 15px 0;
    border-top: 2px solid #959595;
    margin-bottom: 0.8rem;
}

.btn-primary-transparent {
    background-color: transparent;
    color: #4a87c0;
    border: none;
    transition: ease-in-out all 0.2s;
}

.btn-primary-transparent:hover {
    color: #2e59d9;
}

.btn-primary-transparent:focus {
    outline: 0;
    box-shadow: none;
}

.btn-danger-transparent:focus {
    box-shadow: none;
}

.btn-danger-transparent:hover {
    color: #e02d1b;
}

.btn-danger-transparent {
    background-color: transparent;
    color: #e74a3b;
    border: none;
    transition: ease-in-out all 0.2s;
}

.hlpl-logo {
    width: 100%;
    display: block;
    margin-top: 5px;
}

.hlpl-logo img {
    max-width: 100%;
    width: 200px;
    margin: 4px 0;
}

.form-1 {
display: block;
width: 100%;
height: 160px;
padding: .375rem 15px;
font-size: 1rem;
font-weight: 400;
color: #2f2f2f;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-bottom: 2px solid #2f2f2f;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-2 {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem 15px;
    font-size: 1rem;
    font-weight: 400;
    color: #2f2f2f;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 2px solid #2f2f2f;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-3 {
    width: 97%;
    height: 40px;
    padding: .375rem 15px;
    font-size: 1rem;
    font-weight: 400;
    color: #2f2f2f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #2f2f2f;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 3%;
}

.form-4 {
    display: block;
width: 100%;
height: 100px;
padding: .375rem 15px;
font-size: 1rem;
font-weight: 400;
color: #2f2f2f;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-bottom: 2px solid #2f2f2f;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: -12px;
}

.form-5 {
    display: block;
width: 100%;
height: 100px;
padding: .375rem 15px;
font-size: 1rem;
font-weight: 400;
color: #2f2f2f;
background-color: #fff;
background-clip: padding-box;
border: none;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-6 {
    display: block;
width: 100%;
height: 160px;
padding: .375rem 15px;
font-size: 1rem;
font-weight: 400;
color: #2f2f2f;
background-color: #fff;
background-clip: padding-box;
border: none;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.multi-form p {
line-height: 18.5px;
}
.multi-form hr {
margin-top: 10.7px;
margin-bottom: 10px;
border-top: 2px solid #2f2f2f;
}


.form-sub label{ font-size:13px; font-weight:550; margin-bottom:0px;}

.form-sub .form-control-user{ height:inherit !important;}
.form-control{ font-size:13px;}

.form-control:focus{ box-shadow:none !important; border-color: #ec485a;}
