.warranty_form--wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-top:25px;width:100%}.warranty_form--wrapper h2{font-size:1.25em;margin-bottom:25px;text-align:center;text-decoration:underline}.warranty_form--wrapper form{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;gap:15px;width:40%}.warranty_form--wrapper form div{align-items:center;display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px dashed #000;padding-bottom:5px;width:100%}.warranty_form--wrapper form div input,.warranty_form--wrapper form div select{font-size:1em;padding:5px;width:50%}.warranty_form--wrapper form div:last-of-type{border:none}.warranty_form--wrapper form .warranty_form_button--wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.warranty_form--wrapper form .warranty_form_button--wrapper button{background-color:#dfdfdf;cursor:pointer;font-size:1em;margin-top:25px;padding:15px 0;width:250px}.warranty_form--wrapper form .warranty_form_button--wrapper button:hover{background-color:#b32020;color:#fff}