.container{
    background-color: black;
    width:100%;
    
}

ul{
    padding:15px;
    border:1px solid white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    gap: 100px;

}
ul li{
    list-style: none;
}
ul li a{
    font-size: 20px;
    font-weight: 1000;
    text-decoration: none;
    text-transform: uppercase;
    color:white;
    padding: 15px;
    transition: 0.5 ease;
}
ul:hover{
    border:1px solid #f46b30;

}
ul:hover li a {
    color:#f46b30;
   
}
ul:hover li a:not(:hover){
    color:white;
    opacity:0.3;
} 
* {
    
    box-sizing: border-box;
  }
  
  body {
    background-image: url('fondo.jpg');
  }
  
  .form-register {
    width: 400px;
    background:yellow;
    padding: 30px;
    margin: auto;
    margin-top: 50px;
    border-radius: 4px;
    font-family: 'calibri';
    color: black;
    box-shadow: 7px 13px 37px #000;
  }
  
  .form-register h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .controls {
    width: 100%;
    background: #24303c;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-family: 'calibri';
    font-size: 18px;
    color:white;
  }
  
  .form-register p {
    height: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
   
  }
  
  .form-register a {
    color:black;
    text-decoration: none;
  }
  
  .form-register a:hover {
    color:black;
    text-decoration: underline;
  }
  
  .form-register .botons {
    width: 100%;
    background:red;
    border: none;
    padding: 12px;
    color:black;
    margin: 16px 0;
    font-size: 16px;
  } 
  .titulo{
    text-align: center;
  } 
  .flex-wrap{
    position: fixed;
    bottom: 0;
    width: 100%;
    align-self: flex-end;
  
}
.col-12{
    color:yellow
}
   


