.logo{
    width: 160px
}

.rw{
    display: flex;
    justify-content: center;
}

 .sli{
    color: #f69533 !important;
    font-weight: bolder !important;
    font-size: 55px;
}

.sli2{
    color: white !important;
    font-weight: bold !important;
    font-size: 30px;
}

.sh{
    -webkit-box-shadow: 0px 2px 26px 2px rgba(0,0,0,0.92);
-moz-box-shadow: 0px 2px 26px 2px rgba(0,0,0,0.92);
box-shadow: 0px 2px 26px 2px rgba(0,0,0,0.92);
}

.sh1{
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    -moz-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
}

.bc{
    background:#f59534;
    opacity: 0.8; 
    color: white;
    border-radius: 37px;
}

.text-danger {
    font-size: 14px;
    margin-top: 10px;
  }

  .has-error .help-block{
    color: red !important;
    font-weight: bolder !important;
  }

  .ct{
    display: flex;
    justify-content: flex-end;
    margin-left: 67px !important;
  }


  .rw{
    display: flex;
    justify-content: center;
    margin-left:41px !important;
  }