/* 

    == VentoNet Login Form
    == Floating Label Included
 
*/


.main-header {
    padding: 70px 0;
}

.login-from {
    margin-top: -3.5rem;
    width: 100%;
    min-height: 100vh;
}

.form-signin .form-label-group {
  position: relative;
  margin-bottom: 1rem;
  font-size: 16px;
}

.form-signin .form-label-group > input{
    border: 1px solid #000;
    border-radius: 2px;
    padding: 29px 20px;
}

.form-signin .form-label-group > input,
.form-signin .form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-signin .btn-light{
    color: #0084bf !important;
}

.form-signin .btn-primary{
    background-color: #0084bf !important;
    border-color: #0084bf !important;
}

.form-signin .btn-primary:hover{
    background-color: #026490 !important;
}

.form-signin .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: #000;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

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

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

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

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

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

.form-signin .form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-signin .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #000;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-signin .form-label-group > label {
    display: none;
  }
  .form-signin .form-label-group input::-ms-input-placeholder {
    color: #000;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-signin .form-label-group > label {
    display: none;
  }
  .form-signin .form-label-group input:-ms-input-placeholder {
    color: #000;
  }
}


/* Show and Hide Password Button
-------------------------------------------------- */

.pass_show{position: relative} 
.pass_show .ptxt { 
position: absolute; 
top: 45%; 
right: 10px; 
z-index: 1; 
color: #0084bf; 
margin-top: -10px; 
cursor: pointer; 
transition: .3s ease all; 
} 
.pass_show .ptxt:hover{color: #000;} 


/* Language Button
-------------------------------------------------- */
.btn-outline-primary:not(:disabled):not(.disabled).active{
  background-color: #0084bf !important;
  border-color: #0084bf !important;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #026490;
  border-color: #026490;
}
.btn-outline-primary {
  color: #0084bf;
  border-color: #0084bf;
}
