/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#warranty-search-form{
    display: flex;
  gap: 10px;
  justify-content: center;
}
#warranty-search-form label{
    line-height:40px;
}
#warranty-search-form button{
    background:#0075A4;
    color:#fff;
    border:1px solid #0075A4;
    border-radius: 10px;
}
#warranty-search-form input{
   border-radius: 10px;
      border: 1px solid #eee;
      max-width: 50%;
      width: 350px;
}
#warranty-result{
    width: 530px;
  margin: 50px auto 0;
}
#warranty-result .notfount{
    color:red;
    text-align:center;
}
#warranty-result #confirm-register{
	margin-top:15px;
	font-size:14px;
	padding:5px 10px;
	margin-right:15px;
}
input[type="email"],input[type="password"] {
    border-radius: 10px;
      border: 1px solid #eee;
}
#table-indesktop{
    display:block;
}
#table-inmobile{
    display:none;
}
@media(max-width:768px){
    #table-inmobile tbody{
        display:block;
    }
    #table-indesktop{
        display:none;
    }
    #table-inmobile{
        display:block;
    }
    #table-inmobile tr {
    display:flex;
  width: 100%;
}
#table-inmobile td {
    flex:1;
}
#warranty-search-form{
    flex-direction: column;
}
#warranty-search-form input{
    max-width:100%;
}
#warranty-result {
    width: auto;
}
#warranty-search-form label{
    width: 100%;
}
}