﻿input {
    padding: 5px 5px 5px 5px;
    margin: 5px 0 5px 0;
    /*font-size: 1.2em;*/
    /*font-family: inherit;*/
}

    input.number {
    }

    input[type="file"] {
    }

    input[type="text"] {
    }

    input[type="tel"] {
    }

    input[type="email"] {
    }

    input[type="password"] {
    }

    input[type="datetime"] {
        width: 70px;
    }

    input[type="checkbox"] {
        /*background-color: transparent;*/
        /*border: inherit;*/
        /*width: auto;*/
    }

    input[type="submit"] {
    }

    input[type="button"] {
    }

    input[type="file"], input[type="text"], input[type="password"], input[type="datetime"], input[type="tel"], input[type="email"], input.number {
        color: #000;
    }

    input[type="text"], input[type="password"], input[type="datetime"], input[type="tel"], input[type="email"], input.number {
        background-color: #fff;
    }

    input[type="text"], input[type="password"], input[type="file"], input[type="tel"], input[type="email"], input.number {
        width: 300px;
    }

    input[type="submit"], input[type="button"], input[type="checkbox"] {
        cursor: pointer;
    }

    input[type="submit"], input[type="button"] {
        /*font-weight: 600;*/
        width: auto;
        /*background-color: #249531;
        border-color: #249531;*/
    }

        input[type="submit"]:focus, input[type="submit"]:hover, input[type="button"]:focus, input[type="button"]:hover {
            /*background-color: #249531;
        border-color: #249531;*/
        }
