
  .container-fluid {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Archivo', sans-serif;
}

/*[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}

.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}
.space-betwin-login{
  margin-bottom: 30px;
  margin-top: 30px;
}
.forgot-password{
  margin-bottom: 25px;
  text-align: right;
}
.login-content{
  font-size: 14px;
  color: #7B7B7B;
}
.l-social{
  width: 37px;
  margin-right: 15px;
  border-radius: 5px;
}

/*[ login more ]*/
.login100-more {
  width: calc(100% - 560px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}

/*[ Form ]*/
.new-add-parts{
    /* display: flex; */
    align-items: center;
}

.login100-form {
  width: 560px;
  min-height: 100vh;
  display: block;
  background-color: #ffffff;
  padding: 60px 50px 50px 50px;
  /* transform: translate(0, 8%); */
}

.login100-form-title {
  width: 100%;
  display: block;
  font-size: 30px;
  color: #7B7B7B;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
}
.welcome{
  width: 100%;
  display: block;
  font-size: 20px;
  color: #7B7B7B;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}


/*[ Input ]*/
.logo-login{
  text-align: center;
  margin-bottom: 45px;
}
.sign-up-logo{
  margin-bottom: 25px;
}
.text-box-login{
  padding: 26px 20px;
  border-radius: 45px;
  border: none;
  box-shadow: 0px 2px 10px #00000033;
  font-size: 15px;
}
.text-box-login::placeholder{
  color: #A5A0A0;
}

.login-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #76C065;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  border: 0px;
  transition: all 0.4s;
  border-radius: 5px;
}

a:hover {
  text-decoration: none;
}

button:focus{
  outline: none;
}


.custom-form {
    background: #fff;
    min-height: 44.8px;
    padding-left: 36px;
    border-radius: 5px;
    border: 1px solid #8b989d;
    /* color: #fff;*/
    font-weight: 600;
}
.custom-form :hover 
{
    box-shadow: none;
    outline: none;
}
.custom-form :focus 
{
    box-shadow: none;
    outline: none;
}
.label-text 
{
    font-weight: 600;
    color: #607D8B;
    font-size: 15px;
    text-transform: capitalize;
}
::placeholder 
{
    font-weight: 600;
    color: #203A4385;
    font-size: 15px;
}
.form-group 
{
    position: relative;
}
.user-icon,
.user-pwd 
{
    position: absolute;
    color: #203A4385;
    z-index: 999;
    left: 14px;
    top:45px;
}

.back-btn-login {
    text-align: center;
}
.back-bbttnn {
    background: #8BC34A;
    border: none;
    font-size: 25px;
    border-radius: 125px;
    height: 45px;
    line-height: 1px;
    color: #fff;
    width: 45px;
}

/*[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    display: none;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}




