body
{
    background-color: #ADE1FA;
}

#layouts__content
{
    background-image: url(/photos/1/BNBD/bnbd_clouds.png);
      background-repeat: no-repeat;
    background-position: bottom right;
}

.btn.btn-primary
{
    background-color: #f47c6d;
    color: #FFF;
    border: none;
}

.btn.btn-primary:hover {
    background-color: #FFB4AA;
}

.btn:hover {
    border: none;
    -webkit-box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.16);
}