:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-bbaa872 */.employee-login form {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.employee-login label {
    margin-bottom: 5px;
}

.employee-login input[type="text"],
.employee-login input[type="submit"] {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.employee-login input[type="submit"] {
    background-color: #0073e6;
    color: white;
    cursor: pointer;
}

.employee-login input[type="submit"]:hover {
    background-color: #005bb5;
}/* End custom CSS */