.login__form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*padding: 43px 88px 93px 190px; */
  padding: 13px 18px 13px 10px;
}
.login__form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 70px 15px 74px 15px; 
}
.login__form-title-font{
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.wrap-login100_search {  /*   Used for login page  main script*/
  /*width: 700px; */
  width: 1000px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative; 
}
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.limiter {
  width: 100%;
  margin: 50 auto;
  align-items: center;
}
.cent {
   /* align: center;
  position: absolute; 
  top: 40%;
  left: 45%; 
    align: center ; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 5vh; 
    background: #fff;
    border-radius: 10px;
  overflow: hidden;
  position: relative; 
  
}

.label_1942_a {
  font-family: Poppins-Regular;
  font-size: 12px;
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 2px;
}
.label_1942_b {
  font-family: Poppins-Regular;
  font-size: 12px;
  /*color: #0372a6; */
  color: #c02537;
  /*font-color: #108080;  rgba(25, 0, 0, 0.5); */
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 2px;
}
