.form{

}
.form-box{   
    position: relative;
    z-index: 3;
    margin: auto;
    margin-top: 150px;
    width: 418px;
    height: 550px;
    background: #FFFFFF;
    box-shadow: 0px 4px 57px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
}
.form-title{
    padding-top: 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.form-number{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #8F8F8F;
    margin-bottom: 20px;
}
.input{
    display: block;
    margin: auto;
    padding-left: 20px;
    width: 90%;
    height: 51px;
    left: 545px;
    top: 4008px;
    border: 1px solid #B1B1B1;
    border-radius: 25.5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #979797;
}
.textarea{
    display: block;
    margin: auto;
    padding-left: 20px;
    padding-top: 10px;
    width: 90%;
    height: 95px;
    border: 1px solid #B1B1B1;
    border-radius: 22px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #979797;
    resize: none;
}
.form-button{
    display: block;
    margin: auto;
    width: 90%;
    height: 53px;
    background: #FFD335;
    border: none;
    border-radius: 22px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.form-button:hover {background-color: #d1a400}
.form-note{
    margin-top: 5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #A0A0A0;
}

.background-flek-two{
    position: absolute;
    margin-top: 180px;
    max-width: 500px;
}
.form-icon{
    position: absolute;
    display: block;
    right: 30px;
    margin-top: -44px;
}
@media only screen and (max-width: 550px) {
    .form-box{   
        position: relative;
        z-index: 3;
        margin: auto;
        margin-top: 150px;
        width: 90%;
        background: #FFFFFF;
        box-shadow: 0px 4px 57px rgba(0, 0, 0, 0.25);
        border-radius: 35px;
    }
    .background-flek-two{
        position: absolute;
        margin-top: 380px;
        max-width: 300px;
    }

}
@media only screen and (max-width: 420px) {
    .form-icon{
        position: absolute;
        display: block;
        right: 25px;
        margin-top: -44px;
    }
}