body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background-color: #F5F5F5;
}
.painelback{
    display: flex;
	box-shadow: 0 0 10px rgba(0,0,0, 0.3);
    background-color: #fff;
    width: 700px;
    height: 360px;
    border-radius: 10px;
}
.space{
    height: 10px;
}
.floattext{
    margin-top: 20px;
}

.Info{
    font-family: Bookman, URW Bookman L, serif;
    color: white;
    text-align: center;
    background-color: #4e73df;
    border: outset 1px #F5F5F5;
    width: 400px;
}

.imagelogo {
    background-image: url('logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 200px;
}

.floatpainel{
    padding-left: 10px;
}
.painel{
    font-family: Bookman, URW Bookman L, serif;
    color: black;
    height: 310px;
	background-color: #fff;
	padding: 20px;
	max-width: 300px;
	width: 100%;
	font-size: 14px;
}
.painel span{
    font-size: 16px;
}
.painel input {
    width: 250px;
    background-color: #F0F8FF;
    border-radius: 5px;
    height: 25px;
    font-size: 14px;
    padding-right: 15px; /* Adiciona espaço para o ícone */
}


.cursorpointer {
   cursor: pointer;
}

.painel h2{
    font-family: Arial Narrow, sans-serif;
}
.painel button{
    height: 30px;
    width: 280px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: white;
	background-color: #4e73df;
	box-shadow: 0 0 10px rgba(0,0,0, 0.3);
}
.painel a{
    color: black;
    font-size: 14px;
}
.painel a:hover{
    font-size: 15px;
}
.painel button:hover{
    font-size: 15px;
    cursor: pointer;
}
@media (max-width: 720px) {
    
.Info{
    font-family: Bookman, URW Bookman L, serif;
    color: white;
    text-align: center;
    background-color: #4e73df;
    border: outset 1px #F5F5F5;
    width: 340px;
    z-index: 2;
    padding: 1px;
}

.imagelogo {
    margin-left: 95px;
    background-image: url('logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 150px;
}

.painelback{
    display: block;
    border: outset 1px #F5F5F5;
	box-shadow: 0 0 10px rgba(0,0,0, 0.3);
    background-color: #fff;
    width: 340px;
    height: 450px;
    z-index: 1;
}

.painel{
    margin-top: 10px;
    font-family: Bookman, URW Bookman L, serif;
    color: black;
    height: 310px;
	background-color: #fff;
	padding: 20px;
	max-width: 300px;
	width: 100%;
	font-size: 14px;
}

}