html,body{
    width: 100%;
    height: 100%;
    margin: 0; 
/* 	background: linear-gradient(rgba(93, 90, 40, 0.247059) 0%, rgba(123, 55, 64, 0.4) 100%), 
                linear-gradient(135deg, rgb(123, 55, 64) 0%, rgb(93, 90, 40) 100%);
                background: -webkit-linear-gradient(45deg, rgba(123,55,64,1) 0%, rgba(199,89,104,1) 42%, rgba(169,164,73,1) 50%, rgba(93,90,40,1) 100%); */
    background: url("img/logfyc.png");

}

.form_container{    
    width: 300px;
    height: 224px;
    padding: 20px 15px;
    border-radius: 5px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_container{    
    width: 300px;
    height: 224px;
    padding: 20px 15px;
    border-radius: 5px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
}

#frm_login div label{
    color: #5D5A28;
    font-size: 1.3em;
}

#frm_login div input{
    border: 1px solid rgba(255, 255, 255, 0.5);
    /* background-color: transparent; */
    color: #7B3740;
}

.Log{
	width: 200px;
    height: 150px;
	text-align: center;
	margin-left: 60px;
	margin-top: -50px;
	margin-bottom: 10px;
		background-size: 400px 300px;
		background-repeat: no-repeat;
}
img.mediana{
  width: 200px; 
  height: 150px;
}

/* .form-group label{
    background-color: white;
} */