
 
.card2{
margin-top: -80px;
 // width: 500px;
  border:none;
border: 1px solid #ddd;
position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

 


.btr{

  border-top-right-radius: 5px !important;
}


.btl{

  border-top-left-radius: 5px !important;
}

.btn-dark {
    color: #fff;
    background-color: #3366cc;
    border-color: #3366cc;
}


.btn-dark:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}


.nav-pills{

  display:table !important;
  width:100%;
}

.nav-pills .nav-link {
    border-radius: 0px;
        border-bottom: 1px solid #0d6efd40;

}

.nav-item{
      display: table-cell;
      // background: #0d6efd2e;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3366cc;
}

.form{

  padding: 10px;
      height: 430px;
}

.form input{

  margin-bottom: 12px;
  border-radius: 3px;
}


.form input:focus{

  box-shadow: none;
}


.form button{

  margin-top: 20px;
}


.authForm_item {
    margin-bottom: 30px;
    position: relative;
}

.authForm_item .gbForm_itemKey.form_label-inner {
    background-color: #fff;
    cursor: text;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .12s linear;
    transition: all .12s linear;
    will-change: auto;
}




.border-lable-flt {
  display: block;
  position: relative;
}
.border-lable-flt label, .border-lable-flt > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
  top: -.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.border-lable-flt label::after, .border-lable-flt > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
}
.border-lable-flt .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.border-lable-flt .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.border-lable-flt .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    opacity: .5;
    top: 0.7em;
}
.input-group .border-lable-flt {
  display: table-cell;
}
.input-group .border-lable-flt .form-control {
  border-radius: 0.25rem;
}
.input-group .border-lable-flt:not(:last-child), .input-group .border-lable-flt:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .border-lable-flt:not(:first-child), .input-group .border-lable-flt:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control:focus {
  //color: #804000;
  background-color: #fff;
  border-color: blue;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 51, 0.25);
}

.text-center2 {
    font-size: 0.875rem;
    height: calc(1.875rem + 2px);
    line-height: 3.50;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    text-align: center;
}

.iconsubmit {
    position: relative;
    font-size: 1.3em;
    z-index: 1;
    left: -30px;
    top: 1px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }



.policy_login {
    color: rgba(0,0,0,.87);
    font-size: 16px;
    line-height: 18px;
    padding-top: 38px;
    text-align: left;
    word-break: break-word;
}

.policy_login2 {
    color: rgba(0,0,0,.87);
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
    text-align: left;
    word-break: break-word;
}
