.ec-forgetCompleteRole{
    margin-bottom: 60px;
}

.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin-left: unset;
    margin: 0 0 ;
    line-height: 1.5;
}


.ec-borderedDefs{
border: unset;
margin:  30px 0 0 0;
}
.ec-borderedDefs dl{
    padding: 0 0;
    border: unset;
    gap: 10px;
}
.ec-input input{
    width: 100%;
    margin: 0 0;    
    padding: 15px;
    height: auto;
}
.ec-borderedDefs dt,.ec-borderedDefs dd{
    width: 100%;
    margin: 0 0;
    padding: 0 0;
}
.ec-label{
    margin: 0 0;
}
.ec-reportHeading{
    border: unset;
}
.ec-reportHeading,h2{
    margin-top: 0;
    margin-bottom: 0;
}
h2{
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 24px!important;
}
.ec-reportDescription{
    margin-bottom: 0;
}
.ec-off3Grid .ec-off3Grid__cell{
    width: 100%;
    margin: 0 0 ;
}

@media screen and (max-width: 768px) {
    .ec-forgetCompleteRole{
        padding: 0 15px;
    }
  }