html,
body {
  height: 100%;
  background-color: #9e9e9e0f;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

button {
  outline: none !important;
} 

input[type="text"]:focus {
  border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74559;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   
    color: #6b6969;

    }


 .btn-success {
    color: #fff;
    background-color: #38da49;
    border-color: #38da49;
  }


.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
/*.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-radius: 5px 5px 0px 0px;
}*/
.usuario[type="text"] {
  margin-bottom: -1px;
  border-radius: 5px 5px 0px 0px;
}

.contraseña{
  margin-bottom: 10px;
  border-radius: 0px 0px 5px 5px;
}
/*
.form-signin input[type="password"] {
      margin-bottom: 10px;
      border-radius: 0px 0px 5px 5px;
}*/

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(0, 0, 0)
    }