body {
    background: linear-gradient(264deg, #295965, #00b5a5);
    background-size: 400% 400%;
}

.logo-login-header {
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80px;
    margin-top: -16px;
    margin-bottom: 30px;	
}

.logo-login-footer {
	width: 150px;
	height: auto;
	max-width: 100%;
	margin-top: 25px;
}

.card-signin {
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 1.5rem;
}

.card-signin .card-body {
	padding: 4rem;
}

.form-signin {
	width: 100%;
}

.form-signin .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	transition: all 0.2s;
	margin-top: 2rem !important;
}

 .form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group input {
	height: auto;
}

input:focus {
	box-shadow: 0px 1px 8px 1px #295965 !important;
}

.error {
	color: #ff0000;
}

.btn-login, .btn-login:hover {
	background-color: #295965;
    color: #FFFFFF;
    cursor: pointer;
}

.vertical-center {
  min-height: 100%;  
  min-height: 100vh; 
  display: flex;
  align-items: center;
}