/* ========== login section start  =========== */

.login-area {
    margin-top: 100px;
}

.login-area .container {
    width: 40%;
    margin: 0 auto;
    box-shadow: none;
}

.login-area .form-content .div-dash {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.login-area .form-content .div-dash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ========== login section end  =========== */