@font-face {
  font-family: Poppins-Regular;
  src: url(../font/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../font/Poppins-Bold.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../font/Poppins-Medium.ttf);
}
.wrap-login100 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 102px 130px 33px 95px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.login100-pic {
  width: 42%;
}
.login100-pic img {
  max-width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
.login100-form {
  width: 50%;
}
.login100-form-title {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #333;
  line-height: 1.2;

  width: 100%;
  display: block;
  padding-bottom: 12px;
}
.pstyle {
  color: #737373;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 100% */
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2rem + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #616463;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d2d2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 2px;
}
.ns {
  margin-top: 26px;
}
.veh {
  color: #737373;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 100% */
}
.btns {
  color: white;
  border-radius: 5px;
  background: #00cbfe;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-top: 16px;
  font-weight: 500;
}
img {
  padding-right: 4px;
}
.s-btns {
  color: white;
  border-radius: 5px;
  border: 1px solid #8c8c8c;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  background-color: white;
  margin-top: 16px;
  color: #161616;
  font-weight: 500;
}
.vehs {
  color: #161616;

  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 100% */
}
.ta {
  text-align: end;
}

@media screen and (max-width: 927px) {
  .login100-pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap-login100 {
    padding: 50px;
  }
  .login100-form {
    width: 100%;
  }
}
.ms {
  padding-top: 145px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

*::-moz-selection {
  background: #1c1c1c;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #1c1c1c;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #1c1c1c;
  color: #ffffff;
  text-shadow: none;
}

/*--
   - Input Placeholder
  -----------------------------------------*/
*::-moz-placeholder {
  color: #1c1c1c;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #1c1c1c;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #1c1c1c;
  font-size: 14px;
  opacity: 1;
}

/* Custom Class */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Section Heading */
.section-head .title {
  font-size: 60px;

  font-weight: 500;
  line-height: 1.16;
  color: #1c1c1c;
}

.title {
  font-family: "Jost", sans-serif;
}

/*icons homepage */
.icon img {
  height: 50px;
  width: 50px;
}
