.bg-color{
    background: -webkit-linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
    /* background: -o-linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
    /* background: -moz-linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%); */
    background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%); 
}
label{
        display: inline-block;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: .8rem;
}
.custom{
    padding: 20px !important;
}
.tst {
    margin-top: 60px;
  }

.div-tiittle h3{
    text-align: center;
/*     font-family: 'Brush Script MT', cursive; */
    font-weight: bolder;
/*     font-size: 30pt; */
    color: #233d4d;
}

.div-tiittle p{
    text-align: center;
/*     font-family: 'Brush Script MT', cursive; */
    font-weight: bold;
    font-size: small;
    color: #233d4d;
}
.form-head{
    width: 100%;
    height: 30px;
    padding: 10px;
    background-color: #a9def9;
    position: relative;
}

.nav-link{
    font-weight: bolder;
}
