body {
    line-height: 1.5;
    color: #161515;
    font-family: 'font open sans', sans-serif;
    background-color: #eee;
}
#wrapper {
    background-color: transparent;
}
#content {
    background-color: transparent;
}
small{
    font-family: 'font open sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: 'font open sans', sans-serif;
}
.required{
    color: red;
}
.box-dashed {
    display: block;
    padding: 10px;
    border-radius: 2px;
    border: 1px dashed #b9b7b7;
    background-color: #f3f3f3;
}
.media-check {
    display: flex;
    align-items: flex-start;
}
.media-check .media-body-check {
    display: block;
    margin-left: 10px;
}
.d-cursor {
    cursor: pointer;
}
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    font-family: 'font open sans', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #202020;
    margin-bottom: 10px;
    cursor: default;
}
.bg-login{
  width: 100%; 
  height: 100%; 
  position: absolute; 
  left: 0; 
  top: 0; 
  /*background: linear-gradient(to bottom, #ffd100, #6b1e00);*/
  /*background: linear-gradient(to bottom, #f3c686, #9e583d);*/
    background: linear-gradient(to bottom, #f2c882, #ae6d02);
}
.button-black.button-black-custom {
    /*background-color: #6b1e00;*/
    background-color: #ed9b11;
}
.button-black.button-black-custom:hover{
    /*background-color: #6b1e00;*/
    background-color: #2a2a2a;
}

.button.btn-grey-dark{
  background-color: #2a2a2a;
}
.button.btn-grey-dark:hover{
  /*background-color: #6b1e00 !important;*/
    background-color: #ed9b11 !important;
}
.button-black.button-black-custom-3{
    background-color: #f44907;
}
.button-black.button-black-custom-3:hover {
    background-color: #d54107 !important;
}
.section {
    overflow: auto;
}
.frame-logo{
    display: block;
    margin: auto auto 10px auto;
    max-width: 250px;
    height: 50px;
    margin-top: 40px;
    transition: .3s;
    opacity: 1;
}
.frame-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.frame-logo:hover{
    opacity: .5;
    transition: .3s;
}
.form-control:focus, .form-control:active{
    border-color: #057413;
}
.box-panel{
  /*max-width: 400px;*/
    display: block;
    margin-top: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background-repeat: repeat-x;
    /* background-repeat-x:repeat;
    background-repeat-y:no-repeat; */
    background-position: bottom;
    background-size: 280px;
}
.box-panel-2 {
    max-width: 700px;
    display: block;
    margin-top: 10px;
    box-shadow: 0 0 0 10px rgba(255,255,255,.7);
}
.btn-yellow{
    color: #0e0e0e;
    background-color: #f8b217 !important;
    border-color: #f8b217 !important;
}
.btn-yellow:hover{
    color: #0e0e0e;
    background-color: #f8b217 !important;
    border-color: #f8b217 !important;
}
.btn-green{
    color: #ffffff;
    background-color: #057413;
    border-color: #036710;
}
.btn-green:hover{
    color: #ffffff;
    background-color: #025b0d;
    border-color: #025b0d;
}
.btn-orange{
    color: #ffffff;
    background-color: #ff7d03;
    border-color: #e97101;
}
.btn-orange:hover{
    color: #ffffff;
    background-color: #e97101;
    border-color: #e97101;
}
.font-weight-light{
    font-weight: 300 !important;
}
.font-weight-normal{
    font-weight: 400 !important;
}
.font-weight-semibold{
    font-weight: 600 !important;
}
.font-weight-light{
    font-weight: 300 !important;
}
.font-weight-regular{
    font-weight: 400 !important;
}
.font-weight-bold{
    font-weight: 700 !important;
}
a.link-forgot{
    text-decoration: none !important;
    color: #636363;
    float: right;
}
a.link-forgo:hover {
    color: #ff7d03;
}
a {
    text-decoration: none !important;
    color: #929292;
}
a:hover {
    color: #ff7d03;
}
.padding-box{
  padding: 15px 15px 50px 15px;
}
.m-t-1{
  margin-top: 10px !important;
}
.m-b-1{
  margin-bottom: 10px !important;
}
.m-b-0{
    margin-bottom: 0px !important;
}
.alert.alert-custom{
  padding: 10px;
  font-size: 12px !important;
}
.title-footer{
    font-size: 11px;
    text-align: center;
    color: #868686;
    display: block;
    margin-bottom: 10px;
}
.preview-li dt{
    font-weight: 600;
}
.preview-li dd{
    margin-bottom: 5px !important;
}
.value-right {
    display: flex;
}
.value-right span {
    margin-right: 10px;
}
ul.ul-radio-check li{
    display: inline-block;
    margin-right: 10px;
}
ul.ul-radio-check li span{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
ul.ul-radio-check li span label{
    margin-bottom: 0;
}
ul.ul-radio-check li span input{
    margin-top: 0;
    margin-right: 5px;
}
h4.title-h4{
    font-weight: 400;
    margin-bottom: 20px;
}
h4.title-h4:before{
    content: '';
    border-left: 3px solid #ff7d03;
    margin-right: 5px;
}
.m-b-2{
    margin-bottom: 20px;
}
dd{
  margin-bottom: 5px;
}
.form-group label{
    margin-bottom: 5px;
}
@media (max-width: 767px){
    .frame-logo {
        max-width: 200px;
    }
}
@media (max-width:991px){
  
    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important;
    }
}