﻿.headerSelfReg {
    display: flex;   
    height: 80px;
    padding-right: 0.155px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-size: contain; /* Adjust as needed */
    background-repeat: no-repeat;
    background-position: left;
}

.card {
    width: 100%;
    position: relative;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    background-color: #fff;
    height: 895px;
}
