@charset "utf-8";

/*--------------------form--------------------*/

input[type="text"],input[type="email"],input[type="tel"],input[type="password"]{
width:100%;
height:100%;
padding-left: 10px;
font-size: 14px;
background: none;
border:none;
}

input[type="submit"],input[type="button"]{
width:100%;
height:100%;
border:none;
font-size: 14px;
background: none;
color: #fff;
font-weight: 600
}

select{
width:100%;
height:100%;
padding-left: 10px;
color:#666;
font-size: 14px;
-webkit-appearance: none;
outline: none;
background: transparent;
}

input[type="checkbox"]{
width: 100%;
height: 100%;
border:none;
box-shadow: none;
border-radius: 0px;
}

textarea{
width:100%;
border-radius: 2px;
border:none;
font-size: 14px;
padding: 10px;
}