body {
    background-color: #494949 !important;
}

#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: transparent;
}

div.panel-heading {
	/* background-color: #525151;*/
}

div.panel-title {
    font-size: 2.0rem;
	font-weight: bold;
	/* background-color: #525151; */
	color: #525151; /* white;*/

}
.panel-body {
    padding-top: 30px;
    background-color: #f7c579;
}

.panel{
    box-shadow: 0px 0px 8px rgba(255, 255,255, 0.75);
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;                        
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
  position: relative;
  width: 150px;
  height: 150px;
  display: block;
  fill: #525151;
}

.iconmelon:after,
.im:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copy {
    text-align: center;
    color: #ffffff; /* #494949; /* white;*/
    text-shadow: 0px 0px 2px #000000; /* #ffffff; */
    font-size: x-small;
}

div#loginbox {
   /* width: 350px; */
}

#msj-error {
    height: 34px;
    text-align: center;
    color: firebrick;
    font-size: medium;
    display: flex;
    align-items: center; /* Alineación vertical al centro */
    justify-content: center;
}

/*
img#logo-img{
    text-align: center;
    width: 160px;
    height: 160px;
}*/