*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 93.75%;
}
body{
font-family: "Quicksand";
}
.allwrap{
    width: 100%;
}
.form-container{
    border: 1px solid #fab005;
    border-radius: 2rem;
    overflow: hidden; 
    position: relative;
}
.link{
    display: flex;
    justify-content: space-between;
    max-width: 700rem;
    margin: 2rem 1rem;
}
.form-container{
    display: flex;
    max-width: 40em;
    height: 25rem;
    margin: 5rem auto;
    transition: transform 18s ease-in-out;
    scroll-behavior: smooth;
} 
.text_content{
    background-color: #fab005;
    padding: 10rem 2rem;
    position: absolute;
}
.text_content h3{
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
}
.text_content h3, 
.text_content p{
    max-width: 15rem;
    padding: 0.2rem 2rem;
}
.element_container{
    margin: 3rem 3rem 3rem 22rem;
    transition: transform 18s ease-in-out;
    scroll-behavior: smooth;
}
.element_container h2{
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.element_container input{
    border: 0.09rem solid #ffe066;
    padding: 1rem;
    border-radius: 0.5rem;
    width: 100%;
    margin-bottom: 2rem;
}

form input[name="login"]:last-of-type {
    background-color: #fab005;
}
form input[name="login"]:last-of-type:hover {
    cursor: pointer;
}
.side-1{
    position: absolute;
    left: -35rem;
}
.side-2{
    position: absolute;
    left: -36rem;
}
.anima{
    background-color: #fab005;
}
.animebtn{
    margin: 12rem auto;
}
.foranime{
    border: 0.1rem solid #495057;
    padding: 1rem 1.5rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    background-color: transparent;
    cursor: pointer;
    color: #495057;
}