*{
    box-sizing: border-box;
    color:white;
    font-family: "Montserrat", sans-serif;
}
body{
    padding: 0;
    margin: 0;
    background-image: url("../images/restablecer/back.png");
    
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100vh;
}
.sectionForm{
    padding: 0px 14px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.titleForm{
    font-size: 1.5rem;
}
.subtitleForm{
    font-weight: 500;
    margin-bottom: 21px;
    line-height: 2rem;
}
.titleInput,.inputForm{
    display: block;
    margin-bottom: 21px;
}
.btnLogin{
    all:unset;
    margin-bottom: 32px;
    background-color: #4EB8D9;
    color:black;
    padding: 8px 25px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}
.inputForm{
    width: 100%;
    padding: 12px;
    background: #A2A5AF;
    color: white;
    border-radius: 6px;
    outline: none;
    border: none;
    text-align: center;
}
.inputForm::placeholder{
    color: white;
}
ul{
    text-align: left;
    padding-left: 20px;
}
.passwords-d-n-m{
    display: none;
    color: red;
}
li::marker {
    color: red;
}
li.validate::marker {
    color: green;
}
span[data-target] {
    cursor: pointer;
}
.input-group{
    position: relative;
}
.pw-toggle-c{
    position: absolute;
    top: .5rem;
    right: 8px;
}
.pw-toggle {
    height: 1rem;
}a

@media screen and (min-width: 1024px){
    .containerFormAll{
        display: grid;
        /* grid-template-columns: 50% 1fr; */
        justify-items: center;
        align-items: center;
        gap:30px;
        height: 100%;
    }
    
    
}