/* Columna del cambio de foto de perfil */

#columnaFoto {
    background-color: #A8BD06;
    position: fixed;
    height: 100vh;
}

.contenedorImagenCircularRegistro {
    width: 60%;
    height: inherit;
}

.icono_foto {
    position: absolute;
    height: 5rem;
    bottom: 0;
    right: 0;
}

#user_form_imagen_file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* Columna del formulario para registro */

.icono_ver_password {
    cursor: pointer;
    height: 1.5rem;
    margin-left: 1rem;
}

#contentBox {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    #columnaFoto {
        position: inherit;
        height: auto;
    }

    .contenedorImagenCircularRegistro {
        border-radius: 50%;
        position: relative;
        width: 50%;
    }
}