/*event 2*/
.btn-disabled {
    border-radius: 20px !important;
}

/*Profile*/
@media screen and (max-width: 640px) {
    .profile-data .col-9{
        width: 100% !important;
    }
}
.profile-bg{
    background: #E0E0E0;
    border-radius: 20px;
    padding: 20px;
    color: #121111;
}
.bottom-border-table td {
    position: relative;
}
.bottom-border-table td::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0.1;
    background-color: #3E4A49;
}

/*forget*/
@media screen and (max-width: 640px) {
    .forget-form .col-5{
        width: 100% !important;
    }
}
.background-forget{
    width: 39% !important;
    padding: 35px;
    background-color: #193E3A;
    border-radius: 40px;
}