*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 93.75%;
}
body{
    font-family: "Quicksand";
}
.link{
    display:flex;
    justify-content: space-between;
    max-width: 70%;
    margin: 1rem auto;
}
.form_wrapper{
    max-width: 50rem;
    border: 0.2rem solid #fab005;
    border-radius: 0.7rem;
    margin: 2rem auto;
    height: 36rem;
    overflow: hidden; 
    position: relative;
}
.all_wraper{
    display: flex;
    height: 36rem;
    transition: transform 18s ease-in-out;
}
.input_wrapper{
    display: flex;
    flex-direction: column;
}
.form_content_wrapper{
    background-color: #fab005;
    padding: 16rem 4rem;
}
.form_content_wrapper h3, p{
    font-size: 1.3rem;
}
.input_form_wrapper{
    margin: 0.5rem auto;
}
.input_wrapper input{
    width: 100%;
    border:0.03rem solid #fab005;
    margin-top: 0.7rem;
    border-radius: 0.5rem;
    padding: 1rem;
}
.btn{
    background-color: #fab005;
    cursor: pointer;
}
.register_btn{
    border:0.03rem solid #495057;
    border-radius: 1.7rem;
    background: transparent;
    padding: 1rem 1.5rem;
    cursor: pointer;
    color: #495057;
    position: absolute;
    top: 16.5rem;
    right: 22rem;
}
.class-1{
    background-color: #fab005;
}
.class-2{
    position: absolute;
    left: -40rem; 
}