.loginbg
{
	border-style: solid;
    border-color: #eaebed;
}
.log-userbtn
{
	background-color: #7cb342;
}
.log-pwbtn
{
	background-color: #ff0000;
}
.bodymargin
{
	margin-top:4%;
	margin-bottom: 4%;
}
.loginbtn{
	background-color:#006996;
	color:#fff;
	padding-right: 75px;
    padding-left: 75px;

}
.loginbtn:hover {
  background-color: #0096d6;
  color: #a8a6a6;
}
.pwtext{
	color:black;
}
.loginform-padding{
	padding-top: 55px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #000000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  height: 32px;
    width: 57px;

}

.slider.round:before {
  border-radius: 50%;
}

.radio_perent{
	    padding-left: 2.5em;
}

.page-wrapper{
	background: #ffffff !important;
}

.whitetxtbtn{
	color:#ffffff;
	padding-left: 30px;
    padding-right: 30px;
    border-radius: 4px;
}

.termsconditions{
text-align: center;
padding: 15px;
  }
.footer{
  position: fixed;
    height: 52px;
    bottom: 0;
    width: 100%;
    background: #c5c5c5;
    color:#ffff;
    left: 0%;
}
/*.table-hover>tbody>tr:hover{
    --bs-table-accent-bg: #96c143; 
} */
.tblrowbgcolor{
  background-color:#96c143;
}
.tblcolcolor{
  background-color: #e2edc8 !important;
}
.tblrwcolor{
  color: #006996;
}
.tbldatecolor{
  color:#000000;
}
.card-body1{
text-align: -webkit-left;
padding-left: 20%;
}

.footer-btn {
    background: #ffffff;
    color: #000000;
    padding-left: 20px;
    padding-right: 30px;
    border-radius: 4px;
    border-color: #9DA7B2;
}
.custpadding-s{
padding-left: 40px;
    padding-right: 40px;
}
.custpadding-re{
  padding-left: 34px;
    padding-right: 34px;
  
}
.custpadding-add{
  padding-left: 25px;
    padding-right: 26px;
  
}
.custpadding-se{
      padding-left: 32px;
    padding-right: 33px;
}

.custpadding-up{
padding-left: 32px;
    padding-right: 32px;
}