@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.contenedorP {
  width: 500px;
  margin: 100px auto;
  padding: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 15px #adadae;
}
.contenedorP1 {
  width: 700px;
  margin: 100px auto;
  padding: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 15px #adadae;
}
img{
    border-radius: 20%;
    opacity: 0.8;
}
input{
    border-radius: 0 10px 10px 0;
    width: 97%;
    height: 37px;
    border: 1px solid #bbbbfc ;
}
label{
    font-family: 'Inter', sans-serif;
    margin: 10px 10px 10px 15px;
    border: 1px solid black;
    background-color: #5555e8;
}
.paraImput{
    width: 80%;
    display: flex;
    margin: 10px auto;
    border-radius: 10px;
}
.tamaño{
    width: 50%;
}
.paraImg{
    background-color: #f1f1f1ff;
    border-radius: 10px 0 0 10px;
    border: 1px solid #bbbbfc;       
}
.paraImg img{
    padding: 5px;
} 
.mugre{
    width: 100%;
}
.mugre input{
 padding: 6px;
}
button{
    background-color: #5555e8;
    border: 1px solid #5555e8;
    color: white;
    width: 80%;
    height: 35px;
    margin-top: 10px;
    border-radius: 10px;
}
.button{
    background-color: #5555e8;
    border: 1px solid #5555e8;
    color: white;
    width: 80%;
    height: 35px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid black;
}
a{
    text-decoration: none;
}
.otra {
  position: absolute;
  width: 120px;
  height: 100px;
  background-image: radial-gradient(#adadaeda 3px, transparent 3px);
  background-size: 19px 19px;
  background-repeat: repeat;
}
