body{
height: 100vh !important;
}
.login{
  margin: auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
 }
.card{
  min-width: 350px;
  max-width: 450px;
}

.img-login{
    margin: auto;
    text-align: center;
    margin: 20px 0;
}
.img-login img{
    max-width: 240px;
}
form.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.9rem 1rem;
}

input:focus, textarea:focus, select:focus{
  box-shadow: 0 0 0 0 !important;
  border:2px solid #3483Fa !important;
  outline: 0 !important;
  padding: 0.9rem 0.9rem !important;
}

form.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

#btnShowPassword{
    position: relative;
    top: -36px;
    left: 85%;
}

#btnShowPassword:hover{
    cursor: pointer;
    color: #666;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}