	.shop-header-h1 .div-center .custom-header {
    font-size: 42px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 60px;
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    padding-top: 50px;
	padding-bottom: 50px;
	width: 100% !important;
	max-width: 600px !important;
	margin: 50px auto;
}

@media (max-width: 640px) {
    .login-form {
        padding-top: 20px;
        width: 90% !important;
        max-width: 400px !important;
    }
}

@media (min-width: 641px) {
    .login-form {
        width: 50% !important;
        max-width: 300px !important;
    }
}

	.shop-btn-login {
	background-color: #202225;
	color: white;
	border: 1px solid #202225;
	font-family: "poppins", sans-serif;
	}

	.shop-btn-login:hover {
	background-color: white !important;
	color: #202225 !important;
	border: 1px solid #202225 !important;
}