body {
    background: #f8f9fa!important;
	font-family: var(--bs-font-sans-serif);
	padding: 0px;
	margin: 0 auto;
}

.space{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;

}
	
.form {
    margin: 150px auto;
    width: 350px;
    padding: 50px 40px;
    background: white;
    border-radius: 10px;
   top: 50%;                
}
h1.login-title {
    color: #666;
    margin: 0px auto 25px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}
.login-input {
   font-size: 15px;
    border: 2px solid #dee2e6;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(100% - 23px);
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
}
.login-button {
    color: #fff;
    background: #E5005B ;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
	border-radius:5px;
}

.login-button:hover{
	background-color: #53182D;
	
}
.logo-full{
	
	margin: 0 auto;
	display: block;
	max-width:220px;
	text-align: center;
	padding-bottom: 40px;

}
.link {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.link a {
    color: #666;
}
h3 {
    font-weight: normal;
    text-align: center;
}
