
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Raleway-Regular, sans-serif;
}

p.adicao{
  color:darkgreen;
  text-align:center;
  font-weight:700;

}

p.erro{
  color:darkred;
  text-align:center;
  font-weight:700;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  
  background-color: #ebebeb;
}


.wrap-login100 {
  width: 560px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.wrap-logincons {
  max-width: 1000px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.wrap-logincons2 {
  max-width: 1000px;
  width:700px;
  
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.wrap-logincons3 {
  max-width: 1000px;
   
  background: #fff;
  border-radius: 10px;
  position: relative;
}


.wrap-logincons4 {
  max-width: 1400px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.wrap-logincons5 {
  max-width: 400px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.one{
  width:100%;
  height:80px;
  border-radius:10px 10px 0px 0px;
  background:darkred;
  padding: 20px;
}

.two{
 
  width:100%;
  height:50px;
  border-radius:10px 10px 0px 0px;
  background:darkred;
 padding:12px;
}


/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: 2px solid #777;
  text-align: center;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #555;
border: 2px solid #555;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 2px;
  display: none;
  overflow: hidden;
  background-color: white;
	border: 2px solid #f5f5f5;
}

/* Login Form */

.signup-form-form {
  display: flex;
  justify-content: center;
}

.signup-form form {
  padding-top:30px;
  width: 60%;
}

.signup-form form input {
  width: calc(100% - 16px);
  padding: 6px;
  margin-bottom: 4px;
}

.signup-form form button {
  width: 50%;
  height:30px;
  
  background-color:darkred;
  border-radius:5px;
  color:white;
  font-weight:700;
  margin: 5% auto;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: none;
  display: block;
  
}

/* Adição de usuários */

.adicao-form-form {
  display: flex;
  justify-content: center;
}

.adicao-form form {
  padding-top:30px;
  width: 60%;
}

.adicao-form form input {
  width: calc(100% - 16px);
  padding: 6px;
  margin-bottom: 4px;
}

.adicao-form form button {
  width: 50%;
  height:30px;
  
  background-color:darkred;
  border-radius:5px;
  color:white;
  font-weight:700;
  margin: 5% auto;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: none;
  display: block;
  
}

select{
  width: calc(100% - 16px);
  padding: 6px;
  margin-bottom: 4px;

}