body {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image:url(../img/background.png);
}
#logo {
    background-repeat:no-repeat;
    position:relative;
    top:50px;
}
#panel {
    text-align: center;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 10px 0px #DDD;
    width: 480px;
    margin: 50px auto 0;
    padding: 0px 0px 20px 0px;
    margin-bottom: 10px;
}
h1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 15px;
    border-radius: 4px 4px 0px 0px;
    background-color: #232323;
    background-image:url(../img/navigation-tab.png);
    background-repeat:repeat;
    height: 56px;
}
h1 img {
    position: relative;
    margin-top: -80px;
}

input {
    width: 165px;
}
#shop-name {
padding-left: 60px;
}
button {
width: 180px;
}
.error {
    margin-bottom: 0px;
}
/*--------------------------------------------------------------------------------------------
End Customize Bootstrap  */

