body {
    /* background: url(../../assets/images/mainbg.png) no-repeat center center fixed; */
    background-image: url("../../assets/images/maingbg.png");
    background-repeat: repeat;
}

.centered {
  position: fixed;
  top: 45%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

#loginbox {
    margin-top: 30px;
}

#loginbox > div:first-child {
    padding-bottom: 10px;
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {
    background-color: white;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555,255,255,1);
}
