/*----------------I N P U T----------------*/
input,button,select,textarea {
    font-family: sans-serif;
    height: 40px;
}


/*----foto----*/

.submitPhoto {
    width: 100%;
    padding-top: 66%;
    
    margin-bottom: 30px;
    background-color: lightgray;
}

/*----text----*/
input[type=text] {
    
    height: 34px;
    font-size: 16px;
    padding: 0 0 0 10px;
    
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    margin-bottom: 30px;
}



/*----text area----*/
textarea {
    

    font-size: 16px;
    padding: 10px 10px 0px 10px;
    
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    margin-bottom: 30px;
    
    resize: none;
    
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    line-height: 20px;
}

.twoLines {
    height: 34px;
}

.yuge {
    height: 150px;
}
/*----select---*/
select {

    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    
    border-radius: 0;
    border: none;
    
    overflow: hidden;
    -webkit-appearance: none;
    
    background: url(img/select.png) no-repeat #dfdfdf;
    background-size: 22px;
    background-position: center right;
        
    width: 100%;
    padding-left:15px;
    
    margin-bottom: 30px;
}

select:focus{
    outline: none; 
    background-color: lightgray;
}

/*----date---*/
input[type=date] {

    font-size: 16px;
    padding-left: 10px;
    color: darkgray;
    
    
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    margin-bottom: 30px;
}

input[type=date]:active {
    color: black;
}

/*----date---*/
button {
    width: 100%;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    
     background-color: lightgray;
}
