.container{
    max-width: 500px;
    margin : 0 auto;
}
.ota-design{
    font-family: sans-serif;
    /* width: 100%; */
    padding: 20px;
    background-color:  #FA9239
}
.ota-design h1{
    color: #fff;
    font-size: 25px;
    margin: 0;
    margin-bottom: 25px;
}
.ota-design input:focus-visible{
    border: none !important;
}
.ota-design input{
    background-color: #fff !important;
    margin-top: 20px;
    padding: 10px !important;
    width: 100%;
    box-sizing: border-box;
    /* outline: none; */
    border: none !important;
    color: #000 !important;
}
.ota-design textarea{
    margin-top: 20px;
    width: 100%;
    background-color: #fff !important;
    box-sizing: border-box;
    /* margin-bottom: 15px; */
    outline: none;
    border: none !important;
    color: #000 !important;
    font-family: sans-serif;
    padding: 10px;
}
.btn-submit .submit{
    margin-top: 10px;
    border:3px solid #fff;
    padding: 10px 20px;
    border-radius: 20px;
    background-color:#24a5f1;
    color: #fff;
    cursor: pointer;
    /* display: block; */
}
.btn-main .btn-gif img{
    width: 25px;
    display: none;
}
.btn-main{
    display: flex;
    gap : 2%;
    align-items: flex-end;
}