.dashboardBox{
    height: 200vh;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

iframe{
    border:0;
}
.d-flex{
    display: flex;
}

.center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.socialLoginOption div{
    gap:10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.socialLoginOption div a{
    min-width: 133px;
}