*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

form i {
    margin-left: -30px;
    cursor: pointer;
    color: white!important;
}
body
{
    background-image: url("/img/blue.jpg");
    background-repeat: no-repeat;
}

.p_inp {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gl_morph {
    box-shadow: inset 0 0 0 200px rgb(255 255 255 / 7%);
    color: #e6e6e6;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
}

@media screen and (max-width:768px) {
    
    .card_width
{
    width: 100%;
}
}

 