.imgcentral{
	float: left;
	height: auto;
	width: auto;
	padding: 100px;
}
.todo{
    margin: 260px;
	border: 2px solid green;
	float: left;
	padding: 30px;
	background-color: rgba(232, 240, 222, 0.856);
  }
  .telainicial{
	display: block;
	text-align: center;
	width: 100;
	height: 100;
}
form input{
	padding: 4px;
	width: 350px;
	display: block;
}
.menu{
	display: inline;
	list-style: none;
	text-decoration: none;
	float: right 40px;
}
.row{
	background-color:#e4f3d3;
}
.partesecundaria{
	margin: 190px;
	float: right 200px;
}
.textoinicial{
	padding: 30px 30px;
}
.cadastrarcota{
	float: right;
}
.texto{
	padding: 30px 30px;
}
.topo-lista{
	padding-top: 20px; 
	background-color:white;
}
.form{
	display: block;
}
#pesquisa{
	width: 200px;
	height: 30px;
	float: right;
	font-size: 12px;
	text-align: center;
	border: solid 1px #2C5ED7;
}
.btns{
	width: 30px;
	height: 30px;
	cursor: pointer;
	float: right;
	
}
.none{
	border: none;
	background-color: white;
	float: right;
}
/* Menu Inicial (Index) */
body{
    background-color:#dee9ff;
}
.registration-form{
    padding: 50px 0;
}
.registration-form form{
    background-color:#D4E6EF;
    max-width: 600px;
    margin: auto;
    padding: 50px 70px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}
.registration-form .form-icon{
	text-align: center;
    background-color: #5891ff;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 100px;
}
.registration-form .item{
	border-radius: 20px;
    margin-bottom: 25px;
    padding: 10px 20px;
}
.registration-form .create-account{
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #5791ff;
    border: none;
    color: white;
    margin-top: 20px;
}
.registration-form .social-media{
    max-width: 600px;
    background-color: #fff;
    margin: auto;
    padding: 35px 0;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #9fadca;
    border-top: 1px solid #dee9ff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .social-icons{
    margin-top: 30px;
    margin-bottom: 16px;
}

.registration-form .social-icons a{
    font-size: 23px;
    margin: 0 3px;
    color: #5691ff;
    border: 1px solid;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    height: 45px;
    text-align: center;
    background-color: rgba(232, 240, 222, 0.856);
    line-height: 45px;
}

.registration-form .social-icons a:hover{
    text-decoration: none;
    opacity: 0.6;
}

@media (max-width: 576px) {
    .registration-form form{
        padding: 50px 20px;
    }

    .registration-form .form-icon{
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}
.numeros{
    display: inline-block;
    border: black 1px solid;
    background-color: #efefef;
    border-radius: 28px;
    padding: 15px;
    margin: 2px;
    text-align: center;
    width: 80px;
    height: 80px;
}
.busca{
    font-size: 30px;
}