.Login_successful_modal .modal-content{

    background: #000000ad;
    padding: 50px 30px 15px 30px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    outline: 0;
}

.Login_successful_modal .modal-body{
    text-align: center;
}
.Login_successful_modal .modal-body .mainsg{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
}
.Login_successful_modal .modal-body .subp{
    font-size: 15px;
    color: #FED015;
    margin-bottom: 0px;
}