﻿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;
}

input[type="button"] {
    max-width: 210px;
}

.info input[type="text"] {
    max-width: 210px;
}

.labels input[type="number"] {
    max-width: 120px;
}
