a.t-m-t-signin {
    display: none;
}

span.not-txt {
    color: #076e3b;
    text-align: center;
    width: 100%;
    /* background-color: #f9fbfc; */
    /* padding: 0.5rem 1rem; */
    /* border-radius: 3%; */
    font-size: 15px;
}

button.tmt-btn {
    all: unset;
    background-color: #3e6ae1;
    /* box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 3%); */
    padding: 9px 34px;
    height: auto !important;
    display: block;
    color: #ffffff;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.notif-i-land {
    background: #ffffff;
    padding: 1rem 0rem;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 3%);
    width: 30rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: 3%;
    z-index: 10000;
    /* background: rgb(135,191,228); */
    /* background: linear-gradient(86deg, rgba(135,191,228,1) 30%, rgba(215,236,254,1) 68%, rgba(255,255,255,1) 88%); */
    text-align: center;
    transition: all 0.3s ease;
    transform: translateY(-100px);
}

p.footer {
    top: 0%;
}

@media (max-width: 425px) {
    .notif-i-land {
        position: fixed;
        transform: translateY(-581%);
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}