.login-block {
  background-size: cover;
  background-image: url(/images/1.png);
  float: left;
  padding: 10px 0;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.login-sec {
  padding-left: 10px;
}

.banner-sec {
  background-image: url(/images/image\ 1.png);
  padding: 30px;
  background-size: 100%;
  background-size: cover;
  min-height: 500px;
  border-radius: 0 10px 10px 0;
  padding: 0;
}

.container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  box-shadow: 0 0 50px #ccc;
  width: 130vh;
  position: relative;
  z-index: 0;
}

.row:hover {
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
  box-shadow: 0px 0px 8px 0px rgb(50 50 50 / 54%);
}


/*****form****/

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 5px;
}

.input100 {

  font-size: 15px;
  font-weight: 500;
  line-height: 0.5;
  border: none;
  border-bottom: 1px solid #D1D1D4;


  display: block;
  width: 100%;

  height: 50px;

  padding: 0 30px 0 45px;
}


.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;

  border: none;
  border-bottom: 1px solid #D1D1D4;

  background: linear-gradient(-135deg, #bf4248);
  border-style: none;
  outline: none;
}

.input100:focus+.focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.6s ease-in-out forwards;
  outline: none;
}

:focus {
  outline: none;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 30px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 30px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;

  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 3px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-style: none;
}

.input100:focus+.focus-input100+.symbol-input100 {
  color: #bf4248;
  padding-left: 28px;
  outline: none;
}

.container-login100-form-btn {
  width: 100%;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  border-style: none;
  box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 72%);
  -webkit-box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 72%);

}

.login100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  position: relative;
  margin-top: 15px;

  width: 40%;
  height: 30px;

  background: #bf4248;


  justify-content: center;
  align-items: center;
  padding: 0 25px;



  transition: all 0.1s;
  border-style: none;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.login100-form-btn:hover {
  background: #bf4248;
  border-style: none;
  box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 72%);
  -webkit-box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 72%);

}

.company_logo {
  text-align: center;
  width: 20%;
}

img {
  width: 100%;
}

.textcenter {
  text-align: center;
}

.company_logo {
  text-align: center;
  width: 25%;
  margin: 0 auto 12px;
}


/*-----login slider-------------*/
a {
  text-decoration: none;
  color: #828287;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.login-form{
  padding-top: 20px;
  padding-bottom: 20px;
}
.login-form p {
  text-decoration: none;
  color: #828287;
  font-size: 12px;
  margin: 0;
  text-align: center;

}

.img {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {

  .banner-sec {
    display: none;
  }
}

/*-----   @media (max-width: 767px) {

              .login-block{height: auto; }}----*/


.vimg {
  width: 100%;
}

span.focus-input100:-webkit-input-placeholder {
  outline: 0;
}

/* password eye */
#toggle-password {
  cursor: pointer;
position: absolute;
top: 28px;
right: 25px;
color: #606060;
font-size: 13px;
}

#eye-icon {
position: absolute;
top: 50%;
left: 5px;
transform: translateY(-50%);
}

#password-input::-ms-reveal,
#password-input::-ms-clear {
display: none; /* Hide password reveal and clear buttons in Edge */
}
/* end eye icon */