#page-content{
    padding-left: 0;
    margin-left: 0;
    height: 100%;
}
.app-logo{
    width: 200px; 
    height: 100px;
}
.site-name{
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5rem;
}
.login-wrapper{
    width:400px;
    max-width: 90%;
    padding-bottom: 2rem;
}

.form-floating>.form-control:-webkit-autofill~label,
.form-floating>.form-control:-webkit-autofill:hover~label, 
.form-floating>.form-control:-webkit-autofill:focus~label, 
.form-floating>.form-control:-webkit-autofill:active~label{
	-webkit-text-fill-color: var(--input-label-color);
}

input[type="submit"]{
    line-height: 2.5rem;
}