﻿* {
    margin: 0px;
    padding: 0px;
}
.line {
    border: none;
    height: 1px;
    background-color: #ccc;
    width: 95%;
   /* margin: 12px ;*/
}

.employee-login-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 62%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    margin-left: 19%;
    background-color: white;
    padding: 0 15px;
    gap: 10px;
    /* Remove default button styling */
    border: 1px solid #ddd;
    outline: none;
    margin-top: 29px;
}

    .employee-login-btn:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

.icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.icon_image {
    width: 100%;
    height: 100%;
    display: block;
}

.employeetext {
    color: #555;
    text-decoration: none;
    line-height: 1;
    user-select: none;
}
  
