.inp {
    width: 30%;
}

.btn-dim {
    width: 20%;
}

/* .fs-auto{
    font-size: 2vw;
} */
/* .neo {
    border-radius: 30px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow: 7px 7px 18px #afafaf,
        -7px -7px 18px #ffffff;
} */

/* .neo-btn {
    border-radius: 14px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow: 7px 7px 9px #c1c1c1,
        -7px -7px 9px #ffffff;

} */
.neu-btn {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    color: rgba(250, 250, 250, 0.253);
    /* transition: backgroung-color ease-in-out 1s; */
    /* transition-delay: 0.5s; */
    cursor: pointer;
    position: relative;
}
.neu-btn::after {
    content: '';
    color: rgba(3, 53, 3, 0.904);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.14);
     /* box-shadow: 1px 1px 5px #bebebe,
    -1px -1px 5px #ffffff; */
    box-shadow: none;
    transition: backgroung-color ease-in-out 1s;
    /* transition-delay: 0.5s; */
    cursor: pointer;
    position: absolute;
}
.neu-btn::after:hover{
    position: absolute;
    content: '';
    color: rgba(3, 53, 3, 0.904);
    border-radius: 50px;
    background: rgba(45, 90, 2, 0.418);
    box-shadow: 1px 1px 5px #bebebe,
    -1px -1px 5px #ffffff;
    transition-delay: 0.5s;
    transition: linear;
}

.gls {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.6px);
    -webkit-backdrop-filter: blur(10.6px);
}