/*----custom.css----*/
body{
    background: #f5dde1;
}
.text-primary{
    color:#ff16d8 !important;
}
.bg-light {
    background-color: #fcf2fe !important;
}
.btn-primary {
    color: #000;
    background-color: #ff16dc  !important;
    border-color: #fd16ff  !important;
}
.btn-success {
    color: #fff;
    background-color: #21aaf3 !important;
    border-color: #21aaf3 !important;
}
.homebgimage{
    padding-top: 0 !important;
    padding-bottom: 2.5rem !important;
    background-image: url('../img/bg_image.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
}
.registergame_bgimage{
    padding-top: 0 !important;
    padding-bottom: 2.5rem !important;
    background-image: url('../img/love_game1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-check-input:checked {
    background-color: #e30461;
    border-color: #e30461;
}
@media (max-width: 767px) {
   .leftrighboyimg { 
      display: none;
   }
   .loveicon{
    width: 10%;
   }
}




