html {
  overflow: scroll;
}
.none {
  display: none;
}
.fhalf-bkg {
  /* background:#2b2d93 !important; */
  background: #24283a !important;
}
.logbtn {
  color: #fff;
  background-color: #24283a;
  border-color: #24283a;
  border-radius: 7px;
  box-shadow: none;
}
.logbtn:hover {
  background-color: #24283a !important;
  border-color: #24283a !important;
  box-shadow: none;
}
.logbtn:active {
  background-color: #24283a !important;
  border-color: #24283a !important;
  box-shadow: none;
}
.width25 {
  width: 25%;
}
.logbtnloader {
  color: #24283a !important;
}
.transparent-background {
  background: transparent;
}
select:focus,
select:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: #ccc !important;
}
body {
  /*height: 100vh !important;*/
  /* background: #1f1f1f !important; */
  background: #fff !important;

  /*background-image: url("img/bg.png");*/
}
.width55 {
  width: 55%;
}
.br20px {
  border-radius: 20px;
}
#capVerBdy {
  padding: 0 !important;
  margin-top: 20px;
}
.refreshIcon {
  background: #ffffff;
  color: #333;
  padding: 3px;
  border-radius: 50%;
}
.mtop13 {
  margin-top: 13%;
}
.rlclose {
  font-size: 23px;
  position: absolute;
  top: 8px;
  left: 8px;
  cursor: pointer;
}
.cpointer {
  cursor: pointer;
}

.logValid {
  color: #fff;
}
.logo {
  min-height: 10%;
  min-width: 10%;
  max-height: 20%;
  max-width: 55%;
}
#capCard {
  background-color: transparent;
  border: none;
}
#capCard .card-header {
  border: none;
}
.logBlock {
  margin-top: 3vh;
  /*background-color: aliceblue;*/
}
#logBlock {
  margin-top: 20px;
}
.loginCard {
  border-radius: 22px;
  background-color: #fff;
  margin-top: 18%;
}
.loginCard .card-header {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background-color: #fff;
}
.loginCard .card-footer {
  background-color: #fff;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.footData {
  margin-top: 20px;
  /* color: #fff; */
}
.recent_user_img {
  min-width: 80%;
  min-height: 80%;
  max-height: 80%;
  max-width: 80%;
  cursor: pointer;
}
.recent_user_col {
  padding-left: 10px;
  padding-right: 10px;
}

.loginFields {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
}
.loginFields:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #333;
}

body::-webkit-scrollbar {
  display: none;
}
.captchaBlock {
  width: 100%;
}
#captchaRender {
  float: left;
  width: 50%;
}
#cref {
  float: left;
  cursor: pointer;
}
#llbox {
  display: block;
  width: 100%;
  float: left;
}
.mh240 {
  min-height: 240px;
}
.gplay_badge {
  /* min-height: 35%;
	min-width: 35%;
	max-height: 35%;
	max-width: 35%; */
  width: 245px;
}
.ios_badge {
  width: 198px;
}

#rclbox {
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  #rclbox {
    display: none !important;
  }
}
.rcl_card {
  width: 130px;
}
.w100 {
  width: 100%;
}
.errorBlock {
  margin-bottom: 40px;
}
.domainselect {
  position: relative;
  width: 100px;
}

.domainselect {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*Show on hover*/

.domainselect:hover {
  width: auto;
}

.domainselect:hover:after {
  display: none;
}
.zsl-service {
  text-align: right;
  width: 100%;
  display: block;
}
#rslAlert {
  display: none;
}
