.pp_form {
    width: 100%;
}

form label {
    display: block;
}

form label span {

}

input[type="text"],
input[type="password"],
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    border-radius: 0;
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"] {
    
}

textarea {
    
}

input[type="text"]:disabled,
input[type="password"]:disabled {
    
}

/*  Бутони */
input.button {
    
    
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;

    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;

    -webkit-appearance: none;
}

select {
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

select option {
   
}

@media only screen and (-webkit-min-device-pixel-ratio:  1.5),
only screen and (-o-min-device-pixel-ratio:  3/2),
only screen and (min--moz-device-pixel-ratio:  1.5),
only screen and (min-device-pixel-ratio:  1.5) {
    input, textarea { font-size: 16px !important; }
}
