/* CSS Document */

.copyright {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
    color: #e8e8e8;
}





.edit-form input[type=password],
.edit-form input[type=file],
.edit-form select {
    width: 100%;
}
input[type=password],
input[type=file]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    outline: none;
    transition: border-color .3s ease;
    padding: .5em .7em;
    vertical-align: top;
}


a {
    color: var(--accent-color);
}


.edit-form ul li.third {
    width: calc(32% - 15px);
    margin-right: 15px;
}