body {
    font-family: courier;
    font-weight: normal;
    font-size: 100%;
    color: #1b262c;
    margin: 0;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: 100%;
    height: 100%;
	background-image: url(../img/road.png);
	background-size: cover;
  	background-position: center center;
}

header{
	margin-top: 3rem;
	display: flex;
	justify-content: center;
}

section{
	padding-block: 2rem;
	flex-grow: 1;
	display: flex;
	justify-content: center;
}

.logo{
	width: 300px;
}
.avatarLogin{
	border-radius: 50%;
}
#imgLogo{
	/* margin-top: 100px; */
	height: 8rem;
	margin-bottom: 20px;
}
.loadingLogin{
	display:none;
}

.loginPanel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    color: white;
    min-width: 17rem;
    max-width: 43rem;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    
    padding: 2rem;
    box-sizing: border-box;
}