body {
    margin: 0;
    padding: 0;
    background: url(../../Archivos_IMG/fondo/fondo2025.png); /*MODIFICADO LUBO*/
    background-size: cover;
    font-family: sans-serif;
}
.img{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 20%;
    left: 10%;
}

.login-box{
    /*width: 320px;
    height: 410px;*/
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    /*top: 60%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);*/
    box-sizing: border-box;
    /*padding: 70px 30px;*/
	border-radius:10px;
}
.avatar{
    width: 100px;
    height: 100px;
	
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.label-box {
  font-family: Montserrat-Regular;
  font-size: 32px;
  color: #cc2610;
  position: absolute;
  width: 100%;
  padding-left: 24px;
  top: 38%;
  left: 73%;
}
h1{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.login-box p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

button {
   width: 100%;
   margin-bottom: 20px;
}

/*.login-box button[type="button"]
{
    border: none;
    outline: none;
    height: 30px;
    background: #538764;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.login-box button[type="button"]:hover
{
    cursor: pointer;
    background: #39dc79;
    color: #000;
}*/
.login-box input{
    width: 100%;
    margin-bottom: 20px;
}
.login-box input[type="text"], input[type="password"]
{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
	text-align: center;
}
/*.login-box input[type="submit"]
{
    border: none;
    outline: none;
    height: 40px;
    background: #538764;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.login-box input[type="submit"]:hover
{
    cursor: pointer;
    background: #39dc79;
    color: #000;
}

.login-box a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
	margin-left: 20%;

}   */
.login-box a:hover {
    /* color: #39dc79; */
    color: #538764;
}

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		#page-wrap { position: relative; width: 400px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
		p { font: 15px/2 Georgia, Serif; margin: 0 0 30px 0; text-indent: 40px; }

                                    