
body {
    background-color: #F4F4F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.customer-login-header-main {
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    width: 100%;
    padding: 20px 0;
}

.customer-login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 16px;
    width: 50%;
    max-width: 400px;
    padding: 48px;
    margin-top: auto;
    margin-bottom: auto;
}

.customer-login-form-main-text {
    font-size: 36px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 100%;
}

.customer-login-form-secondary-text {
    width: 72%;
    padding: 20px 0 20px 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.customer-login-btn {
    background-color: #005BC1;
    width: 80%;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
