html, body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F8F9FA;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.button-mostrar {
	background-color: transparent;
	border: 1px solid #ced4da;
	font-size: 1.4rem;
  }
  
.button-mostrar:hover {
	background-color: rgb(218, 218, 218);
	border: 1px solid #ced4da;
	font-size: 1.4rem;
}

.button-mostrar:focus {
	background-color: transparent;
	border: 1px solid #ced4da;
	font-size: 1.4rem;
}

.form-control {
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
}

.form-signin input[type="password"] {
	margin-bottom: 0px;
}

.form-signin .logo {
    width: 100%;
}

.btn-color {
    background-color: #414D43;
    border: #414D43;
}

.btn-color:hover, .btn-color:focus {
    background-color:#608064;
    border: #608064;
}
