﻿input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"],
input[type="number"], select {
    max-width: 600px;
    font-weight: 500;
    color: #494848;
    font-size: 16px;
}
