* {
    margin: 0;
    padding: 0;
}
img {
    display: block;
    width: 100%;
}

.leaving-a-message {
    margin-bottom: 1rem;
    padding: 0 .75rem;
    width: 100%;
}
.leaving-a-message .name {
    text-align: center;
    color: #222;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.leaving-a-message .input {
    margin-bottom: .75rem;
    width: 100%;
    height: 2rem;
    border: solid 1px rgba(203, 183, 136, 1)
}
.leaving-a-message .input input {
    display: block;
    padding: 0 .75rem;
    width: 100%;
    height: 100%;
}
.leaving-a-message .input.content {
    height: 4rem;
}
.leaving-a-message .input.content textarea {
    padding: .75rem;
    width: 100%;
    height: 100%;
}
.leaving-a-message .input input,
.leaving-a-message .input.content textarea {
    font-size: .7rem;
    color: #8C8C8C;
    border: none;
    border-radius: 0;
}
.leaving-a-message .content {
    position: relative;
}
.leaving-a-message button {
    display: block;
    margin: auto;
    width: 100%;
    height: 1.6rem;
    background: rgba(203, 183, 136, 1);
    color: #fff;
}

.popup.popup-about.modal-in {
    width: 80%;
    height: 7rem;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popup.popup-about input {
    padding: .75rem;
    width: 60%;
    height: 1.6rem;
}
.popup.popup-about img {
    float: right;
    width: auto;
    height: 1.6rem;
}

.popup.popup-about button {
    display: block;
    margin: auto;
    margin-top: .75rem;
    width: 80%;
    color: #fff;
    height: 1.6rem;
    background: rgba(203, 183, 136, 1);
}

.sidebar-logo img {
    width: 6rem !important;
    height: auto;
}
#newBridge {
    z-index: 2000 !important;
}