body {
    background-image: url(../img/back1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*background: rgb(242,244,242);
background: radial-gradient(circle, rgba(242,244,242,1) 0%, rgba(224,227,227,1) 37%, rgba(177,246,209,1) 99%);*/

/*background: rgb(242,244,242);
background: radial-gradient(circle, rgba(242,244,242,1) 0%, rgba(38,217,217,1) 37%, rgba(177,246,209,1) 99%);*/
}
.formulario {
    background: rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 10px;    
    box-shadow: 0 0 40px rgba(8, 10, 9, 0.568);
    color: white;
}

.form-control {
    background: rgba(0, 0, 0, .3);    
    border-style: none;
    transition: 0.5s ease-in;
    outline: none;
    box-shadow: none;
    color: white;
    
}

.form-control:focus {
    background: none;
    box-shadow: none;
    outline: none;
}

.form-control::placeholder {
    color: rgb(255, 255, 255);
}

.ingresar {
    background: #222A3F;
    padding: 10px;
    font-size: 16px;
    font-weight: 700!important;
    color: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.568);
    transition: 0.5s ease-in;
}

.ingresar:hover {
    color: rgb(144, 240, 149);
}

.olvide {
    color: white;
    text-decoration-style: none;
    text-decoration-line: none;
}

.olvide:hover {
    color: white;
    text-decoration-style: none;
    text-decoration-line: none;
    cursor: pointer;
}

.olvide1 {
    color: white;
    text-decoration-style: none;
    text-decoration-line: none;
    font-size: 20px;
    font-weight: 700!important;
    /* border: 2px solid white; */
    padding: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
}

.olvide1:hover {
    color: white;
    text-decoration-style: none;
    text-decoration-line: none;
    cursor: pointer;
}