body {
  background: rgb(215, 233, 240);
font-family: Arial;
font-style: normal;
  margin: 0;
  padding: 0;
}

.barra{
background:rgb(200, 236, 214);
  color: black;
  	width: 100%;
	height: 50px;
	margin: auto;
	left: 0px;
  	right: 0px;
  	font-size: 15pt;
	border-radius: 0rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
  position: fixed;
}

.barra img{
	width: 25px;
	height: 25px;
	border-radius: 1rem;
}

.barra a{
  background: rgb(215, 233, 240);
  color: black;
  text-decoration: none;
  transition: 0.3s;
  font-size: 12pt;
  padding: 5px;
  border-radius: 0.3rem;
  display: 
}

.barra a:hover{
 opacity: 0.7;
}



.welcome{
  background: white;
  width: 550px;
  height: auto;
  margin: auto;
  left: 0px;
    right: 0px;
    padding: 10px;
  border-radius: 1rem;
  align-items: center;
  text-align: center;
  font-size: 12pt;
}


.formulario-login{
	background: white;
	width: 550px;
	height: auto;
	margin: auto;
	left: 0px;
  	right: 0px;
  	padding: 10px;
	border-radius: 1rem;
	align-items: center;
	text-align: center;
  font-size: 12pt;
}

.formulario-login img{
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 1rem;
}


.formulario-login a{
  background: rgb(215, 233, 240);
  color: black;
  text-decoration: none;
  transition: 0.3s;
  font-size: 12pt;
  padding: 5px;
  border-radius: 0.3rem;
  display: 
}

.formulario-login a:hover{
 opacity: 0.7;
}


input{
    width:100%;
    height: 50px;
    color:black;
    padding: 10px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 15pt;
  background: white;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 10px rgb(215, 233, 240);
}

 select{
    width:92%;
    height: 35px;
    color:black;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:#ccc;
    border-radius: 0.6rem;
}

 textarea{
    width:100%;
    height:160px;
    color:black;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:white;
    border-radius: 0.6rem;
    flex-wrap: wrap;
}


 button{
    width:100%;
    height: 40px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    color: black;
background:rgb(200, 236, 214);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all .5s;
}

 button:hover{
    width:100%;
    height: 40px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    color: #23232e;
  background: white;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all .5s;
	box-shadow: 5px 5px 10px rgb(215, 233, 240);

}


input[type="checkbox"]{

    display: none;
    cursor: pointer;
}


@media (max-width: 760px){

.barra{
background:rgb(200, 236, 214);
  color: black;
  	width: 100%;
	height: 50px;
	margin: auto;
	left: 0px;
  	right: 0px;
  	padding: 5px;
  	font-size: 15pt;
	border-radius: 0rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.formulario-login{
	background: white;
	width: 90%;
	height: auto;
	margin: auto;
	left: 0px;
  	right: 0px;
  	padding: 5px;
	border-radius: 0.6rem;
	align-items: center;
	text-align: center;
  font-size: 11pt;
}

}