html {
    font-size: 1em;
    height: 100%;
}
body {
    background-image: url('/img/background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2d2d2d;
    font-size: 1em;
}
#container {
    margin: auto;
    /* device-width: 100%; */
    background-color: rgba(255,255,255,0.6);
    border-radius: 5px;
    margin: 0 0.2em;
}
#formWrapper {
    /* device-width: 90%; */
    margin: auto auto;
    padding-top: 2em;
}
#formWrapper ul {
    list-style: none;
    list-style-position: outside;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #f2dede;
}
#formWrapper li {
    color: red;
    font-size: 1.2em;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
}
#formWrapper li::before {
    font-family: "Glyphicons Halflings";
    content:"\e086";
    margin-right: 5px;
}
#formWrapper p.form-message {
    font-family: 'Poiret One', cursive;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
}
#formWrapper label {
    font-size: 2em;
    text-shadow: 0px 1px 1px #d2d2d2;
    color: #222;
}
.form-text {
    font-family: 'Poiret One', cursive;
    font-size: 1em;
    text-shadow: 0px 1px 1px #d2d2d2;
    color: #222;
}
.add-musa,
.remove-musa {
    cursor: pointer;
    padding-left: 5px;
}
.body-writting {
    resize: none;
    /* device-width: 100%; */
}
#musas {
    height: 325px;
    overflow-x: hidden;
    overflow-y: auto;

}
#musas-list {
    height: 80px;
    overflow-x: hidden;
    overflow-y: auto;
}

#mobileWrapper {
    display: none;
}
#desktopWrapper {
    display: block;
}
