textarea:active,
textarea:focus,
textarea:hover {
    border-color: #fc3
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    color: #f7a600;
    background: #f0ede3;
    border: 0 solid #192a69;
    margin-right: 10px;
    display: inline-block;
    transition: all .3s ease;
    cursor: pointer
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    border: 6px solid #192a69
}

input[type=radio] {
    border-radius: 50%
}

input[type=text]:focus,
textarea:focus {
    -webkit-text-size-adjust: 100%
}

a {
    outline: none;
    color: #f7a600;
    text-decoration: none;
    transition: all .3s ease
}

a:hover {
    color: #fc3
}
