body {
    margin: auto;
    font-family: sans-serif;
    position: relative;
    width: 100vw; 
    height: 100vh; 
    background-image: url("images/bg_pict_1.jpg");
    background-size: cover; 
    background-position: center;  
    box-sizing: border-box;
}

.header__container {
    margin-top: 10px;
    display: flex;
    flex-direction: row;    
    justify-content: space-between;
    justify-items:flex-end;
    height: 25px;
    width: 100%;
}

.header_text-name-empresa { 
    width: 90vw; text-align: right; padding-right: 20px; 
    font-size: 20px; font-weight: bold; color: white;

}
.header_img-logo-empresa { width: 10vw; }
.header-img-logo { width: 100px; padding-right: 10px; }

.body__login {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	margin: auto;
	padding-left: 10px;
    padding-top: 100px;
    width: 80%;	
    justify-items: center;
    align-self: center;
    border-left: 3px solid rgb(202, 194, 194);
    border-bottom: 10px solid rgb(202, 194, 194);
    border-bottom-left-radius: 20px 20px;
    font-size: 1.4rem;
    color: white;
    text-shadow: 2px 2px 7px black;
    
    
}

.body__login > form > input {
	height: 30px;
	width: 180px;
	border-left: 3px solid rgb(202, 194, 194);
   border-bottom: 2px solid rgb(202, 194, 194);
   border-bottom-right-radius: 20px 20px;
   align-content: center;
}	