.logo {
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

.form-input {
    padding: 10px;
    border: 2px solid #e0e0e0;
}

.info-list {
    margin: 30px 0 0;
}
.info-list__item {
    display: block;
    border-top: 1px solid #3aafa9;
    padding: 10px;
    box-sizing: border-box;
}
.info-list__header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.info-list__delete {
    flex: 0 0 35px;
    width: 35px;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.info-list__delete button {
    border: 0;
    margin: 0;
    padding: 0;
    color: #ee3232;
    font-size: inherit;
    text-transform: uppercase;
    cursor: pointer;
}
.info-list__delete button:focus {
    outline: none;
}
.info-list__header h3 {
    flex: 0 0 calc(100% - 45px);
    width: calc(100% - 45px);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 5px;
}
.info-list__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    font-size: 0.9rem;
    margin: 5px 0 0;
}
.info-list__author {
    font-weight: 600;
}
.info-list__empty {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ee3232;
}