body,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0.3px;
}
body {
    overflow-x: hidden;
    /* background: transparent url("../images/panchayat.png") no-repeat scroll 0 0;
     background-color: #59c6e1;
	font-family: arial;
	background-size: cover; */
    /* background-color: rgb(232,233,251); */
}

.side-left {
    /* background-repeat: no-repeat; */
    /* height: 100%;
	width: calc(100% - 420px); */
    height: 100vh;
    width: calc(100% - 420px);
    --lol: calc(100% - 420px);
    float: left;
    /* background-size: cover;
  background-image: url(../images/karnataka_collage1.jpg); */
}
.img-element img {
    width: 18rem;
    height: 12rem;
}
.vidhanasoudha img {
    width: 18rem;
    height: 10.5rem;
}
#hampi {
    position: absolute;
    /* left:38rem; */
    bottom: 29rem;
}
#panchayat1 {
    position: absolute;
    left: 19.5rem;
    bottom: 30.5rem;
}
#panchayat1 img {
    width: 18rem;
    height: 10.5rem;
}
#beach {
    position: absolute;
    left: 38rem;
    bottom: 29rem;
}
#hill {
    position: absolute;
    /* left:38rem; */
    bottom: 15rem;
}
#mysore {
    position: absolute;
    left: 38rem;
    bottom: 15rem;
}
#history {
    position: absolute;
    /* left:38rem; */
    bottom: 1rem;
}
#jog {
    position: absolute;
    left: 38rem;
    bottom: 1rem;
}
#karnataka {
    position: relative;
    left: 22rem;
    top: 11.5rem;
}
#vidhanasoudha {
    position: absolute;
    left: 19.5rem;
    bottom: 1rem;
}
@media screen and (max-width: 768px) {
    .side-left {
        display: none;
    }
}

.side-left .sid-layy {
    position: absolute;
    width: 100%;
    height: 100%;
    width: calc(100% - 420px);
}
.button:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.button {
    display: inline-block;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }

  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

  .button:hover span {
    padding-right: 15px;
  }

  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

.side-right1 {
    background-color: #fff;
    height: 100vh;
    width: 420px;
    float: left;
    padding: 20px 30px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .side-right .side-right1 {
        width: 100%;
    }
}
.side-right .side-right1 h2 {
    font-size: 0.8rem;
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    padding: 20px 10px;
}
.side-right .side-right1 .form-row label {
    font-size: 0.8rem;
}
.side-right .side-right1 .skjh {
    font-size: 0.8rem;
}
.side-right .side-right1 .skjh span {
    float: right;
}
/* form{
	width: 82%;
	margin: 0 auto;
} */
.submit {
    border-radius: 0;
}
a {
    color: #fff;
}

.form-select {
    padding: 5px;
    font-size: 15px;
}
#login form {
    width: 82%;
    margin: 0 auto;
}
.register-top {
    border: 1px solid #ccc;
    background-color: #303691;
    color: #fff;
    padding: 15px 10px;
}
.register-bottom {
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
#online-pay.form-control,
#online-pay.btn,
#online-pay.form-select {
    padding: 10px;
}
@media only screen and (min-width: 792px) {
    .reg-button {
        text-align: right;
    }
}
@media only screen and (max-width: 792px) {
    .pay-table {
        overflow-x: scroll;
    }
}
h1.title-tax {
    color: #398aff;
    font-size: 24px;
}
.online{
    background-color: #303691 !important;
}
.landing-bg{
    background: url(../../landingPageAssets/images/landing-login.png) no-repeat left center; 
    height: 100vh !important;
   
   }
.landing-bg .loginbox{ 
        box-shadow: #00000073 0px 4px 12px 0px;
        width: 60%;
        border-radius: 20px;
}
.select2-container .select2-selection--single{
    line-height: 33px;
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    right: 8px !important;
}
@media only screen and (max-width: 420px) {
.l-xs{
    height: auto !important;
}
.landing-bg .loginbox{
    width: 100%;
}
}
@media only screen and (max-width: 992px) {
    .l-xs{
        height: auto !important;
    }
    .md-auto{
        text-align: center;
    }
    }