
.bgColor1{
    background-color: #F69220;
}

.button {
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: bold;
    margin: 15px 0px 15px 0px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
  }

  .buttonHoldMarketing {

    background-color: transparent; 
    color: #000; 
    border: 2px solid #F69220;
  }
  
  .buttonHoldMarketing:hover {
    background-color: #F69220;
    color: white;
  }


  .form-control{
    box-shadow: #F69220;
  }

.form-control:active{
    border-color: #F69220;
    box-shadow: #F69220;
}

.titlu {
    font-family: "Montserrat";
}

.back{
    font-family: "Montserrat";
    font-weight: bold;
    margin-bottom: 30px;
}

.back a{
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
    padding: 5px;
}

.back a:hover{
    border: 2px solid #F69220;
    color: #F69220;
    transition: .1s;
}

.subtitlu {
    font-family: "Montserrat";
}

.text {
    font-family: "Montserrat";
    font-size: 14px;
}

.titlu2 {
    font-family: "Montserrat";
    font-weight: bold;
}

