﻿.circleIcon {
    background: white;
    color: #212529;
    width: 33.6px;
    height: 33.6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.passwordChange-circleIcon {
    background: white;
    color: #212529;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-weight: 600;
    font-size: 40px;
}
