.page-content {
    display: flex;
    justify-content: center;
    align-items: center; /* Adjust this for vertical alignment */
		margin-top: 60px;
		margin-bottom: 100px;

}

.op-login-form-1 {
    width: 500px; /* Increased width */
    padding: 20px;
    border: 1px solid #ddd; /* For visibility, can be styled as needed */
}

.entry-title {
		display: none !important;
}