body {
  margin: 0px;
  padding: 0px;
}
.main-div {
  background-image: url("../assets/icons/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* padding: 20px; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-div > div {
  width: 80%;
  overflow-x: hidden;
  padding-top: 30px;
  margin-top: -30px;
}
.rnr-log-div {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.rnr-log-div img {
  width: 280px;
}
.white-image-div {
  background-image: url("../assets/icons/white_backgroundNew.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 0 auto;
  /* width: 80%; */
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  padding: 1px 1px 1px 1px;
  position: relative;
  box-shadow: 0 5px 8px #dce2ff;
}
.white-image-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px 20px 0px 20px;
  overflow: hidden;
  position: relative;
  grid-column-gap: 15px;
}

.verticle-top-img img {
  width: 100%;
}
.verticl-icons-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.verticl-icons-div > div img {
  /* width: 120px; */
  /* margin-top: -20px; */
  margin-top: -15px;
}

.key-features-top-img img {
  width: 90%;
}
.key-features-icons-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.key-features-icons-div > div img {
 /*  width: 80px;
  margin-top: -15px; */
  width: 90%; 
}
.modules-icons-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.modules-icons-div > div img {
  /* width: 80px;
  margin-top: -15px; */
  width: 100%; 
}
.login-div {
  border: 1px solid #e0dddd;
  border-top: none;
  border-bottom: none;
}

.login-div > div img {
 /*  width: 80%; */
  margin-top: 35px;
}
.login-div-h1 h1 {
  font-size: 35px;
  font-family: "Poppins";
  color: #000;
  font-weight: 800;
}
.login-input-div {
  width: 80%;
  border-radius: 8px;
  background-color: #ebebebb3;
  color: #000;
 /*  padding: 8px; */
 /*  display: flex; */
  align-items: center;
  font-size: 12px;
  border: none;
  margin: 0 auto;
  /* margin-bottom: 15px; */
  margin-bottom: 12px;
  position: relative;
}
.login-input-div input {
  width: 100%;
  border-radius: 8px;
  background-color: #ebebebb3;
  color: #000;
  padding: 8px;
  /* padding: 0px; */
  display: flex;
  align-items: center;
  font-size: 12px;
  border: none;
  outline: none;
}
input[type="email"] {
  padding-right: 30px; /* Adjust this value to accommodate the width of your icon */
}
.icon {
  position: absolute;
  top: 50%;
  right: 5px; /* Adjust this value to position the icon as per your requirement */
  transform: translateY(-50%);
  margin-right: 8px;
}
input[type="password"] {
  padding-right: 30px; /* Adjust this value to accommodate the width of your icon */
}
.login-input-div-password {
  width: 80%;
  border-radius: 8px;
  background-color: #ebebebb3;
  color: #000;
  padding: 8px;
  /* display: flex; */
  align-items: center;
  font-size: 12px;
  border: none;
  margin: 0 auto;
  position: relative;
}
.login-input-div-password input {
  width: 100%;
  background-color: #ebebebb3;
  color: #000;
  padding: 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  border: none;
  outline: none;
}
.login-forgot-password-div {
  text-align: right;
  margin-right: 32px;
}
.login-forgot-password-div p {
  color: rgb(0, 163, 0);
  font-family: "Poppins";
  font-size: 14px;
}
/* swith */
.login-checkbox-div {
  text-align: left;
  margin-left: 30px;
}
input[type="checkbox"] {
  position: relative;
  width: 45px;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: #ebebebb3;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 2px 20px 1px 0px rgb(0 0 0 / 50%);
}

input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

input[type="checkbox"]:checked {
  background: #000;
}
/* swith */

.login-button {
  cursor: pointer;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #15296b;
  border-radius: 10px;
  border: none;
  transition: all 0.4s ease 0s;
  width: 80%;
  margin: 0 auto;
  /* margin-top: 20px; */
  /* padding: 10px; */
  padding: 8px;
}
.login-button button {
  cursor: pointer;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #15296b;
  border-radius: 10px;
  border: none;
  transition: all 0.4s ease 0s;
  font-weight: 600;
}
.login-button:hover {
  background: #15296b;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}

.login-english-text-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px 15px 0px;
}
.login-english-text-div > div span {
  font-size: 14px;
  color: #000;
  font-family: "Poppins";
}

.login-english-text-div > div > span > a {
  font-size: 14px;
  color: #000;
  font-family: "Poppins";
}
.footer {
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0px 0px 20px 20px;
  padding: 10px 0px;
}

.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-i {
  background-color: #000;
  width: 20px;
  height: 20px;
  border-radius: 360px;
  margin-right: 5px;
  text-align: center;
}
.footer-i i {
  color: #fff;
  margin-top: 1px;
  font-size: 12px;
}
.footer-display-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 8px 0px 0px;
}
.spanName {
  font-family: "Poppins";
  font-size: 12px;
  text-decoration: none;
  color: #000
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: transparent;
  width: 100%;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: transparent;
  color: #fff;
}

.login-input-div span.k-widget.k-dropdown.k-header {
  width: 100%;
  padding: 8px 0;
}

input#UserUsername {padding-right: 30px;}

span.k-dropdown-wrap.k-state-default {
  background: #ebebebb3;
  border: 1px solid #ebebebb3;
}

@media only screen and (max-width: 767px) {
  body {
    height: 100vh;
  }
  .white-image-content {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0px 20px 0px 20px;
  }
  .rnr-log-div {
    top: -8px;
  }
  .rnr-log-div img {
    width: 160px;
  }
  .main-div {
    height: 100%;
  }
  .verticle-top-img {
    display: none;
  }
  .white-image-div {
    /* background-image: url("../assets/icons/bg.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin: 0 auto;
    position: relative;
    padding: 10px 0px 0px 0px;
  }
  .key-features-top-img {
    display: none;
  }
  .login-div {
    border: none;
  }
  .footer-icons {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .footer-display-inline {
    margin: 0px 0px 5px 20px;
    justify-content: left;
  }
  .login-div-h1 h1 {
    font-size: 30px;
  }
}

.vertical-img{
  width: 11%;
  float: left;
  display: inline-block;
}
.client-logo {
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    padding: 5px;
}
.verticle-top-img {
  margin: 0px 20px;
}