.myactions {
    color: rgba(157, 157, 157, 0.54);
    cursor: pointer;
}

.my-inline{
    display: inline-block !important;
}

.mybtn {
    padding: 0;
}

.btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0px 0;
    font-size: 10px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin: 0;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.cta-color{
    background-color : #f2ae25;
    color: white;
}

.myselect {
        border-radius: 2px;
    padding: 10px 15px;
    height: auto;
    font-size: 1em;
    line-height: auto;
    border: 1px solid #c8d1d3;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 15px;
}

.inline{
    display: inline;
}

.cta-bg {
    background: url('../img/bckmotif.png');
}

/* LOGIN */
   #login {
        padding-top: 30px;
        position: absolute;
        width: 100%;
        height: 100%;
        top : 0px;
        left: 0px;
        background-color: #F7F7F7;
        background: url('../img/bck_motif.png');
        background-size: cover;
    }
    #login .form-control{
          /*background-color: rgba(0,0,0,.4);*/
          background-color:white;
          border-radius: 5px;
          /*color: #fff;*/
    }
    .bckLogin{
      /*background-color: rgba(0, 0, 0, 0.4);*/
      /*background-color: rgba(0, 0, 0, 0.19);*/
      /*background: rgba(0, 0, 0, 0.4);*/
      color: rgba(0, 0, 0, 0.4);
      padding-bottom:30px;
      padding:40px;
      border-radius: 10px;
    }
.btn-yellow{
  background-color: #f2ae25;
  border-color: #f2ae25;
  color:white;
  transition: all .3s;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:active:focus {
    color: #f2ae25 !important;
    background-color: white !important;
    border-color: #f2ae25 !important;
}