.form-group label{
font-size:1.6rem;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    /* padding: 40px; */
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    /* padding: 40px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.b-color_g{
    background: #1bcca9;
    border: none;
    color: #FFF;
  }
  .b-color_o{
    background-color:#f54b8b;
    border: none;
    color: #FFF;
  }
.b-color_lg{
    background-color:#5ba99a;
    border: none;
    color: #FFF;
  }

.b-color_red{
    background-color:#f41b40;
    border: none;
    color: #FFF;
  }

.theme-modern div[data-structure=b-heading-ribbon--flat] .p-heading-ribbon--flat, .theme-modern div[data-structure=b-premium-steps] .p-premium-steps__item-header {
  background: #e31f1f;
}

.p-heading-ribbon__body:before{
border-color: #9b1919
}

.theme-modern div[data-structure=b-heading-ribbon--flat] .p-heading-ribbon--flat:before {
  border-top-color: #e31f1f;
  border-right-color: #e31f1f;
  border-bottom-color: #e31f1f;
}
.theme-modern div[data-structure=b-heading-ribbon--flat] .p-heading-ribbon--flat:after{
border-top-color: #e31f1f;
  border-left-color: #e31f1f;
  border-bottom-color: #e31f1f;
}

.theme-modern div[data-structure=b-heading-ribbon--flat] .p-heading-ribbon__body:before, .theme-modern div[data-structure=b-heading-ribbon--flat] .p-heading-ribbon__body:after {
  border-color: #9b1919 transparent transparent transparent;
}