body {
	color:#000;
	margin:0 auto;
	padding:0 auto;
	z-index: 500;
    position: relative;
}
.imagem_logo {
	text-align:center;
	margin-top:30px;
}

label {
	color:#fff;
	font-weight: bold;
}

.logo {
    background-color: #460057;
    padding-top: 1px;
    padding-bottom: 20px;
    margin-bottom: 50px;

}


.btn-success {
    color: #fff !important;
    background-color: #460057 !important;
    border-color: #1F0026;
}
    
.btn-success:hover {
    color: #fff !important;
    background-color: #1F0026 !important;
    border-color: #05345C;
}

.dadosescola {
    text-align: center;
    color: dimgray;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }
}

.tela_centro {
    z-index: 500;
    position: relative;
}

div.container4 {
    height: 10em;
    position: relative }
div.container4 p {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }