@charset "UTF-8";
.form-control{
    border-radius: unset;
    width: 300px;
}
.btn {
    border-radius: unset;

}
.btn:focus {
    outline: none;
}
.top{
    background: #eee;
}
.top ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top ul li{
    display: inline-block;
    margin-right: 8px;
}