
main{
  margin-top: 40px!important;
}

fieldset { 
  border: 0px; 
  margin: 0px; 
  padding: 0px;
  box-sizing: border-box;
}

fieldset input { 
  display: block;
  width : 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  outline: none;
  font-size : 15px;
}

#password-strength {
 display: block;
 position: relative;
 font-size: 0px;
 top : 2px;
}



#PasswordForm .box {
  position: relative;
  width: 25%;
  height: 25px;
  display: inline-block;
  background-color: #e4e4e4;
  text-align: center;
}

#PasswordForm .box div.bar-text {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align:center;
  font-size: 13px;
  z-index: 3;
  line-height: 25px;
}

#PasswordForm .box div.bar {
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: 2;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

#PasswordForm .normal .box.box1 div.bar {
  background: #FF0000;
  width: 100%;
}

.box.box1,
#PasswordForm .box.box1 div.bar{ border-radius : 5px 0px 0px 5px; }

.box.box4,
#PasswordForm .box.box4 div.bar{border-radius : 0px 5px 5px 0px;}

#PasswordForm .normal .box.box1 div.bar-text,       
#PasswordForm .medium .box.box1 div.bar-text,       
#PasswordForm .strong .box.box1 div.bar-text,
#PasswordForm .vstrong .box.box1 div.bar-text, {
  color: #fff;
}

#PasswordForm .medium .box.box1 div.bar {
  background: #E66C2C;
  width: 100%;
}

#PasswordForm .medium .box.box2 div.bar {
  background: #E66C2C;
  width: 100%;
}

#PasswordForm .strong .box.box1 div.bar {
  background: #2D98F3;
  width: 100%;
}

#PasswordForm .strong .box.box2 div.bar {
  background: #2D98F3;
  width: 100%;
}

#PasswordForm .strong .box.box3 div.bar {
  background: #2D98F3;
  width: 100%;
}

#PasswordForm .vstrong .box.box1 div.bar {
  background: #006400;
  width: 100%;
}

#PasswordForm .vstrong .box.box2 div.bar {
  background: #006400;
  width: 100%;
}

#PasswordForm .vstrong .box.box3 div.bar {
  background: #006400;
  width: 100%;
}

#PasswordForm .vstrong .box.box4 div.bar {
  background: #006400;
  width: 100%;
}
.bars_respo1{
  display: none!important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  .flex-column li a{
    color: #343a40!important;
    font-weight: 600!important;
    font-size: 10pt!important;
    text-decoration: none!important;
    background-color: transparent;
  }

  .flex-column li a:hover{
   
    background-color: #e2e1e1!important;
  }

  :root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
  }

  

  .card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }

  .card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
  }

  .card-signin .card-body {
    padding: 2rem;
  }

  .form-signin {
    width: 100%;
  }

  .form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
  }

  .form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }

  .form-label-group input {
    height: auto;
    border-radius: 2rem;
  }

  .form-label-group>input,
  .form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
  }

  .form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }

  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }

  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }

  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }

  .form-label-group input::-moz-placeholder {
    color: transparent;
  }

  .form-label-group input::placeholder {
    color: transparent;
  }

  .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
  }

  .form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
  }

  .btn-google {
    color: white;
    background-color: #ea4335;
  }

  .btn-facebook {
    color: white;
    background-color: #3b5998;
  }

  @supports (-ms-ime-align: auto) {
    .form-label-group>label {
      display: none;
    }
    .form-label-group input::-ms-input-placeholder {
      color: #777;
    }
  }

  @media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
    .form-label-group>label {
      display: none;
    }
    .form-label-group input:-ms-input-placeholder {
      color: #777;
    }
  }