@charset "UTF-8";

::placeholder {
    color: #aaaaaa;
    font-weight: normal;
}

input[type="checkbox"],
input[type="radio"] {
    all: revert;
    align-self: center;
    margin: 0 5px;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="telephone"],
input[type="number"],
textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
    outline: none;
}

textarea {
    min-height: 15em;
    line-height: inherit;
    vertical-align: middle;
    resize: vertical;
}

label {
    display: inline-flex;
}

label,
select {
    cursor: pointer;
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 1251.98px) {
}

@media screen and (max-width: 767.98px) {
}
