.form_question{
    position: absolute;
    display: none;
    width: 54vw;
    background-color: #ac0809;
    border-radius: 7px;
    margin-left: 20vw;
    margin-top: 25vh;
}
.question{
    text-align: center;
    font-family: 'Raleway';
    color: white;
    font-size:18px;
}
.answer{
     font-family: 'Raleway';
    color: white;
    font-size:15px;
}
.close_form{ 
    
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -3%;
    top: -27%;
    z-index: 99999;
    width: 30px;
    height: 100px
}
.form_info{
    position: absolute;
    display: none;
    width: 35vw;
    background-color: #ac0809;
    border-radius: 7px;
    margin-left: 30vw;
    margin-top: 25vh;
}
.input_form{
    width: 90%;
    border-color: #ffffff00;
    height: 30%;
    border-radius: 5px;
}
.btn_form_question{
    width: 25%;
    height: 27%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-color: #ffffff00;
    background-color: #f1f17a;
    border-radius: 5px;
    color: #ac0809;
    font-weight: bold;
    font-family: 'Raleway';
    margin-left: 40%;
    margin-top:1%;
}
.label_class{
    width:30%;
}
.input_class{
    width:70%;
    height: 100%;
}
@media only screen and (max-width:800px){
    .form_info {
        position: absolute;
        display: none;
        width: 55vw;
        background-color: #ac0809;
        border-radius: 7px;
        margin-left: 20vw;
        margin-top: 25vh;
    }
    .close_form {
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: -3%;
        top: -28%;
        z-index: 99999;
        width: 30px;
        height: 100px;
    }
    
}
@media only screen and (max-width:500px){
    .form_info{
        position: absolute;
        display: none;
        width: 45vw;
        background-color: #ac0809;
        border-radius: 7px;
        margin-left: 30vw;
        margin-top: 25vh;
    }
    .close_form {
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: -3%;
        top: -39%;
        z-index: 99999;
        width: 30px;
        height: 184px;
            
    }
    .btn_form_question {
        width: 35%;
        height: 27%;
        padding-top: 2%;
        padding-bottom: 1%;
        border-color: #ffffff00;
        background-color: #f1f17a;
        border-radius: 5px;
        color: #ac0809;
        font-weight: bold;
        font-family: 'Raleway';
        margin-left: 40%;
    }
    .form_info {
        position: absolute;
        display: none;
        width: 70vw;
        background-color: #ac0809;
        border-radius: 7px;
        margin-left: 11vw;
        margin-top: 25vh;
    }
    .label_class{
        width:35%;
    }
    .input_class{
        width:60%;
        height: 100%;
    }
    
}
