.toggle {
  --width: 80px;
  --height: calc(var(--width) / 3);
  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.toggle input {
  display: none;
}
.toggle .labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: sans-serif;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  background-color: #4fe132;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
}
.toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: calc(var(--width) * -1);
  height: 100%;
  width: 100%;
  color: #ffffff;
  background-color: #cd0a5d    !important;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  
}
.toggle input:checked~.labels::after {
  transform: translateX(var(--width));
}
.toggle input:checked~.labels::before {
  transform: translateX(var(--width));
}
/* ===================================== Basic CSS ================================== */
@font-face {
  font-family: 'bliss-pro';
  src: url(../../assets/fonts/blisspro.ttf) format("truetype");
  font-style: normal
}

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  outline: none;
}
ul {
  margin-bottom: 0;
  padding-left: 0;
}
a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}
.cp {
  cursor: pointer;
}
p {
  margin-bottom: 0px;
  width: 100%;
}
.layy {
  padding: 30px;
}
h2 {
  width: 100%;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.sec-title {
  text-align: center;
}
.sec-title h2 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: none;
  font-family: robot-slab;
}
.sec-title p {
  font-size: 14px;
}
body {
  background: #f4f4f4;
  font-size: 0.85rem;
  overflow-x: hidden;
  font-family: 'bliss-pro'!important;
}

.social {
  position: fixed;
  left: 0px;
  top: 37%;
  width: 60px;
  height: 120px;
  background-color: #EAEAEA;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.social ul li {
  list-style: none;
  float: none;
  font-size: 32px;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #FFF;
}
.social ul {
  padding-left: 0px;
}
/* ===================================== Header Style  ================================== */
.login-box {
  padding: 20px;
  background-color: #FFF;
  float: inherit;
  margin: auto;
  margin-top: 12%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.login-box .input-group-text{
  height: 35px;
  border: 0px;
  background: transparent;
}
.login-box .title-box {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-top: -38px;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
  margin-bottom: 40px;
}
.login-box .title-box h2 {
  font-size: 28px;
  margin-bottom: 0px;
}
.login-box .title-box p {
  font-size: 12px;
}
.login-box .row {
  margin: 0px;
  margin-top: 35px;
}
.login-box .row input {
  height: 35px;
  border: 0px;
  border-bottom: 1px solid #CCC;
}
.login-box .row label {
  margin-top: 7px;
  margin-left: 9px;
  float: left;
}
.login-box .row input[type=checkbox] {
  float: left;
}
.login-box .chk-lab {
  margin-top: 40px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  color: #fff;
  background: #cd0a5d!important;
}
.login-box .chk-lab .colkd {
  padding-top: 7px;
  text-align: right;
}
.login-box .chk-lab .colkd a {
  color: #cd0a5d;
  font-size: 13px;
}
.login-box .submot-row {
  text-align: center;
  margin-top: -15px;
}
.login-box .submot-row .btn-sm {
  /* margin-bottom: -55px; */
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  width: 160px;
  background-color: #cd0a5d;
  border-color: #cd0a5d;
}
.coy-info {
  padding: absolute;
  float: right;
  bottom: 0px;
  margin-right: 30px;
  margin-top: 100px;
}
input::-webkit-input-placeholder {
  font-size: 14px;
  color: #D8D8D8;
}
input::-moz-placeholder {
  font-size: 14px;
  color: #D8D8D8;
}
input::-ms-input-placeholder {
  font-size: 14px;
  color: #D8D8D8;
}
.btn-success:hover {
  background-color: #cd0a5d !important;
  border-color: #cd0a5d !important;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 2px solid #cd0a5d !important;
}
.fa-envelope:before {
  content: "\f0e0";
  color: #cd0a5d   ;
}
.fa-lock:before{
  content: "\f023";
  color: #cd0a5d;
}

