.bg-wrapper {
    background-image: url("../tim3la/back-gradient.webp");
    background-repeat: repeat-y;
    background-position: center -2500px;
    background-size: 4000px;
    width: 100%;
}

.content {
    background-image: url("../tim3la/black-holes.svg");
    background-repeat: no-repeat;
    background-position: 50% -300px;
}
.error-title {
    padding-top: 6.65rem;
    font-size: 2rem;
    text-align: center;
}
.error-img {
    display: flex;
    margin-inline: auto;
    margin-top: 1.5rem;
    width: 381px;
}
.btn-main {
    display: flex;
    margin-top: 1.5rem;
    padding: 0.55rem 5.9rem 0.75rem 5.9rem;
    justify-content: center;

    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    border-radius: 4rem;
    border-color: white;
    border-width: 1px;
    border-style: solid;

    width: 300px;
    margin-inline: auto;

    transition: 0.5s ease-in-out;
}
.btn-main:hover {
    transform: scale(1.05);
    transition: 0.1s;
}


.forma {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    padding: 2rem 2.3rem;
    gap: 2rem;

    width: 718px;

    background-color: rgba(255, 255, 255, 0.07);

    border-radius: 1.5rem; -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3) inset;

    backdrop-filter: blur(30px);

    margin-inline: auto;

}

.form-title {
    font-size: 2rem;
    color: #9456D5;
    text-align: center;

    padding-inline: 63px;
}
.form-text {
    font-size: 1rem;
    padding-inline: 0.85rem;
}
.inp-group {
    width: 100%;
}
.form-input {
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3) inset;
    background-color: rgba(255, 255, 255, 0.17);
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 1.33rem;

    width: 100%;
    height: 10.4rem;

    margin-top: 0.5rem;
    box-sizing: border-box;

    font-family: inherit; /* 1 */
    font-size: inherit; /* 1 */
    line-height: inherit;
    padding: 1rem;
    text-align: left;
    color: white;

    resize: none;
}


#inp-group-1 .form-input {
    height: min-content;
}
.forma .send {
    font-size: 1.5rem;
    width: 100%;
}
.forma  .send:hover {
    transform: scale(1.05);
}
.modal-overlay {
    width: 100%;
    height: 100%;
}












@media (max-width: 1076px) {
    .content {
        background-image: url("../static/black-holes-phone.svg");
        background-repeat: repeat-y;
        background-position: 50% -20px;
        background-size: 100%;

        margin-block: -1px;
    }
    .error-title {
        font-size: 1.5rem;
    }
    .error-img {
        width: 177px;
    }
    .btn-main {
        font-size: 1.25rem;
        width: 100%;
        padding-inline: 0;
        max-width: 316px;
    }
    .btn-main:hover {
        transform: scale(0.95);
    }
    .forma {
        width: 100%;

        box-sizing: border-box;

        padding: 1rem;
    }
    .form-title {
        font-size: 20px;
        padding-inline: 0 ;
    }
    .form-text {
        font-size: 1rem;
    }
    .form-input {
        width: 100%;
    }
    .forma  .send {
        width: 100%;
        font-size: 20px;
    }
    .forma  .send:hover {
        transform: scale(0.95);
    }




}