* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #e8c8de;
}
.img-1 {
    width: 230px;
    height: 230px;
    /* text-align: center; */
}
.img-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.center-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center-form .position-relative {
    width: 100%; /* Ajusta el ancho según sea necesario */
}

.center-form .col-md-6 {
    max-width: 400px; /* Ajusta el ancho máximo según sea necesario */
    width: 100%;
}

.form-register {
    display: block;
    width: 350px;
    background: #fcf3f3;
    padding: 30px;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 4px;
    text-align: center;
}

/* .form {
    display: block;
    justify-content: center;
    align-items: center;
    width: 500px;
} */
.position-relative {
    position: relative !important;
}

h3 {
    margin: auto;
    margin-top: 10px;
    border-radius: 2px;
    float: none;
    text-align: center;
    width: 400px;
    font-size: 10;
    /* margin: 30px;
  padding: 30px;
  margin: auto;
  margin-top: 100px;
  border-radius: 4px; */
}
.negro {
    color: black;
    font-size: 2px;
}
p {
    margin: auto;
    margin-top: 10px;
    border-radius: 2px;
    float: none;
    text-align: center;
    width: 400px;
}
.col-md-6 {
    text-align: center;
}
x-input-label {
    width: 100%;
    background: #fffdfd;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid;
    font-family: "calibri";
    font-size: 18px;
    color: white;
}

.form-register p {
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.form-register h6 {
    color: black;
    font-size: 12px;
}

.form-register a {
    color: blue;
    text-decoration: none;
}

.form-register a:hover {
    color: white;
    text-decoration: underline;
}

.form-register .botons {
    width: 50%;
    background: #1f53c5;
    border: none;
    padding: 10px;
    color: white;
    margin: 10px 0;
    font-size: 16px;
    float: none;
}
