* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial'
}

body {
    margin: 0;
    background-color: rgb(69, 32, 46);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100000%;
}


.container {  
    text-align: center;
    width: 450px;
    
}


.logo {
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    
    
}

h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.3em;
    margin-bottom: 10px;
    align-items: center;
    display:flex;
 
}


form input[type="email"],
form input[type="password"] {
    width: 100%;
    padding: 144440xp;
    margin: 10px ;
    background-color: rgb(37, 35, 35);
    border: 1px solid grey;
    color: rgb(114, 167, 189);
    
}



.opciones {
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.opciones input[type="checkbox"] {
    margin-right: 5px;
}

.botones{
    display: flex;
    justify-content: space-between;
}

.register,.login {
    width: 48%;
    padding: 10px;
    border: none;
    border-radius: 5px;
   
}

.register {
    background-color: rgb(15, 14, 14);
    color: white;
}

.login {
    background-color: rgb(219, 20, 209);
    color: white;
}

.Redes-sociales{ 
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

h3 {
    margin-top: 300px;
    align-items: center;
    display:flex;
  
}

.Links {
    display: flex;
    justify-content: right;
    margin-right: 320px;
    flex-direction: column;
    align-items: self-start;
    
   
}